index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Documentation
/
admin-guide
/
mono.rst
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2018-04-17
tun: convert to use generic xdp_frame and xdp_return_frame API
Jesper Dangaard Brouer
3
-28
/
+26
2018-04-17
xdp: introduce a new xdp_frame type
Jesper Dangaard Brouer
1
-0
/
+40
2018-04-17
xdp: move struct xdp_buff from filter.h to xdp.h
Jesper Dangaard Brouer
2
-23
/
+23
2018-04-17
ixgbe: use xdp_return_frame API
Jesper Dangaard Brouer
2
-2
/
+5
2018-04-17
xdp: introduce xdp_return_frame API and use in cpumap
Jesper Dangaard Brouer
3
-24
/
+81
2018-04-17
mlx5: basic XDP_REDIRECT forward support
Jesper Dangaard Brouer
2
-3
/
+25
2018-04-17
liquidio: Enhanced ethtool stats
Intiyaz Basha
4
-49
/
+86
2018-04-17
net: Remove unused tcp_set_state tracepoint
Andrey Ignatov
1
-47
/
+0
2018-04-17
r8169: replace magic numbers with PCI MRRS constant
Heiner Kallweit
1
-20
/
+19
2018-04-17
PCI: Add two more values for PCIe Max_Read_Request_Size
Heiner Kallweit
1
-0
/
+2
2018-04-17
net: stmmac: Switch stmmac_mode_ops to generic HW Interface Helpers
Jose Abreu
5
-58
/
+68
2018-04-17
net: stmmac: Switch stmmac_hwtimestamp to generic HW Interface Helpers
Jose Abreu
5
-50
/
+56
2018-04-17
net: stmmac: Switch stmmac_ops to generic HW Interface Helpers
Jose Abreu
6
-188
/
+235
2018-04-17
net: stmmac: Switch stmmac_dma_ops to generic HW Interface Helpers
Jose Abreu
4
-145
/
+172
2018-04-17
net: stmmac: Switch stmmac_desc_ops to generic HW Interface Helpers
Jose Abreu
8
-136
/
+195
2018-04-17
selftests: net: add tcp_mmap program
Eric Dumazet
2
-0
/
+439
2018-04-17
tcp: implement mmap() for zero copy receive
Eric Dumazet
4
-2
/
+117
2018-04-17
tcp: avoid extra wakeups for SO_RCVLOWAT users
Eric Dumazet
3
-2
/
+18
2018-04-17
tcp: fix delayed acks behavior for SO_RCVLOWAT
Eric Dumazet
1
-2
/
+5
2018-04-17
tcp: fix SO_RCVLOWAT and RCVBUF autotuning
Eric Dumazet
6
-1
/
+29