summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/aquantia/atlantic/hw_atl/hw_atl_b0.c
Commit message (Expand)AuthorAgeFilesLines
* net: atlantic: Use PCI_IRQ_INTX instead of PCI_IRQ_LEGACYDamien Le Moal2024-04-251-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-05-121-0/+7
|\
| * net: atlantic: verify hw_head_ lies within TX buffer ringGrant Grundler2022-05-111-0/+7
* | net: atlantic: Implement xdp control planeTaehee Yoo2022-04-201-5/+5
|/
* ethernet: constify references to netdev->dev_addr in driversJakub Kicinski2021-10-141-2/+2
* drivers/net/ethernet: remove incorrectly formatted docJesse Brandeburg2020-09-251-1/+1
* net: atlantic: Use readx_poll_timeout() for large timeoutSebastian Andrzej Siewior2020-08-191-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-07-251-1/+25
|\
| * net: atlantic: fix PTP on AQC10XEgor Pomozov2020-07-221-1/+6
| * net: atlantic: disable PTP on AQC111, AQC112Nikita Danilov2020-07-171-0/+19
* | net: atlantic: add hwmon getter for MAC temperatureMark Starovoytov2020-07-201-0/+44
* | net: atlantic: add support for 64-bit reads/writesPavel Belous2020-07-201-0/+1
* | net: atlantic: enable ipv6 support for TCP LSO and UDP GSOIgor Russkikh2020-07-201-0/+1
* | net: atlantic: move FRAC_PER_NS to aq_hw.hMark Starovoytov2020-07-201-11/+9
* | net: atlantic: A2: phy loopback supportDmitry Bogdanov2020-06-221-1/+1
* | net: atlantic: A2: flow control supportIgor Russkikh2020-06-221-1/+1
|/
* net: atlantic: proper rss_ctrl1 (54c0) initializationMark Starovoytov2020-05-221-2/+14
* net: atlantic: QoS implementation: min_rateMark Starovoytov2020-05-221-11/+66
* net: atlantic: change the order of arguments for TC weight/credit settersMark Starovoytov2020-05-221-4/+4
* net: atlantic: QoS implementation: max_rateMark Starovoytov2020-05-221-4/+54
* net: atlantic: QoS implementation: multi-TC supportDmitry Bezrukov2020-05-221-35/+39
* net: atlantic: changes for multi-TC supportDmitry Bezrukov2020-05-221-18/+7
* net: atlantic: move PTP TC initialization to a separate functionDmitry Bezrukov2020-05-221-12/+19
* net: atlantic: changes for multi-TC supportDmitry Bezrukov2020-05-221-20/+14
* net: atlantic: remove hw_atl_b0_hw_rss_set call from A2 codeMark Starovoytov2020-05-091-2/+2
* net: atlantic: rename AQ_NIC_RATE_2GS to AQ_NIC_RATE_2G5Mark Starovoytov2020-05-091-7/+8
* net: atlantic: A2 ingress / egress hw configurationIgor Russkikh2020-05-011-32/+22
* net: atlantic: basic A2 init/deinit hw_opsIgor Russkikh2020-05-011-12/+12
* net: atlantic: move IS_CHIP_FEATURE to aq_hw.hMark Starovoytov2020-05-011-3/+3
* net: atlantic: add hw_soft_reset, hw_prepare to hw_opsMark Starovoytov2020-05-011-0/+2
* net: atlantic: better loopback mode handlingNikita Danilov2020-02-161-5/+8
* net: atlantic: ptp gpio adjustmentsEgor Pomozov2020-02-161-1/+3
* net: atlantic: checksum compat issueDmitry Bezrukov2020-02-161-2/+3
* net: atlantic: remove duplicate entriesIgor Russkikh2020-01-061-3/+0
* net: atlantic: implement UDP GSO offloadIgor Russkikh2019-11-071-4/+7
* net: atlantic: update flow control logicNikita Danilov2019-11-071-1/+1
* net: atlantic: code style cleanupNikita Danilov2019-11-071-26/+43
* net: atlantic: loopback tests via private flagsIgor Russkikh2019-11-071-1/+29
* net: aquantia: make two symbols be staticMao Wenan2019-10-291-1/+1
* net: aquantia: fix warnings on endiannessIgor Russkikh2019-10-261-5/+4
* net: aquantia: add support for PIN funcsDmitry Bezrukov2019-10-241-1/+62
* net: aquantia: rx filters for ptpDmitry Bezrukov2019-10-241-3/+9
* net: aquantia: implement data PTP datapathEgor Pomozov2019-10-241-0/+100
* net: aquantia: add PTP rings infrastructureEgor Pomozov2019-10-241-7/+38
* net: aquantia: add basic ptp_clock callbacksEgor Pomozov2019-10-241-2/+108
* net: aquantia: correctly handle macvlan and multicast coexistenceDmitry Bogdanov2019-10-141-3/+4
* net: aquantia: when cleaning hw cache it should be toggledIgor Russkikh2019-10-141-2/+14
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-271-6/+13
|\
| * net: aquantia: fix vlans not working over bridged networkDmitry Bogdanov2019-06-261-6/+13
* | net: aquantia: vlan offloads logic in datapathIgor Russkikh2019-06-271-13/+39