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
/
net
/
ipv4
Commit message (
Expand
)
Author
Age
Files
Lines
*
tcp: add annotations around sk->sk_shutdown accesses
Eric Dumazet
2023-05-10
3
-9
/
+11
*
net: deal with most data-races in sk_wait_event()
Eric Dumazet
2023-05-10
1
-1
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Paolo Abeni
2023-04-26
1
-3
/
+13
|
\
|
*
ipv4: Fix potential uninit variable access bug in __ip_make_skb()
Ziyang Xuan
2023-04-22
1
-3
/
+13
*
|
net: dst: fix missing initialization of rt_uncached
Maxime Bizon
2023-04-21
2
-7
/
+1
*
|
net: Ensure ->msg_control_user is used for user buffers
Kevin Brodsky
2023-04-14
1
-2
/
+2
*
|
Daniel Borkmann says:
Jakub Kicinski
2023-04-13
7
-17
/
+221
|
\
\
|
*
|
bpf,fou: Add bpf_skb_{set,get}_fou_encap kfuncs
Christian Ehrig
2023-04-12
3
-1
/
+125
|
*
|
ipip,ip_tunnel,sit: Add FOU support for externally controlled ipip devices
Christian Ehrig
2023-04-12
2
-2
/
+21
|
*
|
bpf: Remove unused arguments from btf_struct_access().
Alexei Starovoitov
2023-04-04
1
-2
/
+1
|
*
|
bpf: Invoke btf_struct_access() callback only for writes.
Alexei Starovoitov
2023-04-04
1
-3
/
+0
|
*
|
bpf: allow a TCP CC to write app_limited
Yixin Shen
2023-03-29
1
-0
/
+3
|
*
|
bpf: Update the struct_ops of a bpf_link.
Kui-Feng Lee
2023-03-22
1
-0
/
+6
|
*
|
bpf: Create links for BPF struct_ops maps.
Kui-Feng Lee
2023-03-22
1
-2
/
+6
|
*
|
net: Update an existing TCP congestion control algorithm.
Kui-Feng Lee
2023-03-22
1
-7
/
+59
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-04-13
2
-2
/
+5
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
2023-04-07
1
-2
/
+2
|
|
\
\
|
|
*
|
bpf: tcp: Use sock_gen_put instead of sock_put in bpf_iter_tcp
Martin KaFai Lau
2023-03-28
1
-2
/
+2
|
*
|
|
tcp: restrict net.ipv4.tcp_app_win
YueHaibing
2023-04-07
1
-0
/
+3
*
|
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-04-06
4
-27
/
+32
|
\
|
|
|
|
*
|
|
ping: Fix potentail NULL deref for /proc/net/icmp.
Kuniyuki Iwashima
2023-04-04
1
-4
/
+4
|
*
|
|
raw: Fix NULL deref in raw_get_next().
Kuniyuki Iwashima
2023-04-04
2
-23
/
+23
|
*
|
|
icmp: guard against too small mtu
Eric Dumazet
2023-03-31
1
-0
/
+5
|
|
/
/
*
|
|
tcp: Refine SYN handling for PAWS.
Kuniyuki Iwashima
2023-03-31
1
-0
/
+2
*
|
|
ipv6: Remove in6addr_any alternatives.
Kuniyuki Iwashima
2023-03-29
1
-7
/
+4
*
|
|
net: dst: Prevent false sharing vs. dst_entry:: __refcnt
Wangyang Guo
2023-03-28
2
-12
/
+12
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-03-24
1
-2
/
+2
|
\
|
|
|
*
|
erspan: do not use skb_mac_header() in ndo_start_xmit()
Eric Dumazet
2023-03-21
1
-2
/
+2
*
|
|
Merge branch 'main' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/net...
Jakub Kicinski
2023-03-23
1
-67
/
+1
|
\
\
\
|
*
|
|
xtables: move icmp/icmpv6 logic to xt_tcpudp
Florian Westphal
2023-03-22
1
-67
/
+1
*
|
|
|
net: ipv4: Allow changing IPv4 address protocol
Petr Machata
2023-03-23
1
-0
/
+3
|
/
/
/
*
|
|
neighbour: switch to standard rcu, instead of rcu_bh
Eric Dumazet
2023-03-21
4
-11
/
+11
*
|
|
tcp: preserve const qualifier in tcp_sk()
Eric Dumazet
2023-03-18
5
-8
/
+14
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-03-17
6
-10
/
+19
|
\
|
|
|
*
|
ynl: broaden the license even more
Jakub Kicinski
2023-03-16
2
-2
/
+2
|
*
|
ipv4: Fix incorrect table ID in IOCTL path
Ido Schimmel
2023-03-16
1
-0
/
+3
|
*
|
tcp: Fix bind() conflict check for dual-stack wildcard address.
Kuniyuki Iwashima
2023-03-15
1
-1
/
+7
|
*
|
net: tunnels: annotate lockless accesses to dev->needed_headroom
Eric Dumazet
2023-03-15
1
-6
/
+6
|
*
|
tcp: tcp_make_synack() can be called from process context
Breno Leitao
2023-03-09
1
-1
/
+1
*
|
|
inet_diag: constify raw_lookup() socket argument
Eric Dumazet
2023-03-17
1
-1
/
+1
*
|
|
ipv4: raw: constify raw_v4_match() socket argument
Eric Dumazet
2023-03-17
1
-2
/
+2
*
|
|
udp: constify __udp_is_mcast_sock() socket argument
Eric Dumazet
2023-03-17
1
-2
/
+2
*
|
|
ipv4: constify ip_mc_sf_allow() socket argument
Eric Dumazet
2023-03-17
1
-2
/
+2
*
|
|
inet: preserve const qualifier in inet_sk()
Eric Dumazet
2023-03-17
1
-2
/
+3
*
|
|
tcp: annotate lockless access to sk->sk_err
Eric Dumazet
2023-03-17
5
-12
/
+13
*
|
|
net: annotate lockless accesses to sk->sk_err_soft
Eric Dumazet
2023-03-17
1
-1
/
+1
*
|
|
tcp: annotate lockless accesses to sk->sk_err_soft
Eric Dumazet
2023-03-17
3
-7
/
+7
*
|
|
neighbour: annotate lockless accesses to n->nud_state
Eric Dumazet
2023-03-15
4
-9
/
+9
*
|
|
udp: introduce __sk_mem_schedule() usage
Jason Xing
2023-03-09
1
-11
/
+16
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-03-09
5
-3
/
+12
|
\
|
|
|
|
/
|
/
|
[next]