Age | Commit message (Expand) | Author |
2017-03-21 | net: usb: dm9601: use new api ethtool_{get|set}_link_ksettings | Philippe Reynes |
2017-03-21 | net: usb: cdc_ncm: use new api ethtool_{get|set}_link_ksettings | Philippe Reynes |
2017-03-21 | net: usb: sr9800: use new api ethtool_{get|set}_link_ksettings | Philippe Reynes |
2017-03-21 | net: usb: smsc95xx: use new api ethtool_{get|set}_link_ksettings | Philippe Reynes |
2017-03-21 | net: usb: usbnet: add new api ethtool_{get|set}_link_ksettings | Philippe Reynes |
2017-03-21 | r8152: fix the list rx_done may be used without initialization | hayeswang |
2017-03-16 | r8152: simply the arguments | hayeswang |
2017-03-13 | net: usb: rtl8150: use new api ethtool_{get|set}_link_ksettings | Philippe Reynes |
2017-03-13 | net: usb: r8152: use new api ethtool_{get|set}_link_ksettings | Philippe Reynes |
2017-03-13 | net: usb: catc: use new api ethtool_{get|set}_link_ksettings | Philippe Reynes |
2017-03-13 | net: usb: asix88179_178a: use new api ethtool_{get|set}_link_ksettings | Philippe Reynes |
2017-03-04 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds |
2017-03-02 | sched/headers: Prepare to move signal wakeup & sigpending methods from <linux... | Ingo Molnar |
2017-03-01 | net: usb: asix_devices: fix missing return code check on call to asix_write_m... | Colin Ian King |
2017-02-27 | lib/vsprintf.c: remove %Z support | Alexey Dobriyan |
2017-02-27 | scripts/spelling.txt: add "swith" pattern and fix typo instances | Masahiro Yamada |
2017-02-11 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2017-02-10 | net: lan78xx: fix build errors when linux/phy*.h is removed from net/dsa.h | Russell King |
2017-02-09 | sierra_net: Skip validating irrelevant fields for IDLE LSIs | Stefan Brüns |
2017-02-09 | sierra_net: Add support for IPv6 and Dual-Stack Link Sense Indications | Stefan Brüns |
2017-02-07 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2017-02-07 | catc: Use heap buffer for memory size test | Ben Hutchings |
2017-02-07 | catc: Combine failure cleanup code in catc_probe() | Ben Hutchings |
2017-02-07 | rtl8150: Use heap buffers for all register access | Ben Hutchings |
2017-02-07 | pegasus: Use heap buffers for all register access | Ben Hutchings |
2017-01-28 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2017-01-25 | r8152: check rx after napi is enabled | hayeswang |
2017-01-25 | r8152: re-schedule napi for tx | hayeswang |
2017-01-25 | r8152: avoid start_xmit to schedule napi when napi is disabled | hayeswang |
2017-01-25 | r8152: avoid start_xmit to call napi_schedule during autosuspend | hayeswang |
2017-01-25 | r8152: fix the wrong spelling | hayeswang |
2017-01-24 | qmi_wwan/cdc_ether: add device ID for HP lt2523 (Novatel E371) WWAN card | Bjørn Mork |
2017-01-24 | r8152: don't execute runtime suspend if the tx is not empty | hayeswang |
2017-01-20 | r8152: fix rtl8152_post_reset function | hayeswang |
2017-01-17 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2017-01-12 | cdc-ether: usbnet_cdc_zte_status() can be static | Wei Yongjun |
2017-01-11 | r8152: fix the sw rx checksum is unavailable | hayeswang |
2017-01-10 | r8152: fix rx issue for runtime suspend | hayeswang |
2017-01-10 | r8152: split rtl8152_suspend function | hayeswang |
2017-01-04 | net: usb: asix_devices: add .reset_resume for USB PM | Peter Chen |
2016-12-25 | ktime: Cleanup ktime_set() usage | Thomas Gleixner |
2016-12-24 | Replace <asm/uaccess.h> with <linux/uaccess.h> globally | Linus Torvalds |
2016-12-10 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2016-12-08 | lan78xx: add LAN7801 MAC only support | Woojung Huh |
2016-12-08 | NET: usb: cdc_mbim: add quirk for supporting Telit LE922A | Daniele Palmas |
2016-12-06 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2016-12-05 | net: usb: set error code when usb_alloc_urb fails | Pan Bian |
2016-12-03 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2016-12-02 | NET: usb: qmi_wwan: add support for Telit LE922A PID 0x1040 | Daniele Palmas |
2016-12-02 | cdc_ether: Fix handling connection notification | Kristian Evensen |