summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/aquantia
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-11-293-4/+7
|\
| * aquantia: Do not purge addresses when setting the number of ringsIzabela Bakollari2022-11-253-4/+7
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-11-102-7/+13
|\|
| * net: atlantic: macsec: clear encryption keys from the stackAntoine Tenart2022-11-102-7/+13
* | net: Remove the obsolte u64_stats_fetch_*_irq() users (drivers).Thomas Gleixner2022-10-281-4/+4
|/
* atlantic: fix deadlock at aq_nic_stopÍñigo Huguet2022-10-242-24/+74
* net: drop the weight argument from netif_napi_addJakub Kicinski2022-09-282-4/+2
* net: atlantic: macsec: remove checks on the prepare phaseAntoine Tenart2022-09-231-57/+0
* net: atlantic: macsec: make the prepare phase a noopAntoine Tenart2022-09-231-45/+45
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-09-221-3/+0
|\
| * net: atlantic: fix potential memory leak in aq_ndev_close()Jianglei Nie2022-09-211-3/+0
* | net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang2022-08-311-1/+1
|/
* net: atlantic: fix aq_vec index out of range errorChia-Lin Kao (AceLan)2022-08-091-13/+8
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-07-141-15/+8
|\
| * net: atlantic: remove aq_nic_deinit() when resumeChia-Lin Kao (AceLan)2022-07-141-3/+0
| * net: atlantic: remove deep parameter on suspend/resume functionsChia-Lin Kao (AceLan)2022-07-141-14/+10
* | net: atlantic:fix repeated words in commentsJilin Yuan2022-06-271-2/+2
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-05-123-11/+20
|\
| * net: atlantic: verify hw_head_ lies within TX buffer ringGrant Grundler2022-05-111-0/+7
| * net: atlantic: add check for MAX_SKB_FRAGSGrant Grundler2022-05-111-1/+5
| * net: atlantic: reduce scope of is_rsc_completeGrant Grundler2022-05-111-7/+6
| * net: atlantic: fix "frag[0] not initialized"Grant Grundler2022-05-111-2/+1
| * net: atlantic: always deep reset on pm op, fixing up my null deref regressionManuel Ullmann2022-05-101-2/+2
* | 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