index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2020-06-20
sunrpc: clean up properly in gss_mech_unregister()
NeilBrown
2
-9
/
+15
2020-06-20
sunrpc: svcauth_gss_register_pseudoflavor must reject duplicate registrations.
NeilBrown
1
-2
/
+4
2020-06-20
netfilter: nft_nat: return EOPNOTSUPP if type or flags are not supported
Pablo Neira Ayuso
1
-2
/
+2
2020-06-20
Bluetooth: Add SCO fallback for invalid LMP parameters error
Hsin-Yu Chao
1
-0
/
+1
2020-06-20
ipv6: fix IPV6_ADDRFORM operation logic
Hangbin Liu
1
-6
/
+7
2020-06-11
l2tp: add sk_family checks to l2tp_validate_socket
Eric Dumazet
1
-0
/
+2
2020-06-11
vsock: fix timeout in vsock_accept()
Stefano Garzarella
1
-1
/
+1
2020-06-11
l2tp: do not use inet_hash()/inet_unhash()
Eric Dumazet
2
-15
/
+44
2020-06-11
devinet: fix memleak in inetdev_init()
Yang Yingliang
1
-0
/
+1
2020-06-11
esp6: fix memleak on error path in esp6_input
Zhen Lei
1
-1
/
+3
2020-06-03
net: rtnl_configure_link: fix dev flags changes arg to __dev_notify_flags
Roopa Prabhu
1
-1
/
+1
2020-06-03
netfilter: nf_conntrack_pptp: fix compilation warning with W=1 build
Pablo Neira Ayuso
1
-1
/
+1
2020-06-03
netfilter: nf_conntrack_pptp: prevent buffer overflows in debug code
Pablo Neira Ayuso
2
-32
/
+37
2020-06-03
netfilter: ipset: Fix subcounter update skip
Phil Sutter
1
-1
/
+1
2020-06-03
netfilter: nft_reject_bridge: enable reject with bridge vlan
Michael Braun
1
-0
/
+6
2020-06-03
ip_vti: receive ipip packet by calling ip_tunnel_rcv
Xin Long
1
-1
/
+22
2020-06-03
vti4: eliminated some duplicate code.
Jeremy Sowden
1
-38
/
+22
2020-06-03
xfrm: fix a NULL-ptr deref in xfrm_local_error
Xin Long
1
-1
/
+2
2020-06-03
xfrm: fix a warning in xfrm_policy_insert_list
Xin Long
1
-6
/
+1
2020-06-03
xfrm: allow to accept packets with ipv6 NEXTHDR_HOP in xfrm_input
Xin Long
1
-1
/
+1
2020-06-03
mac80211: mesh: fix discovery timer re-arming issue / crash
Linus Lüssing
1
-0
/
+7
2020-06-03
libceph: ignore pool overlay and cache logic on redirects
Jerry Lee
1
-1
/
+3
2020-06-03
net: qrtr: Fix passing invalid reference to qrtr_local_enqueue()
Manivannan Sadhasivam
1
-1
/
+1
2020-06-03
sctp: Start shutdown on association restart if in SHUTDOWN-SENT state and soc...
Jere Leppänen
1
-4
/
+5
2020-06-03
net: revert "net: get rid of an signed integer overflow in ip_idents_reserve()"
Yuqi Jin
1
-8
/
+6
2020-06-03
net: ipip: fix wrong address family in init error path
Vadim Fedorenko
1
-1
/
+1
2020-06-03
ax25: fix setsockopt(SO_BINDTODEVICE)
Eric Dumazet
1
-2
/
+4
2020-05-27
l2tp: device MTU setup, tunnel socket needs a lock
R. Parameswaran
2
-1
/
+3
2020-05-27
l2tp: initialise PPP sessions before registering them
Guillaume Nault
1
-31
/
+38
2020-05-27
l2tp: protect sock pointer of struct pppol2tp_session with RCU
Guillaume Nault
1
-53
/
+101
2020-05-27
l2tp: initialise l2tp_eth sessions before registering them
Guillaume Nault
1
-32
/
+76
2020-05-27
l2tp: don't register sessions in l2tp_session_create()
Guillaume Nault
4
-20
/
+36
2020-05-27
l2tp: fix l2tp_eth module loading
Guillaume Nault
1
-49
/
+2
2020-05-27
l2tp: pass tunnel pointer to ->session_create()
Guillaume Nault
4
-25
/
+17
2020-05-27
l2tp: prevent creation of sessions on terminated tunnels
Guillaume Nault
2
-13
/
+32
2020-05-27
l2tp: hold tunnel used while creating sessions with netlink
Guillaume Nault
1
-9
/
+12
2020-05-27
l2tp: hold tunnel while handling genl TUNNEL_GET commands
Guillaume Nault
1
-12
/
+15
2020-05-27
l2tp: hold tunnel while handling genl tunnel updates
Guillaume Nault
1
-2
/
+4
2020-05-27
l2tp: hold tunnel while processing genl delete command
Guillaume Nault
1
-2
/
+4
2020-05-27
l2tp: hold tunnel while looking up sessions in l2tp_netlink
Guillaume Nault
3
-47
/
+38
2020-05-27
l2tp: initialise session's refcount before making it reachable
Guillaume Nault
1
-4
/
+2
2020-05-27
l2tp: define parameters of l2tp_tunnel_find*() as "const"
Guillaume Nault
2
-4
/
+4
2020-05-27
l2tp: define parameters of l2tp_session_get*() as "const"
Guillaume Nault
2
-5
/
+7
2020-05-27
l2tp: remove l2tp_session_find()
Guillaume Nault
2
-53
/
+1
2020-05-27
l2tp: remove useless duplicate session detection in l2tp_netlink
Guillaume Nault
1
-5
/
+0
2020-05-27
L2TP:Adjust intf MTU, add underlay L3, L2 hdrs.
R. Parameswaran
1
-4
/
+51
2020-05-27
New kernel function to get IP overhead on a socket.
R. Parameswaran
1
-0
/
+46
2020-05-27
net: l2tp: ppp: change PPPOL2TP_MSG_* => L2TP_MSG_*
Asbjørn Sloth Tønnesen
1
-27
/
+27
2020-05-27
net: l2tp: export debug flags to UAPI
Asbjørn Sloth Tønnesen
1
-10
/
+0
2020-05-20
netprio_cgroup: Fix unlimited memory leak of v2 cgroups
Zefan Li
1
-0
/
+2
[next]