index
:
pub/scm/linux/kernel/git/jth/linux.git
master
jth kernel tree
Johannes Thumshirn
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
aquantia
Age
Commit message (
Expand
)
Author
Files
Lines
2026-08-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
3
-5
/
+49
2026-08-04
net: atlantic: free RX pages of consumed but not refilled buffers
Yangyu Chen
1
-4
/
+18
2026-08-04
net: atlantic: free stranded TX buffers on ring deinit
Yangyu Chen
3
-1
/
+31
2026-07-30
net: ethernet: remove conditional return with no effect
Sang-Heon Jeon
1
-5
/
+1
2026-06-15
net: atlantic: add AQC113 PTP support in aq_ptp and driver core
Sukhdeep Singh
5
-138
/
+472
2026-06-15
net: atlantic: add AQC113 TX timestamp polling and PTP TX classification
Sukhdeep Singh
6
-15
/
+64
2026-06-15
net: atlantic: add AQC113 PTP hardware ops in hw_atl2
Sukhdeep Singh
5
-3
/
+223
2026-06-15
net: atlantic: extend hw_ops and TX descriptor for AQC113 PTP
Sukhdeep Singh
4
-9
/
+48
2026-06-15
net: atlantic: add AQC113 PTP traffic class and TX path setup
Sukhdeep Singh
2
-7
/
+46
2026-06-15
net: atlantic: implement AQC113 L2/L3/L4 RX filter ops
Sukhdeep Singh
1
-0
/
+518
2026-06-15
net: atlantic: fix AQC113 HW init: ART, L2 filter slot, MAC address
Sukhdeep Singh
2
-11
/
+72
2026-06-15
net: atlantic: add AQC113 filter data structures, firmware query and register...
Sukhdeep Singh
5
-15
/
+169
2026-06-15
net: atlantic: add AQC113 hardware register definitions and accessors
Sukhdeep Singh
3
-4
/
+615
2026-06-15
net: atlantic: decouple aq_set_data_fl3l4() from driver internals
Sukhdeep Singh
2
-8
/
+26
2026-06-15
net: atlantic: move active_ipv4/ipv6 bitmap updates after HW write
Sukhdeep Singh
1
-13
/
+23
2026-06-15
net: atlantic: correct L3L4 filter flow_type masking and IPv6 handling
Sukhdeep Singh
1
-16
/
+17
2026-05-12
net: atlantic: preserve PCI wake-from-D3 on shutdown when WOL enabled
Zoran Ilievski
1
-1
/
+1
2026-02-26
net: atlantic: fix reading SFP module info on some AQC100 cards
Tiernan Hubble
4
-10
/
+135
2026-02-21
Convert more 'alloc_obj' cases to default GFP_KERNEL arguments
Linus Torvalds
1
-2
/
+1
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
6
-6
/
+6
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
6
-8
/
+8
2026-01-27
net: aquantia: Remove redundant UDP length adjustment with GSO_PARTIAL
Gal Pressman
1
-3
/
+0
2026-01-23
net: atlantic: convert to use .get_rx_ring_count
Breno Leitao
1
-6
/
+12
2025-11-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
5
-19
/
+30
2025-11-26
net: atlantic: fix fragment overflow handling in RX path
Jiefeng Zhang
1
-0
/
+5
2025-11-25
net: aquantia: Add missing descriptor cache invalidation on ATL2
Kai-Heng Feng
4
-19
/
+25
2025-10-20
net: atlantic: convert to ndo_hwtstamp API
Vadim Fedorenko
3
-58
/
+22
2025-07-01
net: atlantic: Rename PCI driver struct to end in _driver
Uwe Kleine-König
1
-3
/
+3
2025-07-01
net: atlantic: add set_power to fw_ops for atl2 to fix wol
Eric Work
2
-0
/
+41
2025-06-08
treewide, timers: Rename from_timer() to timer_container_of()
Ingo Molnar
1
-2
/
+2
2025-05-14
net: atlantic: generate software timestamp just before the doorbell
Jason Xing
2
-1
/
+2
2025-04-05
treewide: Switch/rename to timer_delete[_sync]()
Thomas Gleixner
1
-2
/
+2
2025-02-11
net: aquantia: Use HWMON_CHANNEL_INFO macro to simplify code
Huisong Li
1
-12
/
+2
2025-02-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+3
2025-02-04
net: atlantic: Avoid -Wflex-array-member-not-at-end warnings
Gustavo A. R. Silva
1
-1
/
+0
2025-02-04
net: atlantic: fix warning during hot unplug
Jacob Moroni
1
-1
/
+3
2024-11-11
net: atlantic: use irq_update_affinity_hint()
Mohammad Heib
1
-3
/
+3
2024-10-22
net: atlantic: support reading SFP module info
Lorenz Brun
7
-0
/
+312
2024-09-06
net: atlantic: convert comma to semicolon
Chen Ni
1
-2
/
+2
2024-08-22
net: atlantic: Avoid warning about potential string truncation
Simon Horman
1
-2
/
+2
2024-08-08
net: atlantic: use ethtool_sprintf
Rosen Penev
1
-14
/
+7
2024-07-15
net: Add struct kernel_ethtool_ts_info
Kory Maincent
1
-1
/
+1
2024-05-21
Merge tag 'pci-v6.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
7
-12
/
+9
2024-05-18
Merge tag 'kbuild-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
1
-1
/
+1
2024-05-10
kbuild: use $(src) instead of $(srctree)/$(src) for source directory
Masahiro Yamada
1
-1
/
+1
2024-05-07
net: annotate writes on dev->mtu from ndo_change_mtu()
Eric Dumazet
1
-1
/
+1
2024-04-25
net: atlantic: Use PCI_IRQ_INTX instead of PCI_IRQ_LEGACY
Damien Le Moal
7
-12
/
+9
2024-02-09
net: atlantic: convert EEE handling to use linkmode bitmaps
Heiner Kallweit
1
-12
/
+9
2024-02-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
3
-2
/
+16
2024-02-02
net: atlantic: Fix DMA mapping for PTP hwts ring
Ivan Vecera
3
-2
/
+16
[next]