summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/aquantia
Commit message (Expand)AuthorAgeFilesLines
* ethernet: aquantia: Try MAC address from device treeTianhao Chai2021-12-021-10/+14
* atlantic: Remove warn trace message.Sameer Saurabh2021-11-291-3/+0
* atlantic: Fix statistics logic for production hardwareDmitry Bogdanov2021-11-295-27/+139
* Remove Half duplex mode speed capabilities.Sameer Saurabh2021-11-291-4/+1
* atlantic: Add missing DIDs and fix 115c.Nikita Danilov2021-11-294-1/+27
* atlantic: Fix to display FW bundle version instead of FW mac version.Sameer Saurabh2021-11-291-3/+3
* atlatnic: enable Nbase-t speeds with base-tNikita Danilov2021-11-293-19/+13
* atlantic: Increase delay for fw transactionsDmitry Bogdanov2021-11-291-2/+5
* atlantic: fix double-free in aq_ring_tx_cleanZekun Shen2021-11-191-1/+2
* atlantic: Fix OOB read and write in hw_atl_utils_fw_rpc_waitZekun Shen2021-11-151-0/+10
* ethernet: aquantia: use eth_hw_addr_set()Jakub Kicinski2021-10-161-2/+4
* ethernet: constify references to netdev->dev_addr in driversJakub Kicinski2021-10-148-14/+14
* ethernet: use eth_hw_addr_set() instead of ether_addr_copy()Jakub Kicinski2021-10-021-1/+1
* atlantic: Fix issue in the pm resume flow.Sudarsana Reddy Kalluru2021-09-231-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-08-311-0/+3
|\
| * atlantic: Fix driver resume flow.Sudarsana Reddy Kalluru2021-08-291-0/+3
* | ethtool: extend coalesce setting uAPI with CQE modeYufeng Mo2021-08-241-2/+6
* | net: atlantic: switch from 'pci_' to 'dma_' APIChristophe JAILLET2021-08-231-9/+3
* | dev_ioctl: split out ndo_eth_ioctlArnd Bergmann2021-07-271-1/+1
|/
* 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-281-1/+0
* 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