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
compress-2025-01-21
compress-2025-01-23
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
2018-01-01
Bluetooth: bnep: bnep_add_connection() should verify that it's dealing with l...
Al Viro
1
-0
/
+3
2018-01-01
Bluetooth: cmtp: cmtp_add_connection() should verify that it's dealing with l...
Al Viro
1
-0
/
+3
2018-01-01
Bluetooth: hidp: verify l2cap sockets
David Herrmann
2
-0
/
+8
2018-01-01
dccp: CVE-2017-8824: use-after-free in DCCP code
Mohamed Ghannam
1
-0
/
+5
2018-01-01
l2tp: don't use l2tp_tunnel_find() in l2tp_ip and l2tp_ip6
Guillaume Nault
1
-14
/
+8
2018-01-01
l2tp: hold tunnel socket when handling control frames in l2tp_ip and l2tp_ip6
Guillaume Nault
1
-2
/
+3
2018-01-01
l2tp: hold socket before dropping lock in l2tp_ip{, 6}_recv()
Guillaume Nault
1
-5
/
+6
2018-01-01
tcp: fix tcp_mtu_probe() vs highest_sack
Eric Dumazet
1
-1
/
+2
2018-01-01
l2tp: hold tunnel in pppol2tp_connect()
Guillaume Nault
1
-1
/
+6
2018-01-01
sctp: fix a type cast warnings that causes a_rwnd gets the wrong value
Xin Long
1
-2
/
+2
2018-01-01
ipsec: Fix aborted xfrm policy dump crash
Ben Hutchings
1
-1
/
+2
2018-01-01
net: enable interface alias removal via rtnl
Nicolas Dichtel
1
-1
/
+4
2018-01-01
l2tp: check ps->sock before running pppol2tp_session_ioctl()
Guillaume Nault
1
-0
/
+3
2018-01-01
l2tp: fix l2tp_eth module loading
Guillaume Nault
1
-49
/
+2
2018-01-01
packet: only test po->has_vnet_hdr once in packet_snd
Willem de Bruijn
1
-1
/
+3
2017-11-26
mac80211: Fix null dereference in ieee80211_key_link()
Ben Hutchings
1
-1
/
+1
2017-11-26
mac80211: don't compare TKIP TX MIC key in reinstall prevention
Johannes Berg
1
-2
/
+34
2017-11-26
sctp: do not peel off an assoc from one netns to another one
Xin Long
1
-0
/
+5
2017-11-26
ipv6: fix typo in fib6_net_exit()
Eric Dumazet
1
-1
/
+1
2017-11-26
ipv6: fix memory leak with multiple tables during netns destruction
Sabrina Dubroca
1
-4
/
+13
2017-11-26
l2tp: pass tunnel pointer to ->session_create()
Guillaume Nault
4
-25
/
+17
2017-11-26
l2tp: prevent creation of sessions on terminated tunnels
Guillaume Nault
2
-12
/
+30
2017-11-11
pkt_sched: Fix warning false positives.
David S. Miller
2
-2
/
+2
2017-11-11
netfilter: xt_socket: fix compilation warnings with gcc 4.7
Pablo Neira Ayuso
1
-6
/
+6
2017-11-11
dccp: Fix compile warning in probe code.
David S. Miller
1
-2
/
+12
2017-11-11
packet: in packet_do_bind, test fanout with bind_lock held
Willem de Bruijn
1
-3
/
+5
2017-11-11
packet: hold bind lock when rebinding to fanout hook
Willem de Bruijn
1
-5
/
+11
2017-11-11
packet: race condition in packet_bind
Francesco Ruggeri
1
-32
/
+54
2017-11-11
mac80211: accept key reinstall without changing anything
Johannes Berg
1
-3
/
+17
2017-11-11
sch_tbf: fix two null pointer dereferences on init failure
Nikolay Aleksandrov
1
-2
/
+3
2017-11-11
sch_netem: avoid null pointer deref on init failure
Nikolay Aleksandrov
1
-2
/
+2
2017-11-11
sch_cbq: fix null pointer dereferences on init failure
Nikolay Aleksandrov
1
-3
/
+7
2017-11-11
sch_hfsc: fix null pointer deref and double free on init failure
Nikolay Aleksandrov
1
-2
/
+2
2017-11-11
sch_multiq: fix double free on init failure
Nikolay Aleksandrov
1
-7
/
+2
2017-11-11
sch_htb: fix crash on init failure
Nikolay Aleksandrov
1
-2
/
+3
2017-11-11
net_sched: fix error recovery at qdisc creation
Eric Dumazet
3
-20
/
+11
2017-11-11
ipv6: fix sparse warning on rt6i_node
Wei Wang
2
-4
/
+8
2017-11-11
l2tp: hold tunnel used while creating sessions with netlink
Guillaume Nault
1
-9
/
+12
2017-11-11
l2tp: remove useless duplicate session detection in l2tp_netlink
Guillaume Nault
1
-6
/
+0
2017-11-11
l2tp: hold tunnel while handling genl TUNNEL_GET commands
Guillaume Nault
1
-12
/
+15
2017-11-11
l2tp: hold tunnel while handling genl tunnel updates
Guillaume Nault
1
-2
/
+4
2017-11-11
l2tp: hold tunnel while processing genl delete command
Guillaume Nault
1
-2
/
+4
2017-11-11
l2tp: hold tunnel while looking up sessions in l2tp_netlink
Guillaume Nault
3
-31
/
+41
2017-11-11
l2tp: define parameters of l2tp_session_get*() as "const"
Guillaume Nault
2
-5
/
+7
2017-11-11
l2tp: initialise session's refcount before making it reachable
Guillaume Nault
1
-4
/
+2
2017-11-11
xfrm_user: fix info leak in build_aevent()
Mathias Krause
1
-0
/
+1
2017-11-11
xfrm_user: fix info leak in xfrm_notify_sa()
Mathias Krause
1
-0
/
+1
2017-11-11
ipv6: Fix may be used uninitialized warning in rt6_check
Steffen Klassert
1
-1
/
+1
2017-11-11
ipv6: add rcu grace period before freeing fib6_node
Wei Wang
2
-7
/
+27
2017-11-11
ipv6: Add rt6_get_cookie() function
Martin KaFai Lau
3
-6
/
+4
[next]