summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/aquantia (follow)
Commit message (Expand)AuthorAgeFilesLines
* net: atlantic: fix the macsec key lengthAntoine Tenart2021-06-241-2/+2
* net: ethernet: aquantia: Handle error cleanup of start on openNathan Rossi2021-02-111-1/+3
* atlantic: remove architecture dependsLéo Le Bouter2020-12-291-1/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-11-281-74/+52
|\
| * aquantia: Remove the build_skb pathLincoln Ramsay2020-11-241-74/+52
* | net: don't include ethtool.h from netdevice.hJakub Kicinski2020-11-241-0/+2
* | net: atlantic: Remove unnecessary conversion to boolKaixu Xia2020-11-111-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-061-2/+2
|\
| * net: atlantic: fix build when object tree is separateIgor Russkikh2020-09-261-2/+2
* | drivers/net/ethernet: remove incorrectly formatted docJesse Brandeburg2020-09-261-1/+1
|/
* net: atlantic: Use readx_poll_timeout() for large timeoutSebastian Andrzej Siewior2020-08-201-2/+2
* net: ethernet: aquantia: Fix wrong return valueTianjia Zhang2020-08-041-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-07-267-11/+74
|\
| * net: atlantic: fix PTP on AQC10XEgor Pomozov2020-07-231-1/+6
| * net: atlantic: disable PTP on AQC111, AQC112Nikita Danilov2020-07-187-10/+68
* | net: atlantic: add hwmon getter for MAC temperatureMark Starovoytov2020-07-2110-22/+215
* | net: atlantic: A0 ntuple filtersDmitry Bogdanov2020-07-211-28/+88
* | net: atlantic: use intermediate variable to improve readability a bitNikita Danilov2020-07-211-11/+10
* | net: atlantic: use U32_MAX in aq_hw_utils.cMark Starovoytov2020-07-211-3/+2
* | net: atlantic: add support for 64-bit reads/writesPavel Belous2020-07-216-8/+33
* | net: atlantic: enable ipv6 support for TCP LSO and UDP GSOIgor Russkikh2020-07-212-1/+2
* | net: atlantic: PTP statisticsPavel Belous2020-07-213-19/+105
* | net: atlantic: additional per-queue statsDmitry Bogdanov2020-07-214-0/+23
* | net: atlantic: use u64_stats_update_* to protect access to 64-bit statsMark Starovoytov2020-07-213-10/+47
* | net: atlantic: split rx and tx per-queue statsMark Starovoytov2020-07-216-63/+68
* | net: atlantic: make _get_sw_stats return count as return valueMark Starovoytov2020-07-213-13/+9
* | net: atlantic: use simple assignment in _get_stats and _get_sw_statsMark Starovoytov2020-07-211-23/+24
* | net: atlantic: move FRAC_PER_NS to aq_hw.hMark Starovoytov2020-07-212-11/+11
* | net: atlantic: add support for FW 4.xDmitry Bogdanov2020-07-184-15/+58
* | net: atlantic: align return value of ver_match function with function nameMark Starovoytov2020-07-183-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-291-1/+1
* | net: atlantic: put ptp code under IS_REACHABLE checkIgor Russkikh2020-06-274-6/+27
* | net: atlantic: add alignment checks in hw_atl2_utils_fw.cMark Starovoytov2020-06-271-4/+28
* | net: atlantic: missing space in a comment in aq_nic.hDmitry Bezrukov2020-06-271-4/+5
* | net: atlantic: fix typo in aq_ring_tx_cleanMark Starovoytov2020-06-271-4/+5
* | net: atlantic: make aq_pci_func_init staticMark Starovoytov2020-06-272-8/+9
* | net: atlantic: Replace ENOTSUPP usage to EOPNOTSUPPMark Starovoytov2020-06-272-2/+2
* | net: atlantic: fix variable type in aq_ethtool_get_pauseparamNikita Danilov2020-06-271-2/+1
* | net: atlantic: MACSec offload statistics checkpatch fixMark Starovoytov2020-06-271-3/+3
* | net: atlantic: A2: phy loopback supportDmitry Bogdanov2020-06-235-3/+29
* | net: atlantic: A2: report link partner capabilitiesDmitry Bogdanov2020-06-233-0/+81
* | net: atlantic: A2: flow control supportIgor Russkikh2020-06-234-1/+42
* | net: atlantic: A2: EEE supportNikita Danilov2020-06-233-5/+91
* | net: atlantic: remove baseX usageNikita Danilov2020-06-231-3/+0
* | net: atlantic: A2: half duplex supportIgor Russkikh2020-06-237-23/+70
|/