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.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-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
/
net
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpf: Disable bh in bpf_test_run for xdp and tc prog
Martin KaFai Lau
2023-02-17
1
-0
/
+2
*
xsk: check IFF_UP earlier in Tx path
Maciej Fijalkowski
2023-02-17
1
-26
/
+33
*
bpf, test_run: fix &xdp_frame misplacement for LIVE_FRAMES
Alexander Lobakin
2023-02-15
1
-6
/
+23
*
Daniel Borkmann says:
Jakub Kicinski
2023-02-10
16
-84
/
+370
|
\
|
*
bpf: devmap: check XDP features in __xdp_enqueue routine
Lorenzo Bianconi
2023-02-02
1
-8
/
+5
|
*
xsk: add usage of XDP features flags
Marek Majtyka
2023-02-02
1
-2
/
+5
|
*
drivers: net: turn on XDP features
Marek Majtyka
2023-02-02
1
-0
/
+18
|
*
netdev-genl: create a simple family for netdev stuff
Jakub Kicinski
2023-02-02
5
-1
/
+253
|
*
selftests/bpf: Add testcase for static kfunc with unused arg
David Vernet
2023-02-02
1
-0
/
+6
|
*
bpf: Add __bpf_kfunc tag to all kfuncs
David Vernet
2023-02-02
9
-71
/
+72
|
*
selftests/bpf: Add a sign-extension test for kfuncs
Ilya Leoshkevich
2023-01-28
1
-0
/
+9
|
*
bpf: Use ARG_CONST_SIZE_OR_ZERO for 3rd argument of bpf_tcp_raw_gen_syncookie...
Ilya Leoshkevich
2023-01-28
1
-2
/
+2
*
|
net: extract nf_ct_handle_fragments to nf_conntrack_ovs
Xin Long
2023-02-10
3
-88
/
+51
*
|
net: sched: move frag check and tc_skb_cb update out of handle_fragments
Xin Long
2023-02-10
1
-32
/
+39
*
|
openvswitch: move key and ovs_cb update out of handle_fragments
Xin Long
2023-02-10
1
-12
/
+25
*
|
net: extract nf_ct_skb_network_trim function to nf_conntrack_ovs
Xin Long
2023-02-10
3
-58
/
+31
*
|
net: create nf_conntrack_ovs for ovs and tc use
Xin Long
2023-02-10
6
-98
/
+110
*
|
net: skbuff: drop the word head from skb cache
Jakub Kicinski
2023-02-10
3
-20
/
+18
*
|
Merge tag 'rxrpc-next-20230208' of git://git.kernel.org/pub/scm/linux/kernel/...
David S. Miller
2023-02-10
5
-9
/
+15
|
\
\
|
*
|
rxrpc: Reduce unnecessary ack transmission
David Howells
2023-02-07
1
-1
/
+1
|
*
|
rxrpc: Trace ack.rwind
David Howells
2023-02-07
2
-4
/
+8
|
*
|
rxrpc: Fix overwaking on call poking
David Howells
2023-02-07
1
-2
/
+4
|
*
|
rxrpc: Use consume_skb() rather than kfree_skb_reason()
David Howells
2023-02-07
1
-2
/
+2
*
|
|
openvswitch: Use string_is_terminated() helper
Andy Shevchenko
2023-02-09
1
-2
/
+3
*
|
|
genetlink: Use string_is_terminated() helper
Andy Shevchenko
2023-02-09
1
-2
/
+2
*
|
|
string_helpers: Move string_is_valid() to the header
Andy Shevchenko
2023-02-09
1
-10
/
+6
*
|
|
net: introduce default_rps_mask netns attribute
Paolo Abeni
2023-02-09
2
-1
/
+43
*
|
|
net-sysctl: factor-out rpm mask manipulation helpers
Paolo Abeni
2023-02-09
2
-30
/
+44
*
|
|
net-sysctl: factor out cpumask parsing helper
Paolo Abeni
2023-02-09
1
-18
/
+28
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-02-09
19
-42
/
+176
|
\
\
\
|
*
|
|
rds: rds_rm_zerocopy_callback() use list_first_entry()
Pietro Borrello
2023-02-09
1
-3
/
+3
|
*
|
|
Merge tag 'ipsec-2023-02-08' of git://git.kernel.org/pub/scm/linux/kernel/git...
Jakub Kicinski
2023-02-08
5
-20
/
+73
|
|
\
\
\
|
|
*
|
|
xfrm: fix bug with DSCP copy to v6 from v4 tunnel
Christian Hopps
2023-01-30
1
-2
/
+1
|
|
*
|
|
xfrm: annotate data-race around use_time
Eric Dumazet
2023-01-27
2
-9
/
+12
|
|
*
|
|
xfrm: consistently use time64_t in xfrm_timer_handler()
Eric Dumazet
2023-01-27
1
-4
/
+4
|
|
*
|
|
xfrm/compat: prevent potential spectre v1 gadget in xfrm_xlate32_attr()
Eric Dumazet
2023-01-23
1
-0
/
+2
|
|
*
|
|
xfrm: compat: change expression for switch in xfrm_xlate64
Anastasia Belova
2023-01-12
1
-1
/
+1
|
|
*
|
|
Fix XFRM-I support for nested ESP tunnels
Benedict Wong
2023-01-09
2
-4
/
+53
|
*
|
|
|
mptcp: be careful on subflow status propagation on errors
Paolo Abeni
2023-02-08
1
-1
/
+9
|
*
|
|
|
mptcp: fix locking for in-kernel listener creation
Paolo Abeni
2023-02-08
2
-5
/
+7
|
*
|
|
|
mptcp: fix locking for setsockopt corner-case
Paolo Abeni
2023-02-08
1
-2
/
+9
|
*
|
|
|
mptcp: do not wait for bare sockets' timeout
Paolo Abeni
2023-02-08
1
-0
/
+9
|
*
|
|
|
txhash: fix sk->sk_txrehash default
Kevin Yang
2023-02-08
4
-4
/
+4
|
*
|
|
|
net: sched: sch: Fix off by one in htb_activate_prios()
Dan Carpenter
2023-02-07
1
-1
/
+1
|
*
|
|
|
Merge tag 'linux-can-fixes-for-6.2-20230207' of git://git.kernel.org/pub/scm/...
Jakub Kicinski
2023-02-07
1
-0
/
+40
|
|
\
\
\
\
|
|
*
|
|
|
can: j1939: do not wait 250 ms if the same addr was already claimed
Devid Antonio Filoni
2023-02-07
1
-0
/
+40
|
*
|
|
|
|
devlink: change port event netdev notifier from per-net to global
Jiri Pirko
2023-02-07
1
-3
/
+6
|
|
/
/
/
/
|
*
|
|
|
neigh: make sure used and confirmed times are valid
Julian Anastasov
2023-02-06
1
-3
/
+15
*
|
|
|
|
net: enable usercopy for skb_small_head_cache
Eric Dumazet
2023-02-09
1
-1
/
+7
*
|
|
|
|
can: raw: use temp variable instead of rolling back config
Oliver Hartkopp
2023-02-08
1
-5
/
+6
[next]