Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-05-06net: make drivers set the TSO limit not the GSO limitJakub Kicinski
2022-04-06net: usb: aqc111: Fix out-of-bounds accesses in RX fixupMarcin Kozlowski
2021-10-14ethernet: constify references to netdev->dev_addr in driversJakub Kicinski
2021-10-02net: usb: use eth_hw_addr_set() instead of ether_addr_copy()Jakub Kicinski
2020-11-13net: usb: switch to dev_get_tstats64 and remove usbnet_get_stats64 aliasHeiner Kallweit
2020-08-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2019-05-17aqc111: cleanup mtu related logicIgor Russkikh
2019-05-17Revert "aqc111: fix writing to the phy on BE"Igor Russkikh
2019-05-17Revert "aqc111: fix double endianness swap on BE"Igor Russkikh
2019-05-09aqc111: fix double endianness swap on BEOliver Neukum
2019-05-09aqc111: fix writing to the phy on BEOliver Neukum
2019-05-09aqc111: fix endianness issue in aqc111_change_mtuOliver Neukum
2019-03-26net: usb: aqc111: Extend HWID table by QNAP deviceDmitry Bezrukov
2019-01-17net: usb: aqc111: Extend HWID table by TRENDnet deviceDmitry Bezrukov
2018-12-01net: usb: aqc111: Initialize wol_cfg with memset in aqc111_suspendNathan Chancellor
2018-11-28net: usb: aqc111: Add ASIX's HW idsDmitry Bezrukov
2018-11-28net: usb: aqc111: Add support for wake on LAN by MAGIC packetDmitry Bezrukov
2018-11-28net: usb: aqc111: Implement get/set_link_ksettings callbacksDmitry Bezrukov
2018-11-28net: usb: aqc111: Initialize ethtool_ops structureDmitry Bezrukov
2018-11-28net: usb: aqc111: Add RX VLAN filtering supportDmitry Bezrukov
2018-11-28net: usb: aqc111: Add support for VLAN_CTAG_TX/RX offloadDmitry Bezrukov
2018-11-28net: usb: aqc111: Implement set_rx_mode callbackDmitry Bezrukov
2018-11-28net: usb: aqc111: Add support for TSODmitry Bezrukov
2018-11-28net: usb: aqc111: Add support for enable/disable checksum offloadDmitry Bezrukov
2018-11-28net: usb: aqc111: Add support for changing MTUDmitry Bezrukov
2018-11-28net: usb: aqc111: Add checksum offload supportDmitry Bezrukov
2018-11-28net: usb: aqc111: Implement RX data pathDmitry Bezrukov
2018-11-28net: usb: aqc111: Implement TX data pathDmitry Bezrukov
2018-11-28net: usb: aqc111: Add support for getting and setting of MAC addressDmitry Bezrukov
2018-11-28net: usb: aqc111: Introduce link managementDmitry Bezrukov
2018-11-28net: usb: aqc111: Introduce PHY accessDmitry Bezrukov
2018-11-28net: usb: aqc111: Various callbacks implementationDmitry Bezrukov
2018-11-28net: usb: aqc111: Add implementation of read and write commandsDmitry Bezrukov
2018-11-28net: usb: aqc111: Add bind and empty unbind callbacksDmitry Bezrukov
2018-11-28net: usb: aqc111: Driver skeleton for Aquantia AQtion USB to 5GbEDmitry Bezrukov