Age | Commit message (Expand) | Author |
2020-10-15 | Merge tag 'net-next-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne... | Linus Torvalds |
2020-10-15 | Merge tag 'usb-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds |
2020-10-13 | net: usbnet: use new function dev_fetch_sw_netstats | Heiner Kallweit |
2020-10-13 | net: usb: qmi_wwan: use new function dev_fetch_sw_netstats | Heiner Kallweit |
2020-10-12 | cx82310_eth: use netdev_err instead of dev_err | Ondrej Zary |
2020-10-12 | cx82310_eth: re-enable ethernet mode after router reboot | Ondrej Zary |
2020-10-10 | net: usbnet: remove driver version | Heiner Kallweit |
2020-10-08 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2020-10-08 | net: usb: qmi_wwan: add Cellient MPL200 card | Wilken Gottwalt |
2020-10-06 | net: usb: rtl8150: set random MAC address when set_ethernet_addr() fails | Anant Thazhemadam |
2020-10-05 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller |
2020-10-05 | Merge 5.9-rc8 into usb-next | Greg Kroah-Hartman |
2020-10-03 | usbnet: Use fallthrough pseudo-keyword | Gustavo A. R. Silva |
2020-10-02 | net/smscx5xx: change to of_get_mac_address() eth_platform_get_mac_address() | Łukasz Stelmach |
2020-10-02 | net: usb: pegasus: Proper error handing when setting pegasus' MAC address | Petko Manolov |
2020-10-02 | net: pegasus: Use the new usb control message API. | Petko Manolov |
2020-10-02 | net: rtl8150: Use the new usb control message API. | Petko Manolov |
2020-09-29 | net: usb: net1080: Remove in_interrupt() comment | Sebastian Andrzej Siewior |
2020-09-29 | net: usb: kaweth: Remove last user of kaweth_control() | Sebastian Andrzej Siewior |
2020-09-29 | net: usb: kaweth: Replace kaweth_control() with usb_control_msg() | Sebastian Andrzej Siewior |
2020-09-28 | net: usb: ax88179_178a: add MCT usb 3.0 adapter | Wilken Gottwalt |
2020-09-28 | net: usb: ax88179_178a: fix missing stop entry in driver_info | Wilken Gottwalt |
2020-09-25 | net: usb: ax88179_178a: add Toshiba usb 3.0 adapter | Wilken Gottwalt |
2020-09-22 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller |
2020-09-14 | rndis_host: increase sleep time in the query-response loop | Olympia Giannou |
2020-09-04 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2020-09-03 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Linus Torvalds |
2020-09-01 | net: usb: dm9601: Add USB ID of Keenetic Plus DSL | Kamil Lorenc |
2020-08-28 | smsc95xx: add phylib support | Andre Edich |
2020-08-28 | smsc95xx: use usbnet->driver_priv | Andre Edich |
2020-08-28 | smsc95xx: remove redundant function arguments | Andre Edich |
2020-08-27 | net: usb: Fix uninit-was-stored issue in asix_read_phy_addr() | Himadri Pandya |
2020-08-26 | net: cdc_ncm: Fix build error | YueHaibing |
2020-08-23 | treewide: Use fallthrough pseudo-keyword | Gustavo A. R. Silva |
2020-08-07 | r8152: Use MAC address from correct device tree node | Thierry Reding |
2020-08-05 | usb: hso: remove bogus check for EINPROGRESS | Oliver Neukum |
2020-08-05 | usb: hso: no complaint about kmalloc failure | Oliver Neukum |
2020-08-05 | hso: fix bailout in error case of probe | Oliver Neukum |
2020-08-02 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller |
2020-07-28 | net: lan78xx: replace bogus endpoint lookup | Johan Hovold |
2020-07-28 | net: lan78xx: fix transfer-buffer memory leak | Johan Hovold |
2020-07-28 | net: lan78xx: add missing endpoint sanity check | Johan Hovold |
2020-07-28 | usb: hso: check for return value in hso_serial_common_create() | Rustam Kovhaev |
2020-07-25 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller |
2020-07-17 | net: cdc_ncm: hook into set_rx_mode to admit multicast traffic | Miguel Rodríguez Pérez |
2020-07-17 | net: cdc_ncm: add .ndo_set_rx_mode to cdc_ncm_netdev_ops | Miguel Rodríguez Pérez |
2020-07-17 | net: usbnet: export usbnet_set_rx_mode() | Bjørn Mork |
2020-07-17 | net: cdc_ether: export usbnet_cdc_update_filter | Miguel Rodríguez Pérez |
2020-07-17 | net: cdc_ether: use dev->intf to get interface information | Miguel Rodríguez Pérez |
2020-07-15 | ax88172a: fix ax88172a_unbind() failures | George Kennedy |