index
:
kernel/linux.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.12.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
engleder
/
tsnep_main.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-01-31
ethtool: replace struct ethtool_eee with a new struct ethtool_keee on kernel ...
Heiner Kallweit
1
-3
/
+3
2024-01-26
tsnep: Add link down PHY loopback support
Gerhard Engleder
1
-1
/
+3
2024-01-25
tsnep: Fix XDP_RING_NEED_WAKEUP for empty fill ring
Gerhard Engleder
1
-0
/
+13
2024-01-25
tsnep: Remove FCS for XDP data path
Gerhard Engleder
1
-2
/
+2
2023-10-24
tsnep: Fix tsnep_request_irq() format-overflow warning
Gerhard Engleder
1
-6
/
+6
2023-10-16
tsnep: Inline small fragments within TX descriptor
Gerhard Engleder
1
-26
/
+77
2023-09-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Paolo Abeni
1
-4
/
+14
2023-09-20
net: ethernet: engleder: Convert to platform remove callback returning void
Uwe Kleine-König
1
-4
/
+2
2023-09-18
tsnep: Fix NAPI polling with budget 0
Gerhard Engleder
1
-0
/
+4
2023-09-18
tsnep: Fix NAPI scheduling
Gerhard Engleder
1
-4
/
+10
2023-08-07
page_pool: split types and declarations from page_pool.h
Yunsheng Lin
1
-0
/
+1
2023-07-22
eth: tsnep: let page recycling happen with skbs
Jakub Kicinski
1
-1
/
+1
2023-04-25
tsnep: Add XDP socket zero-copy TX support
Gerhard Engleder
1
-11
/
+119
2023-04-25
tsnep: Add XDP socket zero-copy RX support
Gerhard Engleder
1
-13
/
+478
2023-04-25
tsnep: Move skb receive action to separate function
Gerhard Engleder
1
-16
/
+23
2023-04-25
tsnep: Add functions for queue enable/disable
Gerhard Engleder
1
-33
/
+64
2023-04-25
tsnep: Rework TX/RX queue initialization
Gerhard Engleder
1
-43
/
+51
2023-04-25
tsnep: Replace modulo operation with mask
Gerhard Engleder
1
-14
/
+14
2023-03-23
ethernet: remove superfluous clearing of phydev
Wolfram Sang
1
-1
/
+0
2023-02-03
drivers: net: turn on XDP features
Marek Majtyka
1
-0
/
+4
2023-01-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-4
/
+4
2023-01-26
tsnep: Fix TX queue stop/wake for multiple queues
Gerhard Engleder
1
-6
/
+9
2023-01-21
net: Remove C45 check in C22 only MDIO bus drivers
Andrew Lunn
1
-6
/
+0
2023-01-18
tsnep: Support XDP BPF program setup
Gerhard Engleder
1
-0
/
+13
2023-01-18
tsnep: Add XDP RX support
Gerhard Engleder
1
-2
/
+129
2023-01-18
tsnep: Add RX queue info for XDP support
Gerhard Engleder
1
-18
/
+56
2023-01-18
tsnep: Prepare RX buffer for XDP support
Gerhard Engleder
1
-10
/
+11
2023-01-18
tsnep: Subtract TSNEP_RX_INLINE_METADATA_SIZE once
Gerhard Engleder
1
-2
/
+9
2023-01-18
tsnep: Add XDP TX support
Gerhard Engleder
1
-9
/
+184
2023-01-18
tsnep: Do not print DMA mapping error
Gerhard Engleder
1
-2
/
+0
2023-01-18
tsnep: Forward NAPI budget to napi_consume_skb()
Gerhard Engleder
1
-1
/
+1
2023-01-18
tsnep: Replace TX spin_lock with __netif_tx_lock
Gerhard Engleder
1
-19
/
+10
2022-12-02
tsnep: Rework RX buffer allocation
Gerhard Engleder
1
-74
/
+129
2022-12-02
tsnep: Throttle interrupts
Gerhard Engleder
1
-0
/
+42
2022-11-22
tsnep: Fix rotten packets
Gerhard Engleder
1
-1
/
+56
2022-09-30
tsnep: Use page pool for RX
Gerhard Engleder
1
-66
/
+96
2022-09-30
tsnep: Add EtherType RX flow classification support
Gerhard Engleder
1
-0
/
+11
2022-09-30
tsnep: Support multiple TX/RX queue pairs
Gerhard Engleder
1
-9
/
+52
2022-09-30
tsnep: Move interrupt from device to queue
Gerhard Engleder
1
-32
/
+96
2022-09-29
net: drop the weight argument from netif_napi_add
Jakub Kicinski
1
-1
/
+1
2022-08-22
tsnep: Record RX queue
Gerhard Engleder
1
-1
/
+4
2022-08-22
tsnep: Support full DMA mask
Gerhard Engleder
1
-0
/
+7
2022-08-22
tsnep: Improve TX length handling
Gerhard Engleder
1
-11
/
+21
2022-08-22
tsnep: Add loopback support
Gerhard Engleder
1
-17
/
+54
2022-08-09
tsnep: Fix tsnep_tx_unmap() error path usage
Gerhard Engleder
1
-4
/
+4
2022-08-09
tsnep: Fix unused warning for 'tsnep_of_match'
Gerhard Engleder
1
-1
/
+1
2022-05-10
tsnep: Add free running cycle counter support
Gerhard Engleder
1
-5
/
+28
2022-04-23
tsnep: Remove useless null check before call of_node_put()
Haowen Bai
1
-2
/
+1
2021-11-26
tsnep: Add missing of_node_put() in tsnep_mdio_init()
Yang Yingliang
1
-1
/
+2
2021-11-25
tsnep: Fix resource_size cocci warning
Gerhard Engleder
1
-1
/
+0
[next]