Age | Commit message (Expand) | Author | Files | Lines |
2017-03-01 | net: usb: asix_devices: fix missing return code check on call to asix_write_m... | Colin Ian King | 1 | -1/+1 |
2017-02-27 | lib/vsprintf.c: remove %Z support | Alexey Dobriyan | 2 | -2/+2 |
2017-02-27 | scripts/spelling.txt: add "swith" pattern and fix typo instances | Masahiro Yamada | 1 | -1/+1 |
2017-02-11 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -40/+71 |
2017-02-10 | net: lan78xx: fix build errors when linux/phy*.h is removed from net/dsa.h | Russell King | 1 | -0/+1 |
2017-02-09 | sierra_net: Skip validating irrelevant fields for IDLE LSIs | Stefan Brüns | 1 | -7/+7 |
2017-02-09 | sierra_net: Add support for IPv6 and Dual-Stack Link Sense Indications | Stefan Brüns | 1 | -35/+66 |
2017-02-07 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 3 | -33/+86 |
2017-02-07 | catc: Use heap buffer for memory size test | Ben Hutchings | 1 | -7/+18 |
2017-02-07 | catc: Combine failure cleanup code in catc_probe() | Ben Hutchings | 1 | -16/+17 |
2017-02-07 | rtl8150: Use heap buffers for all register access | Ben Hutchings | 1 | -7/+27 |
2017-02-07 | pegasus: Use heap buffers for all register access | Ben Hutchings | 1 | -4/+25 |
2017-01-28 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 3 | -6/+43 |
2017-01-25 | r8152: check rx after napi is enabled | hayeswang | 1 | -1/+6 |
2017-01-25 | r8152: re-schedule napi for tx | hayeswang | 1 | -0/+3 |
2017-01-25 | r8152: avoid start_xmit to schedule napi when napi is disabled | hayeswang | 1 | -2/+6 |
2017-01-25 | r8152: avoid start_xmit to call napi_schedule during autosuspend | hayeswang | 1 | -3/+9 |
2017-01-25 | r8152: fix the wrong spelling | hayeswang | 1 | -2/+2 |
2017-01-24 | qmi_wwan/cdc_ether: add device ID for HP lt2523 (Novatel E371) WWAN card | Bjørn Mork | 2 | -0/+15 |
2017-01-24 | r8152: don't execute runtime suspend if the tx is not empty | hayeswang | 1 | -1/+3 |
2017-01-20 | r8152: fix rtl8152_post_reset function | hayeswang | 1 | -0/+2 |
2017-01-17 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+6 |
2017-01-12 | cdc-ether: usbnet_cdc_zte_status() can be static | Wei Yongjun | 1 | -1/+1 |
2017-01-11 | r8152: fix the sw rx checksum is unavailable | hayeswang | 1 | -1/+6 |
2017-01-10 | r8152: fix rx issue for runtime suspend | hayeswang | 1 | -3/+28 |
2017-01-10 | r8152: split rtl8152_suspend function | hayeswang | 1 | -17/+40 |
2017-01-04 | net: usb: asix_devices: add .reset_resume for USB PM | Peter Chen | 1 | -0/+1 |
2016-12-25 | ktime: Cleanup ktime_set() usage | Thomas Gleixner | 1 | -1/+1 |
2016-12-24 | Replace <asm/uaccess.h> with <linux/uaccess.h> globally | Linus Torvalds | 4 | -4/+4 |
2016-12-10 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2 | -5/+30 |
2016-12-08 | lan78xx: add LAN7801 MAC only support | Woojung Huh | 3 | -2/+126 |
2016-12-08 | NET: usb: cdc_mbim: add quirk for supporting Telit LE922A | Daniele Palmas | 2 | -5/+30 |
2016-12-06 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -0/+1 |
2016-12-05 | net: usb: set error code when usb_alloc_urb fails | Pan Bian | 1 | -0/+1 |
2016-12-03 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 3 | -10/+35 |
2016-12-02 | NET: usb: qmi_wwan: add support for Telit LE922A PID 0x1040 | Daniele Palmas | 1 | -0/+1 |
2016-12-02 | cdc_ether: Fix handling connection notification | Kristian Evensen | 1 | -7/+31 |
2016-12-01 | net: asix: Fix AX88772_suspend() USB vendor commands failure issues | allan | 1 | -3/+3 |
2016-11-18 | lan78xx: relocate mdix setting to phy driver | Woojung Huh | 1 | -70/+3 |
2016-11-15 | net: usb: lan78xx: Utilize phy_ethtool_nway_reset | Florian Fainelli | 1 | -6/+1 |
2016-11-15 | net: usb: ax88172x: Utilize phy_ethtool_nway_reset | Florian Fainelli | 1 | -9/+1 |
2016-11-15 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2 | -9/+29 |
2016-11-13 | r8152: Fix error path in open function | Guenter Roeck | 1 | -7/+10 |
2016-11-09 | Net Driver: Add Cypress GX3 VID=04b4 PID=3610. | Allan Chou | 1 | -0/+17 |
2016-11-02 | lan78xx: Use irq_domain for phy interrupt from USB Int. EP | Woojung Huh | 1 | -26/+189 |
2016-10-30 | r8152: Fix broken RX checksums. | Mark Lord | 1 | -2/+2 |
2016-10-30 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2 | -5/+5 |
2016-10-27 | kalmia: avoid potential uninitialized variable use | Arnd Bergmann | 1 | -1/+1 |
2016-10-20 | net: use core MTU range checking in USB NIC drivers | Jarod Wilson | 9 | -44/+25 |
2016-10-18 | r8152: add new products of Lenovo | hayeswang | 2 | -1/+33 |