index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
amd
Age
Commit message (
Expand
)
Author
Lines
2026-03-31
declance: Include the offending address with DMA errors
Maciej W. Rozycki
-1
/
+3
2026-03-31
declance: Rate-limit DMA errors
Maciej W. Rozycki
-1
/
+1
2026-03-24
amd-xgbe: add TX descriptor cleanup for link-down
Raju Rangoju
-16
/
+108
2026-03-24
amd-xgbe: optimize TX shutdown on link-down
Raju Rangoju
-0
/
+27
2026-03-24
amd-xgbe: add adaptive link status polling
Raju Rangoju
-1
/
+23
2026-03-12
net: xgbe: use device_get_mac_addr
Rosen Penev
-8
/
+3
2026-03-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-16
/
+89
2026-03-10
amd-xgbe: add PCI power management for S0i3 support
Raju Rangoju
-0
/
+67
2026-03-10
amd-xgbe: Simplify powerdown/powerup paths
Raju Rangoju
-43
/
+32
2026-03-10
amd-xgbe: reset PHY settings before starting PHY
Raju Rangoju
-9
/
+6
2026-03-10
amd-xgbe: prevent CRC errors during RX adaptation with AN disabled
Raju Rangoju
-2
/
+69
2026-03-10
amd-xgbe: fix link status handling in xgbe_rx_adaptation
Raju Rangoju
-5
/
+14
2026-03-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-15
/
+1
2026-03-05
amd-xgbe: add support for P100a platform
Raju Rangoju
-8
/
+65
2026-03-05
amd-xgbe: define macros for MAC versions and speed select values
Raju Rangoju
-4
/
+23
2026-03-03
amd-xgbe: fix sleep while atomic on suspend/resume
Raju Rangoju
-14
/
+0
2026-02-28
amd-xgbe: fix MAC_TCR_SS register width for 2.5G and 10M speeds
Raju Rangoju
-1
/
+1
2026-02-22
Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL uses
Kees Cook
-2
/
+1
2026-02-21
Convert more 'alloc_obj' cases to default GFP_KERNEL arguments
Linus Torvalds
-4
/
+2
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
-6
/
+6
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
-21
/
+18
2026-02-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Paolo Abeni
-1
/
+1
2026-02-05
amd-xgbe: do not select NET_SELFTESTS when INET is disabled
Raju Rangoju
-1
/
+1
2026-01-30
amd-xgbe: add support for rx alignment errors
Raju Rangoju
-0
/
+13
2026-01-28
declance: Remove IRQF_ONESHOT
Sebastian Andrzej Siewior
-1
/
+1
2026-01-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-4
/
+1
2026-01-17
net: xgbe: convert to use .get_rx_ring_count
Breno Leitao
-12
/
+3
2026-01-17
amd-xgbe: avoid misleading per-packet error log
Raju Rangoju
-4
/
+1
2026-01-15
xgbe: Use netlink extack to report errors to ethtool
Vishal Badole
-22
/
+27
2025-12-23
amd-xgbe: reset retries and mode on RX adapt failures
Raju Rangoju
-0
/
+2
2025-12-01
amd-xgbe: schedule NAPI on Rx Buffer Unavailable (RBU)
Raju Rangoju
-4
/
+15
2025-12-01
amd-xgbe: refactor the dma IRQ handling code path
Raju Rangoju
-20
/
+40
2025-11-26
amd-xgbe: let the MAC manage PHY PM
Raju Rangoju
-5
/
+10
2025-11-20
devlink: pass extack through to devlink_param::get()
Daniel Zahka
-2
/
+4
2025-11-06
amd-xgbe: add ethtool jumbo frame selftest
Raju Rangoju
-0
/
+23
2025-11-06
amd-xgbe: add ethtool split header selftest
Raju Rangoju
-0
/
+49
2025-11-06
amd-xgbe: add ethtool phy loopback selftest
Raju Rangoju
-0
/
+40
2025-11-06
amd-xgbe: introduce support ethtool selftest
Raju Rangoju
-1
/
+273
2025-10-20
amd-xgbe: convert to ndo_hwtstamp callbacks
Vadim Fedorenko
-42
/
+21
2025-10-16
net: amd-xgbe: use EOPNOTSUPP instead of ENOTSUPP in xgbe_phy_mii_read_c45
Alok Tiwari
-1
/
+1
2025-10-14
amd-xgbe: Avoid spurious link down messages during interface toggle
Raju Rangoju
-1
/
+1
2025-09-14
amd-xgbe: Add PPS periodic output support
Raju Rangoju
-4
/
+151
2025-08-27
amd-xgbe: Use int type to store negative error codes
Qianfeng Rong
-3
/
+3
2025-08-26
devlink: Move graceful period parameter to reporter ops
Shahar Shitrit
-1
/
+1
2025-08-18
amd-xgbe: Configure and retrieve 'tx-usecs' for Tx coalescing
Vishal Badole
-2
/
+27
2025-07-21
amd-xgbe: add hardware PTP timestamping support
Raju Rangoju
-86
/
+179
2025-07-21
and-xgbe: remove the abstraction for hwptp
Raju Rangoju
-331
/
+345
2025-07-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Paolo Abeni
-11
/
+32
2025-07-02
amd-xgbe: add support for giant packet size
Raju Rangoju
-4
/
+24
2025-07-02
amd-xgbe: do not double read link status
Raju Rangoju
-9
/
+19
[next]