index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
engleder
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2024-02-08
1
-4
/
+12
|
\
|
*
tsnep: Fix mapping for zero copy XDP_TX action
Gerhard Engleder
2024-02-03
1
-4
/
+12
*
|
tsnep: Use devm_platform_get_and_ioremap_resource() in tsnep_probe()
Markus Elfring
2024-02-07
1
-2
/
+1
*
|
tsnep: Add helper for RX XDP_RING_NEED_WAKEUP flag
Gerhard Engleder
2024-02-05
1
-12
/
+11
*
|
ethtool: replace struct ethtool_eee with a new struct ethtool_keee on kernel ...
Heiner Kallweit
2024-01-31
1
-3
/
+3
*
|
tsnep: Add link down PHY loopback support
Gerhard Engleder
2024-01-25
1
-1
/
+3
|
/
*
tsnep: Fix XDP_RING_NEED_WAKEUP for empty fill ring
Gerhard Engleder
2024-01-25
1
-0
/
+13
*
tsnep: Remove FCS for XDP data path
Gerhard Engleder
2024-01-25
1
-2
/
+2
*
tsnep: Fix tsnep_request_irq() format-overflow warning
Gerhard Engleder
2023-10-24
2
-7
/
+7
*
tsnep: Inline small fragments within TX descriptor
Gerhard Engleder
2023-10-16
2
-26
/
+79
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Paolo Abeni
2023-09-21
2
-8
/
+16
|
\
|
*
tsnep: Fix NAPI polling with budget 0
Gerhard Engleder
2023-09-18
1
-0
/
+4
|
*
tsnep: Fix ethtool channels
Gerhard Engleder
2023-09-18
1
-4
/
+2
|
*
tsnep: Fix NAPI scheduling
Gerhard Engleder
2023-09-18
1
-4
/
+10
*
|
net: ethernet: engleder: Convert to platform remove callback returning void
Uwe Kleine-König
2023-09-20
1
-4
/
+2
|
/
*
page_pool: split types and declarations from page_pool.h
Yunsheng Lin
2023-08-07
1
-0
/
+1
*
eth: add missing xdp.h includes in drivers
Jakub Kicinski
2023-08-03
1
-0
/
+1
*
eth: tsnep: let page recycling happen with skbs
Jakub Kicinski
2023-07-21
1
-1
/
+1
*
net/sched: taprio: replace tc_taprio_qopt_offload :: enable with a "cmd" enum
Vladimir Oltean
2023-05-31
2
-7
/
+9
*
tsnep: Add XDP socket zero-copy TX support
Gerhard Engleder
2023-04-24
2
-11
/
+121
*
tsnep: Add XDP socket zero-copy RX support
Gerhard Engleder
2023-04-24
3
-14
/
+556
*
tsnep: Move skb receive action to separate function
Gerhard Engleder
2023-04-24
1
-16
/
+23
*
tsnep: Add functions for queue enable/disable
Gerhard Engleder
2023-04-24
1
-33
/
+64
*
tsnep: Rework TX/RX queue initialization
Gerhard Engleder
2023-04-24
1
-43
/
+51
*
tsnep: Replace modulo operation with mask
Gerhard Engleder
2023-04-24
2
-14
/
+15
*
ethernet: remove superfluous clearing of phydev
Wolfram Sang
2023-03-22
1
-1
/
+0
*
Daniel Borkmann says:
Jakub Kicinski
2023-02-10
1
-0
/
+4
|
\
|
*
drivers: net: turn on XDP features
Marek Majtyka
2023-02-02
1
-0
/
+4
*
|
net/sched: taprio: only pass gate mask per TXQ for igc, stmmac, tsnep, am65_cpsw
Vladimir Oltean
2023-02-06
1
-0
/
+21
|
/
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-01-27
1
-4
/
+4
|
\
|
*
tsnep: Fix TX queue stop/wake for multiple queues
Gerhard Engleder
2023-01-25
1
-6
/
+9
*
|
net: Remove C45 check in C22 only MDIO bus drivers
Andrew Lunn
2023-01-20
1
-6
/
+0
*
|
tsnep: Support XDP BPF program setup
Gerhard Engleder
2023-01-18
4
-1
/
+36
*
|
tsnep: Add XDP RX support
Gerhard Engleder
2023-01-18
2
-2
/
+132
*
|
tsnep: Add RX queue info for XDP support
Gerhard Engleder
2023-01-18
2
-18
/
+58
*
|
tsnep: Prepare RX buffer for XDP support
Gerhard Engleder
2023-01-18
1
-10
/
+11
*
|
tsnep: Subtract TSNEP_RX_INLINE_METADATA_SIZE once
Gerhard Engleder
2023-01-18
1
-2
/
+9
*
|
tsnep: Add XDP TX support
Gerhard Engleder
2023-01-18
2
-10
/
+189
*
|
tsnep: Do not print DMA mapping error
Gerhard Engleder
2023-01-18
1
-2
/
+0
*
|
tsnep: Forward NAPI budget to napi_consume_skb()
Gerhard Engleder
2023-01-18
1
-1
/
+1
*
|
tsnep: Replace TX spin_lock with __netif_tx_lock
Gerhard Engleder
2023-01-18
2
-21
/
+10
|
/
*
tsnep: Rework RX buffer allocation
Gerhard Engleder
2022-12-02
3
-74
/
+140
*
tsnep: Throttle interrupts
Gerhard Engleder
2022-12-02
4
-0
/
+187
*
tsnep: Add ethtool::get_channels support
Gerhard Engleder
2022-12-02
1
-0
/
+12
*
tsnep: Consistent naming of struct net_device
Gerhard Engleder
2022-12-02
1
-6
/
+6
*
tsnep: Fix rotten packets
Gerhard Engleder
2022-11-22
1
-1
/
+56
*
tsnep: Use page pool for RX
Gerhard Engleder
2022-09-30
3
-68
/
+100
*
tsnep: Add EtherType RX flow classification support
Gerhard Engleder
2022-09-30
6
-5
/
+403
*
tsnep: Support multiple TX/RX queue pairs
Gerhard Engleder
2022-09-30
3
-11
/
+53
*
tsnep: Move interrupt from device to queue
Gerhard Engleder
2022-09-30
2
-33
/
+99
[next]