summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/aquantia/atlantic/aq_main.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-08net: annotate writes on dev->mtu from ndo_change_mtu()Eric Dumazet1-1/+1
2023-02-06net/sched: move struct tc_mqprio_qopt_offload from pkt_cls.h to pkt_sched.hVladimir Oltean1-0/+1
2022-11-25aquantia: Do not purge addresses when setting the number of ringsIzabela Bakollari1-2/+2
2022-09-21net: atlantic: fix potential memory leak in aq_ndev_close()Jianglei Nie1-3/+0
2022-04-20net: atlantic: Implement .ndo_xdp_xmit handlerTaehee Yoo1-0/+1
2022-04-20net: atlantic: Implement xdp control planeTaehee Yoo1-0/+86
2021-12-14net_tstamp: add new flag HWTSTAMP_FLAG_BONDED_PHC_INDEXHangbin Liu1-3/+0
2021-07-27dev_ioctl: split out ndo_eth_ioctlArnd Bergmann1-1/+1
2021-02-12net: ethernet: aquantia: Handle error cleanup of start on openNathan Rossi1-1/+3
2020-06-29net: aquantia: fix aq_ndev_start_xmit()'s return typeLuc Van Oostenryck1-1/+1
2020-06-27net: atlantic: put ptp code under IS_REACHABLE checkIgor Russkikh1-4/+16
2020-05-23net: atlantic: QoS implementation: min_rateMark Starovoytov1-9/+17
2020-05-23net: atlantic: automatically downgrade the number of queues if necessaryMark Starovoytov1-1/+4
2020-05-23net: atlantic: QoS implementation: max_rateMark Starovoytov1-4/+26
2020-05-23net: atlantic: QoS implementation: multi-TC supportDmitry Bezrukov1-1/+38
2020-02-24net/aquantia: Delete module versionLeon Romanovsky1-1/+0
2019-11-08net: atlantic: code style cleanupNikita Danilov1-4/+7
2019-11-08net: atlantic: implement wake_phy featureNikita Danilov1-2/+2
2019-10-24net: aquantia: add support for ptp ioctlsEgor Pomozov1-0/+82
2019-10-24net: aquantia: implement data PTP datapathEgor Pomozov1-1/+22
2019-10-15net: aquantia: correctly handle macvlan and multicast coexistenceDmitry Bogdanov1-3/+1
2019-09-01net: aquantia: reapply vlan filters on upDmitry Bogdanov1-0/+4
2019-06-27net: aquantia: implement vlan offload configurationIgor Russkikh1-7/+27
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 422Thomas Gleixner1-4/+1
2019-05-05net: aquantia: Make aq_ndev_driver_name staticYueHaibing1-1/+1
2019-05-01net: aquantia: create global service workqueueNikita Danilov1-0/+41
2018-11-14net: aquantia: add support of rx-vlan-filter offloadDmitry Bogdanov1-1/+39
2018-11-14net: aquantia: add infrastructure for ntuple rulesDmitry Bogdanov1-0/+15
2018-11-10net: aquantia: allow rx checksum offload configurationDmitry Bogdanov1-2/+8
2018-07-06net: aquantia: vlan unicast address list correct handlingIgor Russkikh1-9/+2
2018-01-22net: aquantia: Cleanup pci functions moduleIgor Russkikh1-11/+3
2018-01-16net: aquantia: Eliminate aq_nic structure abstractionIgor Russkikh1-1/+0
2018-01-16net: aquantia: Simplify dependencies between pci modulesIgor Russkikh1-82/+15
2018-01-16net: aquantia: Add const qualifiers for hardware ops tablesIgor Russkikh1-3/+3
2017-03-24net:ethernet:aquantia: Remove adapter re-opening when MTU changed.Pavel Belous1-5/+0
2017-03-17net: ethernet: aquantia: set net_device mtu when mtu is changedDavid Arcari1-0/+1
2017-02-21net: ethernet: aquantia: Superfluous initialization of "err".Pavel Belous1-7/+1
2017-02-21net: ethernet: aquantia: Using module_pci_driver.Pavel Belous1-19/+1
2017-02-21net: ethernet: aquantia: Fixes for aq_ndev_change_mtuPavel Belous1-11/+1
2017-01-24net: ethernet: aquantia: Support for NIC-specific codeDavid VomLehn1-0/+273