summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/aquantia
Commit message (Expand)AuthorAgeFilesLines
* net: atlantic: Use readx_poll_timeout() for large timeoutSebastian Andrzej Siewior2020-08-191-2/+2
* net: ethernet: aquantia: Fix wrong return valueTianjia Zhang2020-08-031-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-07-257-11/+74
|\
| * net: atlantic: fix PTP on AQC10XEgor Pomozov2020-07-221-1/+6
| * net: atlantic: disable PTP on AQC111, AQC112Nikita Danilov2020-07-177-10/+68
* | net: atlantic: add hwmon getter for MAC temperatureMark Starovoytov2020-07-2010-22/+215
* | net: atlantic: A0 ntuple filtersDmitry Bogdanov2020-07-201-28/+88
* | net: atlantic: use intermediate variable to improve readability a bitNikita Danilov2020-07-201-11/+10
* | net: atlantic: use U32_MAX in aq_hw_utils.cMark Starovoytov2020-07-201-3/+2
* | net: atlantic: add support for 64-bit reads/writesPavel Belous2020-07-206-8/+33
* | net: atlantic: enable ipv6 support for TCP LSO and UDP GSOIgor Russkikh2020-07-202-1/+2
* | net: atlantic: PTP statisticsPavel Belous2020-07-203-19/+105
* | net: atlantic: additional per-queue statsDmitry Bogdanov2020-07-204-0/+23
* | net: atlantic: use u64_stats_update_* to protect access to 64-bit statsMark Starovoytov2020-07-203-10/+47
* | net: atlantic: split rx and tx per-queue statsMark Starovoytov2020-07-206-63/+68
* | net: atlantic: make _get_sw_stats return count as return valueMark Starovoytov2020-07-203-13/+9
* | net: atlantic: use simple assignment in _get_stats and _get_sw_statsMark Starovoytov2020-07-201-23/+24
* | net: atlantic: move FRAC_PER_NS to aq_hw.hMark Starovoytov2020-07-202-11/+11
* | net: atlantic: add support for FW 4.xDmitry Bogdanov2020-07-174-15/+58
* | net: atlantic: align return value of ver_match function with function nameMark Starovoytov2020-07-173-19/+15
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-07-112-3/+3
|\|
| * net: atlantic: fix ip dst and ipv6 address filtersDmitry Bogdanov2020-07-082-3/+3
* | net: aquantia: fix aq_ndev_start_xmit()'s return typeLuc Van Oostenryck2020-06-281-1/+1
* | net: atlantic: put ptp code under IS_REACHABLE checkIgor Russkikh2020-06-264-6/+27
* | net: atlantic: add alignment checks in hw_atl2_utils_fw.cMark Starovoytov2020-06-261-4/+28
* | net: atlantic: missing space in a comment in aq_nic.hDmitry Bezrukov2020-06-261-4/+5
* | net: atlantic: fix typo in aq_ring_tx_cleanMark Starovoytov2020-06-261-4/+5
* | net: atlantic: make aq_pci_func_init staticMark Starovoytov2020-06-262-8/+9
* | net: atlantic: Replace ENOTSUPP usage to EOPNOTSUPPMark Starovoytov2020-06-262-2/+2
* | net: atlantic: fix variable type in aq_ethtool_get_pauseparamNikita Danilov2020-06-261-2/+1
* | net: atlantic: MACSec offload statistics checkpatch fixMark Starovoytov2020-06-261-3/+3
* | net: atlantic: A2: phy loopback supportDmitry Bogdanov2020-06-225-3/+29
* | net: atlantic: A2: report link partner capabilitiesDmitry Bogdanov2020-06-223-0/+81
* | net: atlantic: A2: flow control supportIgor Russkikh2020-06-224-1/+42
* | net: atlantic: A2: EEE supportNikita Danilov2020-06-223-5/+91
* | net: atlantic: remove baseX usageNikita Danilov2020-06-221-3/+0
* | net: atlantic: A2: half duplex supportIgor Russkikh2020-06-227-23/+70
|/
* treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2020-06-141-2/+2
* net: atlantic: proper rss_ctrl1 (54c0) initializationMark Starovoytov2020-05-225-8/+21
* net: atlantic: QoS implementation: min_rateMark Starovoytov2020-05-2210-54/+286
* net: atlantic: change the order of arguments for TC weight/credit settersMark Starovoytov2020-05-226-35/+35
* net: atlantic: always use random TC-queue mapping for TX on A2.Mark Starovoytov2020-05-224-11/+72
* net: atlantic: automatically downgrade the number of queues if necessaryMark Starovoytov2020-05-224-36/+63
* net: atlantic: QoS implementation: max_rateMark Starovoytov2020-05-2210-12/+235
* net: atlantic: make TCVEC2RING accept nic_cfgMark Starovoytov2020-05-224-12/+15
* net: atlantic: per-TC queue statisticsMark Starovoytov2020-05-224-41/+59
* net: atlantic: QoS implementation: multi-TC supportDmitry Bezrukov2020-05-2215-114/+293
* net: atlantic: changes for multi-TC supportDmitry Bezrukov2020-05-226-55/+75
* net: atlantic: move PTP TC initialization to a separate functionDmitry Bezrukov2020-05-221-12/+19
* net: atlantic: changes for multi-TC supportDmitry Bezrukov2020-05-2212-72/+105