summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/aquantia
AgeCommit message (Expand)AuthorFilesLines
2023-12-20net: atlantic: fix double free in ring reinit logicIgor Russkikh1-1/+4
2022-12-08aquantia: Do not purge addresses when setting the number of ringsIzabela Bakollari3-4/+7
2022-11-16net: atlantic: macsec: clear encryption keys from the stackAntoine Tenart2-7/+13
2022-11-03atlantic: fix deadlock at aq_nic_stopÍñigo Huguet2-24/+74
2022-10-15net: atlantic: fix potential memory leak in aq_ndev_close()Jianglei Nie1-3/+0
2022-08-25net: atlantic: fix aq_vec index out of range errorChia-Lin Kao (AceLan)1-13/+8
2022-07-21net: atlantic: remove aq_nic_deinit() when resumeChia-Lin Kao (AceLan)1-3/+0
2022-07-21net: atlantic: remove deep parameter on suspend/resume functionsChia-Lin Kao (AceLan)1-14/+10
2022-05-25net: atlantic: verify hw_head_ lies within TX buffer ringGrant Grundler1-0/+7
2022-05-25net: atlantic: add check for MAX_SKB_FRAGSGrant Grundler1-1/+5
2022-05-25net: atlantic: reduce scope of is_rsc_completeGrant Grundler1-7/+6
2022-05-25net: atlantic: fix "frag[0] not initialized"Grant Grundler1-2/+1
2022-05-18net: atlantic: always deep reset on pm op, fixing up my null deref regressionManuel Ullmann1-2/+2
2022-04-27net: atlantic: invert deep par in pm functions, preventing null derefsManuel Ullmann1-4/+4
2022-04-27net: atlantic: Avoid out-of-bounds indexingKai-Heng Feng2-16/+16
2022-01-11atlantic: Fix buff_ring OOB in aq_ring_rx_cleanZekun Shen1-0/+8
2021-12-08atlantic: Remove warn trace message.Sameer Saurabh1-3/+0
2021-12-08atlantic: Fix statistics logic for production hardwareDmitry Bogdanov5-27/+139
2021-12-08Remove Half duplex mode speed capabilities.Sameer Saurabh1-4/+1
2021-12-08atlantic: Add missing DIDs and fix 115c.Nikita Danilov4-1/+27
2021-12-08atlantic: Fix to display FW bundle version instead of FW mac version.Sameer Saurabh1-3/+3
2021-12-08atlatnic: enable Nbase-t speeds with base-tNikita Danilov3-19/+13
2021-12-08atlantic: Increase delay for fw transactionsDmitry Bogdanov1-2/+5
2021-12-08atlantic: Fix OOB read and write in hw_atl_utils_fw_rpc_waitZekun Shen1-0/+10
2021-09-30atlantic: Fix issue in the pm resume flow.Sudarsana Reddy Kalluru1-2/+2
2021-09-15atlantic: Fix driver resume flow.Sudarsana Reddy Kalluru1-0/+3
2021-07-14net: atlantic: fix the macsec key lengthAntoine Tenart1-2/+2
2021-04-07net: ethernet: aquantia: Handle error cleanup of start on openNathan Rossi1-1/+3
2020-11-24aquantia: Remove the build_skb pathLincoln Ramsay1-74/+52
2020-10-20net: remove unneeded breakTom Rix1-1/+0
2020-10-06net: atlantic: implement media detect feature via phy tunablesIgor Russkikh5-0/+60
2020-10-06net: atlantic: implement phy downshift featureIgor Russkikh6-0/+103
2020-10-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-2/+2
2020-09-26net: atlantic: fix build when object tree is separateIgor Russkikh1-2/+2
2020-09-26drivers/net/ethernet: remove incorrectly formatted docJesse Brandeburg1-1/+1
2020-08-20net: atlantic: Use readx_poll_timeout() for large timeoutSebastian Andrzej Siewior1-2/+2
2020-08-04net: ethernet: aquantia: Fix wrong return valueTianjia Zhang1-1/+1
2020-07-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller7-11/+74
2020-07-23net: atlantic: fix PTP on AQC10XEgor Pomozov1-1/+6
2020-07-21net: atlantic: add hwmon getter for MAC temperatureMark Starovoytov10-22/+215
2020-07-21net: atlantic: A0 ntuple filtersDmitry Bogdanov1-28/+88
2020-07-21net: atlantic: use intermediate variable to improve readability a bitNikita Danilov1-11/+10
2020-07-21net: atlantic: use U32_MAX in aq_hw_utils.cMark Starovoytov1-3/+2
2020-07-21net: atlantic: add support for 64-bit reads/writesPavel Belous6-8/+33
2020-07-21net: atlantic: enable ipv6 support for TCP LSO and UDP GSOIgor Russkikh2-1/+2
2020-07-21net: atlantic: PTP statisticsPavel Belous3-19/+105
2020-07-21net: atlantic: additional per-queue statsDmitry Bogdanov4-0/+23
2020-07-21net: atlantic: use u64_stats_update_* to protect access to 64-bit statsMark Starovoytov3-10/+47
2020-07-21net: atlantic: split rx and tx per-queue statsMark Starovoytov6-63/+68
2020-07-21net: atlantic: make _get_sw_stats return count as return valueMark Starovoytov3-13/+9