summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/aquantia
Commit message (Expand)AuthorAgeFilesLines
* net: atlantic: Avoid warning about potential string truncationSimon Horman2024-08-221-2/+2
* net: atlantic: use ethtool_sprintfRosen Penev2024-08-081-14/+7
* net: Add struct kernel_ethtool_ts_infoKory Maincent2024-07-151-1/+1
* Merge tag 'pci-v6.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2024-05-217-12/+9
|\
| * net: atlantic: Use PCI_IRQ_INTX instead of PCI_IRQ_LEGACYDamien Le Moal2024-04-257-12/+9
* | Merge tag 'kbuild-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2024-05-181-1/+1
|\ \
| * | kbuild: use $(src) instead of $(srctree)/$(src) for source directoryMasahiro Yamada2024-05-101-1/+1
| |/
* / net: annotate writes on dev->mtu from ndo_change_mtu()Eric Dumazet2024-05-071-1/+1
|/
* net: atlantic: convert EEE handling to use linkmode bitmapsHeiner Kallweit2024-02-091-12/+9
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-02-083-2/+16
|\
| * net: atlantic: Fix DMA mapping for PTP hwts ringIvan Vecera2024-02-023-2/+16
* | ethtool: add suffix _u32 to legacy bitmap members of struct ethtool_keeeHeiner Kallweit2024-01-311-4/+4
* | ethtool: replace struct ethtool_eee with a new struct ethtool_keee on kernel ...Heiner Kallweit2024-01-311-2/+2
|/
* net: atlantic: eliminate double free in error handling logicIgor Russkikh2023-12-144-87/+47
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-12-141-1/+4
|\
| * net: atlantic: fix double free in ring reinit logicIgor Russkikh2023-12-141-1/+4
* | net: ethtool: pass a pointer to parameters to get/set_rxfh ethtool opsAhmed Zaki2023-12-131-15/+16
|/
* net: atlantic: Fix NULL dereference of skb pointer inDaniil Maximov2023-12-063-13/+19
* net: atlantic: Remove unnecessary (void*) conversionsWu Yunchuan2023-07-182-7/+7
* net: introduce and use skb_frag_fill_page_desc()Yunsheng Lin2023-05-131-3/+3
* macsec: Use helper macsec_netdev_priv for offload driversSubbaraya Sundeep2023-05-101-20/+20
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextJakub Kicinski2023-05-051-2/+2
|\
| * atlantic:hw_atl2:hw_atl2_utils_fw: Remove unnecessary (void*) conversionswuych2023-04-281-2/+2
* | net: atlantic: Define aq_pm_ops conditionally on CONFIG_PMTom Rix2023-05-011-0/+2
|/
* net: aquantia: constify pointers to hwmon_channel_infoKrzysztof Kozlowski2023-04-091-1/+1
* net: atlantic: Fix crash when XDP is enabled but no program is loadedToke Høiland-Jørgensen2023-03-161-7/+21
* Daniel Borkmann says:Jakub Kicinski2023-02-101-0/+5
|\
| * drivers: net: turn on XDP featuresMarek Majtyka2023-02-021-0/+5
* | net/sched: move struct tc_mqprio_qopt_offload from pkt_cls.h to pkt_sched.hVladimir Oltean2023-02-061-0/+1
|/
* 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