aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/usb (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-11-30net: usb: aqc111: Initialize wol_cfg with memset in aqc111_suspendNathan Chancellor1-1/+3
2018-11-29net: Don't default Aquantia USB driver to 'y'David S. Miller1-1/+0
2018-11-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-6/+4
2018-11-27net: usb: aqc111: Extend cdc_ether blacklistDmitry Bezrukov1-0/+26
2018-11-27net: usb: aqc111: Add ASIX's HW idsDmitry Bezrukov1-0/+40
2018-11-27net: usb: aqc111: Add support for wake on LAN by MAGIC packetDmitry Bezrukov2-0/+192
2018-11-27net: usb: aqc111: Implement get/set_link_ksettings callbacksDmitry Bezrukov1-0/+124
2018-11-27net: usb: aqc111: Initialize ethtool_ops structureDmitry Bezrukov1-0/+28
2018-11-27net: usb: aqc111: Add RX VLAN filtering supportDmitry Bezrukov2-1/+90
2018-11-27net: usb: aqc111: Add support for VLAN_CTAG_TX/RX offloadDmitry Bezrukov2-1/+28
2018-11-27net: usb: aqc111: Implement set_rx_mode callbackDmitry Bezrukov2-5/+71
2018-11-27net: usb: aqc111: Add support for TSODmitry Bezrukov2-2/+12
2018-11-27net: usb: aqc111: Add support for enable/disable checksum offloadDmitry Bezrukov2-1/+45
2018-11-27net: usb: aqc111: Add support for changing MTUDmitry Bezrukov1-1/+59
2018-11-27net: usb: aqc111: Add checksum offload supportDmitry Bezrukov2-2/+52
2018-11-27net: usb: aqc111: Implement RX data pathDmitry Bezrukov2-0/+117
2018-11-27net: usb: aqc111: Implement TX data pathDmitry Bezrukov2-0/+80
2018-11-27net: usb: aqc111: Add support for getting and setting of MAC addressDmitry Bezrukov2-0/+48
2018-11-27net: usb: aqc111: Introduce link managementDmitry Bezrukov2-0/+248
2018-11-27net: usb: aqc111: Introduce PHY accessDmitry Bezrukov2-0/+98
2018-11-27net: usb: aqc111: Various callbacks implementationDmitry Bezrukov2-0/+177
2018-11-27net: usb: aqc111: Add implementation of read and write commandsDmitry Bezrukov2-0/+110
2018-11-27net: usb: aqc111: Add bind and empty unbind callbacksDmitry Bezrukov1-0/+35
2018-11-27net: usb: aqc111: Driver skeleton for Aquantia AQtion USB to 5GbEDmitry Bezrukov3-0/+61
2018-11-27usbnet: ipheth: fix potential recvmsg bug and recvmsg bug 2Bernd Eckstein1-6/+4
2018-11-16usbnet: smsc95xx: check for csum being in last four bytesBen Dooks1-1/+18
2018-11-16usbnet: smsc95xx: fix memcpy for accessing rx-dataBen Dooks1-5/+2
2018-11-16usbnet: smsc95xx: simplify tx_fixup codeBen Dooks1-15/+13
2018-11-16usbnet: smsc95xx: fix rx packet alignmentBen Dooks1-0/+1
2018-11-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+2
2018-11-11net: ethernet: Convert phydev advertize and supported from u32 to link modeAndrew Lunn1-11/+16
2018-11-08net: smsc95xx: Fix MTU rangeStefan Wahren1-0/+2
2018-11-02usbnet: smsc95xx: disable carrier check while suspendingFrieder Schrempf1-0/+7
2018-10-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2018-10-12net: cdc_ncm: remove set but not used variable 'ctx'YueHaibing1-3/+0
2018-10-11net: cdc_ncm: use tasklet_init() for tasklet_struct initBen Dooks1-2/+1
2018-10-10qmi_wwan: Added support for Gemalto's Cinterion ALASxx WWAN interfaceGiacinto Cifelli1-0/+1
2018-10-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2018-10-04net/usb: cancel pending work when unbinding smsc75xxYu Zhao1-0/+1
2018-10-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller7-13/+22
2018-10-02net: usbnet: make driver_info constBen Dooks1-6/+6
2018-09-29smsc95xx: Check for Wake-on-LAN modesFlorian Fainelli1-0/+3
2018-09-29smsc75xx: Check for Wake-on-LAN modesFlorian Fainelli1-0/+3
2018-09-29r8152: Check for supported Wake-on-LAN ModesFlorian Fainelli1-0/+3
2018-09-29sr9800: Check for supported Wake-on-LAN modesFlorian Fainelli1-0/+3
2018-09-29lan78xx: Check for supported Wake-on-LAN modesFlorian Fainelli1-13/+4
2018-09-29ax88179_178a: Check for supported Wake-on-LAN modesFlorian Fainelli1-0/+3
2018-09-29asix: Check for supported Wake-on-LAN modesFlorian Fainelli1-0/+3
2018-09-21net: lan78xx: Avoid unnecessary self assignmentNathan Chancellor1-4/+2
2018-09-18Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-7/+7