summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/aquantia/atlantic
Commit message (Expand)AuthorAgeFilesLines
* eth: atlantic: remove a copy of the NAPI_POLL_WEIGHT defineJakub Kicinski2022-04-293-4/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2022-04-221-4/+4
|\
| * net: atlantic: invert deep par in pm functions, preventing null derefsManuel Ullmann2022-04-181-4/+4
* | net: atlantic: Implement .ndo_xdp_xmit handlerTaehee Yoo2022-04-203-0/+26
* | net: atlantic: Implement xdp data planeTaehee Yoo2022-04-206-9/+468
* | net: atlantic: Implement xdp control planeTaehee Yoo2022-04-2010-37/+177
|/
* net: atlantic: Avoid out-of-bounds indexingKai-Heng Feng2022-04-082-16/+16
* net: atlantic: Use the bitmap API instead of hand-writing itChristophe JAILLET2022-01-241-4/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-12-301-0/+8
|\
| * atlantic: Fix buff_ring OOB in aq_ring_rx_cleanZekun Shen2021-12-271-0/+8
* | net_tstamp: add new flag HWTSTAMP_FLAG_BONDED_PHC_INDEXHangbin Liu2021-12-141-3/+0
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-12-0211-65/+198
|\|
| * 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
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-11-261-1/+2
|\|
| * atlantic: fix double-free in aq_ring_tx_cleanZekun Shen2021-11-191-1/+2
* | ethtool: extend ringparam setting/getting API with rx_buf_lenHao Chen2021-11-221-2/+6
|/
* 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
* 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