summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/aquantia/atlantic
AgeCommit message (Expand)Author
2026-06-15net: atlantic: add AQC113 PTP support in aq_ptp and driver coreSukhdeep Singh
2026-06-15net: atlantic: add AQC113 TX timestamp polling and PTP TX classificationSukhdeep Singh
2026-06-15net: atlantic: add AQC113 PTP hardware ops in hw_atl2Sukhdeep Singh
2026-06-15net: atlantic: extend hw_ops and TX descriptor for AQC113 PTPSukhdeep Singh
2026-06-15net: atlantic: add AQC113 PTP traffic class and TX path setupSukhdeep Singh
2026-06-15net: atlantic: implement AQC113 L2/L3/L4 RX filter opsSukhdeep Singh
2026-06-15net: atlantic: fix AQC113 HW init: ART, L2 filter slot, MAC addressSukhdeep Singh
2026-06-15net: atlantic: add AQC113 filter data structures, firmware query and register...Sukhdeep Singh
2026-06-15net: atlantic: add AQC113 hardware register definitions and accessorsSukhdeep Singh
2026-06-15net: atlantic: decouple aq_set_data_fl3l4() from driver internalsSukhdeep Singh
2026-06-15net: atlantic: move active_ipv4/ipv6 bitmap updates after HW writeSukhdeep Singh
2026-06-15net: atlantic: correct L3L4 filter flow_type masking and IPv6 handlingSukhdeep Singh
2026-05-12net: atlantic: preserve PCI wake-from-D3 on shutdown when WOL enabledZoran Ilievski
2026-02-26net: atlantic: fix reading SFP module info on some AQC100 cardsTiernan Hubble
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook
2026-01-27net: aquantia: Remove redundant UDP length adjustment with GSO_PARTIALGal Pressman
2026-01-23net: atlantic: convert to use .get_rx_ring_countBreno Leitao
2025-11-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-11-26net: atlantic: fix fragment overflow handling in RX pathJiefeng Zhang
2025-11-25net: aquantia: Add missing descriptor cache invalidation on ATL2Kai-Heng Feng
2025-10-20net: atlantic: convert to ndo_hwtstamp APIVadim Fedorenko
2025-07-01net: atlantic: Rename PCI driver struct to end in _driverUwe Kleine-König
2025-07-01net: atlantic: add set_power to fw_ops for atl2 to fix wolEric Work
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar
2025-05-14net: atlantic: generate software timestamp just before the doorbellJason Xing
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner
2025-02-11net: aquantia: Use HWMON_CHANNEL_INFO macro to simplify codeHuisong Li
2025-02-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-02-04net: atlantic: Avoid -Wflex-array-member-not-at-end warningsGustavo A. R. Silva
2025-02-04net: atlantic: fix warning during hot unplugJacob Moroni
2024-11-11net: atlantic: use irq_update_affinity_hint()Mohammad Heib
2024-10-22net: atlantic: support reading SFP module infoLorenz Brun
2024-09-06net: atlantic: convert comma to semicolonChen Ni
2024-08-22net: atlantic: Avoid warning about potential string truncationSimon Horman
2024-08-08net: atlantic: use ethtool_sprintfRosen Penev
2024-07-15net: Add struct kernel_ethtool_ts_infoKory Maincent
2024-05-21Merge tag 'pci-v6.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2024-05-18Merge tag 'kbuild-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2024-05-10kbuild: use $(src) instead of $(srctree)/$(src) for source directoryMasahiro Yamada
2024-05-07net: annotate writes on dev->mtu from ndo_change_mtu()Eric Dumazet
2024-04-25net: atlantic: Use PCI_IRQ_INTX instead of PCI_IRQ_LEGACYDamien Le Moal
2024-02-09net: atlantic: convert EEE handling to use linkmode bitmapsHeiner Kallweit
2024-02-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-02-02net: atlantic: Fix DMA mapping for PTP hwts ringIvan Vecera
2024-01-31ethtool: add suffix _u32 to legacy bitmap members of struct ethtool_keeeHeiner Kallweit
2024-01-31ethtool: replace struct ethtool_eee with a new struct ethtool_keee on kernel ...Heiner Kallweit
2023-12-14net: atlantic: eliminate double free in error handling logicIgor Russkikh
2023-12-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski