summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/aquantia/atlantic
Commit message (Expand)AuthorAgeFilesLines
* net: ethernet: aquantia: Handle error cleanup of start on openNathan Rossi2021-02-111-1/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-11-271-74/+52
|\
| * aquantia: Remove the build_skb pathLincoln Ramsay2020-11-241-74/+52
* | net: don't include ethtool.h from netdevice.hJakub Kicinski2020-11-231-0/+2
* | net: atlantic: Remove unnecessary conversion to boolKaixu Xia2020-11-101-1/+1
|/
* net: remove unneeded breakTom Rix2020-10-201-1/+0
* net: atlantic: implement media detect feature via phy tunablesIgor Russkikh2020-10-065-0/+60
* net: atlantic: implement phy downshift featureIgor Russkikh2020-10-066-0/+103
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-10-051-2/+2
|\
| * net: atlantic: fix build when object tree is separateIgor Russkikh2020-09-251-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
* 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
|/
* net: atlantic: proper rss_ctrl1 (54c0) initializationMark Starovoytov2020-05-225-8/+21
* net: atlantic: QoS implementation: min_rateMark Starovoytov2020-05-2210-54/+286