aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/net/ethernet/aquantia/atlantic (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-02-09net: atlantic: convert EEE handling to use linkmode bitmapsHeiner Kallweit1-12/+9
2024-02-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-2/+16
2024-02-02net: atlantic: Fix DMA mapping for PTP hwts ringIvan Vecera3-2/+16
2024-01-31ethtool: add suffix _u32 to legacy bitmap members of struct ethtool_keeeHeiner Kallweit1-4/+4
2024-01-31ethtool: replace struct ethtool_eee with a new struct ethtool_keee on kernel sideHeiner Kallweit1-2/+2
2023-12-14net: atlantic: eliminate double free in error handling logicIgor Russkikh4-87/+47
2023-12-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+4
2023-12-14net: atlantic: fix double free in ring reinit logicIgor Russkikh1-1/+4
2023-12-13net: ethtool: pass a pointer to parameters to get/set_rxfh ethtool opsAhmed Zaki1-15/+16
2023-12-06net: atlantic: Fix NULL dereference of skb pointer inDaniil Maximov3-13/+19
2023-07-18net: atlantic: Remove unnecessary (void*) conversionsWu Yunchuan2-7/+7
2023-05-13net: introduce and use skb_frag_fill_page_desc()Yunsheng Lin1-3/+3
2023-05-10macsec: Use helper macsec_netdev_priv for offload driversSubbaraya Sundeep1-20/+20
2023-05-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextJakub Kicinski1-2/+2
2023-05-01net: atlantic: Define aq_pm_ops conditionally on CONFIG_PMTom Rix1-0/+2
2023-04-28atlantic:hw_atl2:hw_atl2_utils_fw: Remove unnecessary (void*) conversionswuych1-2/+2
2023-04-09net: aquantia: constify pointers to hwmon_channel_infoKrzysztof Kozlowski1-1/+1
2023-03-16net: atlantic: Fix crash when XDP is enabled but no program is loadedToke Høiland-Jørgensen1-7/+21
2023-02-10Daniel Borkmann says:Jakub Kicinski1-0/+5
2023-02-06net/sched: move struct tc_mqprio_qopt_offload from pkt_cls.h to pkt_sched.hVladimir Oltean1-0/+1
2023-02-02drivers: net: turn on XDP featuresMarek Majtyka1-0/+5
2022-11-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-4/+7
2022-11-25aquantia: Do not purge addresses when setting the number of ringsIzabela Bakollari3-4/+7
2022-11-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-7/+13
2022-11-10net: atlantic: macsec: clear encryption keys from the stackAntoine Tenart2-7/+13
2022-10-28net: Remove the obsolte u64_stats_fetch_*_irq() users (drivers).Thomas Gleixner1-4/+4
2022-10-24atlantic: fix deadlock at aq_nic_stopÍñigo Huguet2-24/+74
2022-09-28net: drop the weight argument from netif_napi_addJakub Kicinski2-4/+2
2022-09-23net: atlantic: macsec: remove checks on the prepare phaseAntoine Tenart1-57/+0
2022-09-23net: atlantic: macsec: make the prepare phase a noopAntoine Tenart1-45/+45
2022-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-3/+0
2022-09-21net: atlantic: fix potential memory leak in aq_ndev_close()Jianglei Nie1-3/+0
2022-08-31net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang1-1/+1
2022-08-09net: atlantic: fix aq_vec index out of range errorChia-Lin Kao (AceLan)1-13/+8
2022-07-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-15/+8
2022-07-14net: atlantic: remove aq_nic_deinit() when resumeChia-Lin Kao (AceLan)1-3/+0
2022-07-14net: atlantic: remove deep parameter on suspend/resume functionsChia-Lin Kao (AceLan)1-14/+10
2022-06-27net: atlantic:fix repeated words in commentsJilin Yuan1-2/+2
2022-05-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-11/+20
2022-05-11net: atlantic: verify hw_head_ lies within TX buffer ringGrant Grundler1-0/+7
2022-05-11net: atlantic: add check for MAX_SKB_FRAGSGrant Grundler1-1/+5
2022-05-11net: atlantic: reduce scope of is_rsc_completeGrant Grundler1-7/+6
2022-05-11net: atlantic: fix "frag[0] not initialized"Grant Grundler1-2/+1
2022-05-10net: atlantic: always deep reset on pm op, fixing up my null deref regressionManuel Ullmann1-2/+2
2022-04-29eth: atlantic: remove a copy of the NAPI_POLL_WEIGHT defineJakub Kicinski3-4/+2
2022-04-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni1-4/+4
2022-04-20net: atlantic: Implement .ndo_xdp_xmit handlerTaehee Yoo3-0/+26
2022-04-20net: atlantic: Implement xdp data planeTaehee Yoo6-9/+468
2022-04-20net: atlantic: Implement xdp control planeTaehee Yoo10-37/+177
2022-04-18net: atlantic: invert deep par in pm functions, preventing null derefsManuel Ullmann1-4/+4