index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
usb
/
aqc111.c
Age
Commit message (
Expand
)
Author
2022-08-31
net: move from strlcpy with unused retval to strscpy
Wolfram Sang
2022-05-06
net: make drivers set the TSO limit not the GSO limit
Jakub Kicinski
2022-04-06
net: usb: aqc111: Fix out-of-bounds accesses in RX fixup
Marcin Kozlowski
2021-10-14
ethernet: constify references to netdev->dev_addr in drivers
Jakub Kicinski
2021-10-02
net: usb: use eth_hw_addr_set() instead of ether_addr_copy()
Jakub Kicinski
2020-11-12
net: usb: switch to dev_get_tstats64 and remove usbnet_get_stats64 alias
Heiner Kallweit
2020-08-23
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2019-05-16
aqc111: cleanup mtu related logic
Igor Russkikh
2019-05-16
Revert "aqc111: fix writing to the phy on BE"
Igor Russkikh
2019-05-16
Revert "aqc111: fix double endianness swap on BE"
Igor Russkikh
2019-05-09
aqc111: fix double endianness swap on BE
Oliver Neukum
2019-05-09
aqc111: fix writing to the phy on BE
Oliver Neukum
2019-05-09
aqc111: fix endianness issue in aqc111_change_mtu
Oliver Neukum
2019-03-26
net: usb: aqc111: Extend HWID table by QNAP device
Dmitry Bezrukov
2019-01-16
net: usb: aqc111: Extend HWID table by TRENDnet device
Dmitry Bezrukov
2018-11-30
net: usb: aqc111: Initialize wol_cfg with memset in aqc111_suspend
Nathan Chancellor
2018-11-27
net: usb: aqc111: Add ASIX's HW ids
Dmitry Bezrukov
2018-11-27
net: usb: aqc111: Add support for wake on LAN by MAGIC packet
Dmitry Bezrukov
2018-11-27
net: usb: aqc111: Implement get/set_link_ksettings callbacks
Dmitry Bezrukov
2018-11-27
net: usb: aqc111: Initialize ethtool_ops structure
Dmitry Bezrukov
2018-11-27
net: usb: aqc111: Add RX VLAN filtering support
Dmitry Bezrukov
2018-11-27
net: usb: aqc111: Add support for VLAN_CTAG_TX/RX offload
Dmitry Bezrukov
2018-11-27
net: usb: aqc111: Implement set_rx_mode callback
Dmitry Bezrukov
2018-11-27
net: usb: aqc111: Add support for TSO
Dmitry Bezrukov
2018-11-27
net: usb: aqc111: Add support for enable/disable checksum offload
Dmitry Bezrukov
2018-11-27
net: usb: aqc111: Add support for changing MTU
Dmitry Bezrukov
2018-11-27
net: usb: aqc111: Add checksum offload support
Dmitry Bezrukov
2018-11-27
net: usb: aqc111: Implement RX data path
Dmitry Bezrukov
2018-11-27
net: usb: aqc111: Implement TX data path
Dmitry Bezrukov
2018-11-27
net: usb: aqc111: Add support for getting and setting of MAC address
Dmitry Bezrukov
2018-11-27
net: usb: aqc111: Introduce link management
Dmitry Bezrukov
2018-11-27
net: usb: aqc111: Introduce PHY access
Dmitry Bezrukov
2018-11-27
net: usb: aqc111: Various callbacks implementation
Dmitry Bezrukov
2018-11-27
net: usb: aqc111: Add implementation of read and write commands
Dmitry Bezrukov
2018-11-27
net: usb: aqc111: Add bind and empty unbind callbacks
Dmitry Bezrukov
2018-11-27
net: usb: aqc111: Driver skeleton for Aquantia AQtion USB to 5GbE
Dmitry Bezrukov