index
:
linux.git
master
nocache-cleanup
linus torvalds my love
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
usb
/
aqc111.c
Age
Commit message (
Expand
)
Author
2026-03-17
net: usb: aqc111: Do not perform PM inside suspend callback
Nikola Z. Ivanov
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
2026-01-30
net: usb: remove unnecessary get_drvinfo code and driver versions
Ethan Nelson-Moore
2025-05-30
net: usb: aqc111: debug info before sanitation
Oliver Neukum
2025-05-26
net: usb: aqc111: fix error handling of usbnet read calls
Nikita Zhandarovich
2024-05-07
usb: aqc111: stop lying about skb->truesize
Eric Dumazet
2024-05-07
net: annotate writes on dev->mtu from ndo_change_mtu()
Eric Dumazet
2023-11-16
usb: aqc111: check packet for fixup for true limit
Oliver Neukum
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