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
/
ipv4
Commit message (
Expand
)
Author
Age
Files
Lines
*
ipmr: Add lockdep expression to ipmr_for_each_table macro
Amol Grover
2020-05-14
1
-3
/
+4
*
ipmr: Fix RCU list debugging warning
Amol Grover
2020-05-14
1
-1
/
+2
*
tcp: fix error recovery in tcp_zerocopy_receive()
Eric Dumazet
2020-05-14
1
-3
/
+4
*
netlabel: cope with NULL catmap
Paolo Abeni
2020-05-12
1
-2
/
+4
*
tcp: fix SO_RCVLOWAT hangs with fat skbs
Eric Dumazet
2020-05-12
2
-4
/
+13
*
net: ipv4: really enforce backoff for redirects
Paolo Abeni
2020-05-08
1
-1
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Jakub Kicinski
2020-05-08
1
-4
/
+6
|
\
|
*
bpf, sockmap: bpf_tcp_ingress needs to subtract bytes from sg.size
John Fastabend
2020-05-06
1
-1
/
+0
|
*
bpf: Fix sk_psock refcnt leak when receiving message
Xiyu Yang
2020-04-27
1
-3
/
+6
*
|
net: tcp: fix rx timestamp behavior for tcp_recvmsg
Kelly Littlepage
2020-05-08
1
-2
/
+4
*
|
mptcp: move option parsing into mptcp_incoming_options()
Paolo Abeni
2020-04-30
1
-4
/
+0
*
|
mptcp: consolidate synack processing.
Paolo Abeni
2020-04-30
1
-3
/
+0
|
/
*
ipv4: Update fib_select_default to handle nexthop objects
David Ahern
2020-04-22
1
-3
/
+3
*
xfrm: Always set XFRM_TRANSFORMED in xfrm{4,6}_output_finish
David Ahern
2020-04-22
1
-2
/
+0
*
net: ipv4: devinet: Fix crash when add/del multicast IP with autojoin
Taras Chornyi
2020-04-09
1
-4
/
+9
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next
Linus Torvalds
2020-03-31
45
-515
/
+705
|
\
|
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2020-03-30
3
-5
/
+5
|
|
\
|
|
*
udp: initialize is_flist with 0 in udp_gro_receive
Xin Long
2020-03-30
1
-0
/
+1
|
|
*
net, ip_tunnel: fix interface lookup with no key
William Dauchy
2020-03-29
1
-5
/
+1
|
|
*
ipv4: fix a RCU-list lock in fib_triestat_seq_show
Qian Cai
2020-03-29
1
-0
/
+3
|
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2020-03-30
4
-79
/
+115
|
|
\
\
|
|
*
|
net: Track socket refcounts in skb_steal_sock()
Joe Stringer
2020-03-30
1
-2
/
+4
|
|
*
|
bpf: Add socket assign support
Joe Stringer
2020-03-30
1
-1
/
+2
|
|
*
|
bpf: Add bpf_sk_storage support to bpf_tcp_ca
Martin KaFai Lau
2020-03-23
1
-0
/
+33
|
|
*
|
bpf, tcp: Make tcp_bpf_recvmsg static
YueHaibing
2020-03-20
1
-62
/
+62
|
|
*
|
bpf, tcp: Fix unused function warnings
YueHaibing
2020-03-20
1
-14
/
+14
|
*
|
|
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
David S. Miller
2020-03-30
2
-16
/
+32
|
|
\
\
\
|
|
*
|
|
esp4: add gso_segment for esp4 beet mode
Xin Long
2020-03-26
1
-0
/
+32
|
|
*
|
|
ESP: Export esp_output_fill_trailer function
Raed Salem
2020-02-19
1
-16
/
+0
|
*
|
|
|
net: add net available in build_state
Alexander Aring
2020-03-29
4
-14
/
+16
|
*
|
|
|
mptcp: add and use MIB counter infrastructure
Florian Westphal
2020-03-29
2
-0
/
+6
|
*
|
|
|
mptcp: Add handling of incoming MP_JOIN requests
Peter Krystad
2020-03-29
1
-0
/
+6
|
*
|
|
|
net: Fix typo of SKB_SGO_CB_OFFSET
Cambda Zhu
2020-03-29
2
-2
/
+2
|
*
|
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2020-03-29
3
-13
/
+33
|
|
\
\
\
\
|
|
|
|
_
|
/
|
|
|
/
|
|
|
*
|
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2020-03-25
4
-21
/
+102
|
|
\
\
\
\
|
*
|
|
|
|
Remove DST_HOST
David Laight
2020-03-23
1
-8
/
+5
|
*
|
|
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
2020-03-17
2
-4
/
+4
|
|
\
\
\
\
\
|
|
*
|
|
|
|
netfilter: Replace zero-length array with flexible-array member
Gustavo A. R. Silva
2020-03-15
2
-4
/
+4
|
|
|
|
_
|
_
|
/
|
|
|
/
|
|
|
|
*
|
|
|
|
tcp: fix stretch ACK bugs in Yeah
Pengcheng Yang
2020-03-16
1
-30
/
+11
|
*
|
|
|
|
tcp: fix stretch ACK bugs in Veno
Pengcheng Yang
2020-03-16
1
-4
/
+5
|
*
|
|
|
|
tcp: stretch ACK fixes in Veno prep
Pengcheng Yang
2020-03-16
1
-21
/
+23
|
*
|
|
|
|
tcp: fix stretch ACK bugs in Scalable
Pengcheng Yang
2020-03-16
1
-8
/
+9
|
*
|
|
|
|
tcp: fix stretch ACK bugs in BIC
Pengcheng Yang
2020-03-16
1
-5
/
+6
|
|
/
/
/
/
|
*
|
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2020-03-13
4
-107
/
+68
|
|
\
\
\
\
|
|
*
|
|
|
bpf: Add sockmap hooks for UDP sockets
Lorenz Bauer
2020-03-09
2
-0
/
+54
|
|
*
|
|
|
bpf: sockmap: Move generic sockmap hooks from BPF TCP
Lorenz Bauer
2020-03-09
1
-79
/
+5
|
|
*
|
|
|
bpf: tcp: Move assertions into tcp_bpf_get_proto
Lorenz Bauer
2020-03-09
1
-20
/
+22
|
|
*
|
|
|
skmsg: Update saved hooks only once
Lorenz Bauer
2020-03-09
1
-15
/
+1
|
|
*
|
|
|
bpf: sockmap: Only check ULP for TCP sockets
Lorenz Bauer
2020-03-09
1
-7
/
+0
|
*
|
|
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2020-03-12
5
-30
/
+56
|
|
\
\
\
\
\
[next]