aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/aquantia (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-12-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+8
2021-12-27atlantic: Fix buff_ring OOB in aq_ring_rx_cleanZekun Shen1-0/+8
2021-12-14net_tstamp: add new flag HWTSTAMP_FLAG_BONDED_PHC_INDEXHangbin Liu1-3/+0
2021-12-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski11-65/+198
2021-12-02ethernet: aquantia: Try MAC address from device treeTianhao Chai1-10/+14
2021-11-29atlantic: Remove warn trace message.Sameer Saurabh1-3/+0
2021-11-29atlantic: Fix statistics logic for production hardwareDmitry Bogdanov5-27/+139
2021-11-29Remove Half duplex mode speed capabilities.Sameer Saurabh1-4/+1
2021-11-29atlantic: Add missing DIDs and fix 115c.Nikita Danilov4-1/+27
2021-11-29atlantic: Fix to display FW bundle version instead of FW mac version.Sameer Saurabh1-3/+3
2021-11-29atlatnic: enable Nbase-t speeds with base-tNikita Danilov3-19/+13
2021-11-29atlantic: Increase delay for fw transactionsDmitry Bogdanov1-2/+5
2021-11-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+2
2021-11-22ethtool: extend ringparam setting/getting API with rx_buf_lenHao Chen1-2/+6
2021-11-19atlantic: fix double-free in aq_ring_tx_cleanZekun Shen1-1/+2
2021-11-15atlantic: Fix OOB read and write in hw_atl_utils_fw_rpc_waitZekun Shen1-0/+10
2021-10-16ethernet: aquantia: use eth_hw_addr_set()Jakub Kicinski1-2/+4
2021-10-14ethernet: constify references to netdev->dev_addr in driversJakub Kicinski8-14/+14
2021-10-02ethernet: use eth_hw_addr_set() instead of ether_addr_copy()Jakub Kicinski1-1/+1
2021-09-23atlantic: Fix issue in the pm resume flow.Sudarsana Reddy Kalluru1-2/+2
2021-08-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+3
2021-08-29atlantic: Fix driver resume flow.Sudarsana Reddy Kalluru1-0/+3
2021-08-24ethtool: extend coalesce setting uAPI with CQE modeYufeng Mo1-2/+6
2021-08-23net: atlantic: switch from 'pci_' to 'dma_' APIChristophe JAILLET1-9/+3
2021-07-27dev_ioctl: split out ndo_eth_ioctlArnd Bergmann1-1/+1
2021-06-24net: atlantic: fix the macsec key lengthAntoine Tenart1-2/+2
2021-02-11net: ethernet: aquantia: Handle error cleanup of start on openNathan Rossi1-1/+3
2020-12-28atlantic: remove architecture dependsLéo Le Bouter1-1/+0
2020-11-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-74/+52
2020-11-24aquantia: Remove the build_skb pathLincoln Ramsay1-74/+52
2020-11-23net: don't include ethtool.h from netdevice.hJakub Kicinski1-0/+2
2020-11-10net: atlantic: Remove unnecessary conversion to boolKaixu Xia1-1/+1
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-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-2/+2
2020-09-25net: atlantic: fix build when object tree is separateIgor Russkikh1-2/+2
2020-09-25drivers/net/ethernet: remove incorrectly formatted docJesse Brandeburg1-1/+1
2020-08-19net: atlantic: Use readx_poll_timeout() for large timeoutSebastian Andrzej Siewior1-2/+2
2020-08-03net: ethernet: aquantia: Fix wrong return valueTianjia Zhang1-1/+1
2020-07-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller7-11/+74
2020-07-22net: atlantic: fix PTP on AQC10XEgor Pomozov1-1/+6
2020-07-20net: atlantic: add hwmon getter for MAC temperatureMark Starovoytov10-22/+215
2020-07-20net: atlantic: A0 ntuple filtersDmitry Bogdanov1-28/+88
2020-07-20net: atlantic: use intermediate variable to improve readability a bitNikita Danilov1-11/+10
2020-07-20net: atlantic: use U32_MAX in aq_hw_utils.cMark Starovoytov1-3/+2
2020-07-20net: atlantic: add support for 64-bit reads/writesPavel Belous6-8/+33
2020-07-20net: atlantic: enable ipv6 support for TCP LSO and UDP GSOIgor Russkikh2-1/+2
2020-07-20net: atlantic: PTP statisticsPavel Belous3-19/+105
2020-07-20net: atlantic: additional per-queue statsDmitry Bogdanov4-0/+23