index
:
delta/linux-rt.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
master
stable-rt/v3.14-rt
stable-rt/v3.14-rt-rebase
stable-rt/v3.2-rt
stable-rt/v3.2-rt-rebase
stable-rt/v5.10-rt
v3.0-rt
v3.0-rt-rebase
v3.10-rt
v3.10-rt-rebase
v3.12-rt
v3.12-rt-rebase
v3.14-rt
v3.14-rt-rebase
v3.18-rt
v3.18-rt-next
v3.18-rt-rebase
v3.2-rt
v3.2-rt-features
v3.2-rt-rebase
v3.4-rt
v3.4-rt-features
v3.4-rt-rebase
v3.6-rt
v3.6-rt-rebase
v3.6-stable
v3.8-rt
v3.8-rt-rebase
v4.1-rt
v4.1-rt-rebase
v4.14-rt
v4.14-rt-next
v4.14-rt-rebase
v4.19-rt
v4.19-rt-next
v4.19-rt-rebase
v4.4-rt
v4.4-rt-next
v4.4-rt-rebase
v4.9-rt
v4.9-rt-next
v4.9-rt-rebase
v5.10-rt
v5.10-rt-next
v5.10-rt-rebase
v5.15-rt
v5.15-rt-next
v5.15-rt-rebase
v5.4-rt
v5.4-rt-rebase
v6.1-rt
v6.1-rt-next
v6.1-rt-rebase
git.kernel.org: pub/scm/linux/kernel/git/rt/linux-stable-rt.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
Commit message (
Expand
)
Author
Age
Files
Lines
*
l2tp: do not use inet_hash()/inet_unhash()
Eric Dumazet
2020-06-11
2
-14
/
+42
*
l2tp: add sk_family checks to l2tp_validate_socket
Eric Dumazet
2020-06-11
1
-0
/
+2
*
vsock: fix timeout in vsock_accept()
Stefano Garzarella
2020-06-11
1
-1
/
+1
*
devinet: fix memleak in inetdev_init()
Yang Yingliang
2020-06-11
1
-0
/
+1
*
esp6: fix memleak on error path in esp6_input
Zhen Lei
2020-06-11
1
-1
/
+3
*
net: rtnl_configure_link: fix dev flags changes arg to __dev_notify_flags
Roopa Prabhu
2020-06-03
1
-1
/
+1
*
mac80211: fix memory leak
Sudip Mukherjee
2020-06-03
1
-0
/
+1
*
netfilter: nf_conntrack_pptp: fix compilation warning with W=1 build
Pablo Neira Ayuso
2020-06-03
1
-1
/
+1
*
netfilter: nf_conntrack_pptp: prevent buffer overflows in debug code
Pablo Neira Ayuso
2020-06-03
2
-32
/
+37
*
netfilter: ipset: Fix subcounter update skip
Phil Sutter
2020-06-03
1
-1
/
+1
*
netfilter: nft_reject_bridge: enable reject with bridge vlan
Michael Braun
2020-06-03
1
-0
/
+6
*
ip_vti: receive ipip packet by calling ip_tunnel_rcv
Xin Long
2020-06-03
1
-1
/
+22
*
vti4: eliminated some duplicate code.
Jeremy Sowden
2020-06-03
1
-38
/
+22
*
xfrm: fix a NULL-ptr deref in xfrm_local_error
Xin Long
2020-06-03
1
-1
/
+2
*
xfrm: fix a warning in xfrm_policy_insert_list
Xin Long
2020-06-03
1
-6
/
+1
*
xfrm: allow to accept packets with ipv6 NEXTHDR_HOP in xfrm_input
Xin Long
2020-06-03
1
-1
/
+1
*
sctp: Start shutdown on association restart if in SHUTDOWN-SENT state and soc...
Jere Leppänen
2020-06-03
1
-4
/
+5
*
net: revert "net: get rid of an signed integer overflow in ip_idents_reserve()"
Yuqi Jin
2020-06-03
1
-8
/
+6
*
ax25: fix setsockopt(SO_BINDTODEVICE)
Eric Dumazet
2020-06-03
1
-2
/
+4
*
l2tp: device MTU setup, tunnel socket needs a lock
R. Parameswaran
2020-05-27
2
-1
/
+3
*
l2tp: initialise PPP sessions before registering them
Guillaume Nault
2020-05-27
1
-31
/
+38
*
l2tp: protect sock pointer of struct pppol2tp_session with RCU
Guillaume Nault
2020-05-27
1
-53
/
+101
*
l2tp: initialise l2tp_eth sessions before registering them
Guillaume Nault
2020-05-27
1
-32
/
+76
*
l2tp: don't register sessions in l2tp_session_create()
Guillaume Nault
2020-05-27
4
-20
/
+36
*
l2tp: fix l2tp_eth module loading
Guillaume Nault
2020-05-27
1
-49
/
+2
*
l2tp: pass tunnel pointer to ->session_create()
Guillaume Nault
2020-05-27
4
-25
/
+17
*
l2tp: prevent creation of sessions on terminated tunnels
Guillaume Nault
2020-05-27
2
-13
/
+32
*
l2tp: hold tunnel used while creating sessions with netlink
Guillaume Nault
2020-05-27
1
-9
/
+12
*
l2tp: hold tunnel while handling genl TUNNEL_GET commands
Guillaume Nault
2020-05-27
1
-12
/
+15
*
l2tp: hold tunnel while handling genl tunnel updates
Guillaume Nault
2020-05-27
1
-2
/
+4
*
l2tp: hold tunnel while processing genl delete command
Guillaume Nault
2020-05-27
1
-2
/
+4
*
l2tp: hold tunnel while looking up sessions in l2tp_netlink
Guillaume Nault
2020-05-27
3
-47
/
+38
*
l2tp: initialise session's refcount before making it reachable
Guillaume Nault
2020-05-27
1
-4
/
+2
*
l2tp: define parameters of l2tp_tunnel_find*() as "const"
Guillaume Nault
2020-05-27
2
-4
/
+4
*
l2tp: define parameters of l2tp_session_get*() as "const"
Guillaume Nault
2020-05-27
2
-5
/
+7
*
l2tp: remove l2tp_session_find()
Guillaume Nault
2020-05-27
2
-53
/
+1
*
l2tp: remove useless duplicate session detection in l2tp_netlink
Guillaume Nault
2020-05-27
1
-5
/
+0
*
L2TP:Adjust intf MTU, add underlay L3, L2 hdrs.
R. Parameswaran
2020-05-27
1
-4
/
+51
*
New kernel function to get IP overhead on a socket.
R. Parameswaran
2020-05-27
1
-0
/
+46
*
net: l2tp: ppp: change PPPOL2TP_MSG_* => L2TP_MSG_*
Asbjørn Sloth Tønnesen
2020-05-27
1
-27
/
+27
*
net: l2tp: export debug flags to UAPI
Asbjørn Sloth Tønnesen
2020-05-27
1
-10
/
+0
*
l2tp: don't use l2tp_tunnel_find() in l2tp_ip and l2tp_ip6
Guillaume Nault
2020-05-27
2
-29
/
+16
*
l2tp: take a reference on sessions used in genetlink handlers
Guillaume Nault
2020-05-27
3
-16
/
+35
*
l2tp: hold session while sending creation notifications
Guillaume Nault
2020-05-27
1
-2
/
+4
*
l2tp: fix racy socket lookup in l2tp_ip and l2tp_ip6 bind()
Guillaume Nault
2020-05-27
2
-38
/
+32
*
l2tp: lock socket before checking flags in connect()
Guillaume Nault
2020-05-27
3
-13
/
+26
*
netlabel: cope with NULL catmap
Paolo Abeni
2020-05-20
2
-2
/
+10
*
net: ipv4: really enforce backoff for redirects
Paolo Abeni
2020-05-20
1
-1
/
+1
*
net: fix a potential recursive NETDEV_FEAT_CHANGE
Cong Wang
2020-05-20
1
-1
/
+3
*
netfilter: conntrack: avoid gcc-10 zero-length-bounds warning
Arnd Bergmann
2020-05-20
1
-2
/
+2
[next]