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
2017-05-03
p9_client_readdir() fix
Al Viro
1
-0
/
+4
2017-05-03
ipv6: check raw payload size correctly in ioctl
Jamie Bainbridge
1
-2
/
+1
2017-05-03
tcp: memset ca_priv data to 0 properly
Wei Wang
1
-8
/
+3
2017-05-03
ipv6: check skb->protocol before lookup for nexthop
WANG Cong
1
-16
/
+18
2017-05-03
net: ipv6: regenerate host route if moved to gc list
David Ahern
1
-2
/
+12
2017-05-03
tcp: mark skbs with SCM_TIMESTAMPING_OPT_STATS
Soheil Hassas Yeganeh
2
-7
/
+12
2017-05-03
tcp: fix SCM_TIMESTAMPING_OPT_STATS for normal skbs
Soheil Hassas Yeganeh
2
-1
/
+22
2017-05-03
ip6mr: fix notification device destruction
Nikolay Aleksandrov
1
-7
/
+6
2017-05-03
netpoll: Check for skb->queue_mapping
Tushar Dave
1
-2
/
+8
2017-05-03
net: ipv6: RTF_PCPU should not be settable from userspace
David Ahern
1
-0
/
+4
2017-05-03
gso: Validate assumption of frag_list segementation
Ilan Tayari
1
-4
/
+14
2017-05-03
ipv6: fix source routing
Sabrina Dubroca
1
-0
/
+4
2017-05-03
ipv6: sr: fix double free of skb after handling invalid SRH
David Lebrun
1
-1
/
+0
2017-05-03
ipv6: sr: fix out-of-bounds access in SRH validation
David Lebrun
1
-0
/
+3
2017-05-03
net-timestamp: avoid use-after-free in ip_recv_error
Willem de Bruijn
3
-14
/
+6
2017-05-03
ipv6: Fix idev->addr_list corruption
Rabin Vincent
1
-4
/
+7
2017-05-03
tcp: clear saved_syn in tcp_disconnect()
Eric Dumazet
1
-0
/
+1
2017-05-03
sctp: listen on the sock only when it's state is listening or closed
Xin Long
1
-0
/
+3
2017-05-03
net: ipv4: fix multipath RTM_GETROUTE behavior when iif is given
Florian Larysch
1
-1
/
+1
2017-05-03
l2tp: fix PPP pseudo-wire auto-loading
Guillaume Nault
1
-1
/
+1
2017-05-03
l2tp: take reference on sessions being dumped
Guillaume Nault
5
-11
/
+27
2017-05-03
openvswitch: Fix ovs_flow_key_update()
Yi-Hung Wei
1
-2
/
+8
2017-05-03
net/packet: fix overflow in check for tp_reserve
Andrey Konovalov
1
-0
/
+2
2017-05-03
net/packet: fix overflow in check for tp_frame_nr
Andrey Konovalov
1
-0
/
+2
2017-05-03
l2tp: purge socket queues in the .destruct() callback
Guillaume Nault
1
-3
/
+4
2017-05-03
l2tp: hold tunnel socket when handling control frames in l2tp_ip and l2tp_ip6
Guillaume Nault
2
-4
/
+6
2017-05-03
secure_seq: downgrade to per-host timestamp offsets
Florian Westphal
1
-2
/
+27
2017-05-03
kcm: return immediately after copy_from_user() failure
WANG Cong
1
-3
/
+3
2017-05-03
net: neigh: guard against NULL solicit() method
Eric Dumazet
1
-1
/
+2
2017-05-03
ping: implement proper locking
Eric Dumazet
1
-2
/
+3
2017-04-27
mac80211: fix MU-MIMO follow-MAC mode
Johannes Berg
1
-18
/
+47
2017-04-27
mac80211: reject ToDS broadcast data frames
Johannes Berg
1
-0
/
+21
2017-04-21
make skb_copy_datagram_msg() et.al. preserve ->msg_iter on error
Al Viro
1
-9
/
+14
2017-04-18
net/packet: fix overflow in check for priv area size
Andrey Konovalov
1
-2
/
+2
2017-04-12
mac80211: unconditionally start new netdev queues with iTXQ support
Johannes Berg
1
-1
/
+2
2017-04-12
cfg80211: check rdev resume callback only for registered wiphy
Arend Van Spriel
1
-6
/
+4
2017-04-08
libceph: force GFP_NOIO for socket allocations
Ilya Dryomov
1
-0
/
+6
2017-03-31
xfrm_user: validate XFRM_MSG_NEWAE incoming ESN size harder
Andy Whitcroft
1
-1
/
+5
2017-03-31
xfrm_user: validate XFRM_MSG_NEWAE XFRMA_REPLAY_ESN_VAL replay_window
Andy Whitcroft
1
-0
/
+3
2017-03-31
xfrm: policy: init locks early
Florian Westphal
1
-5
/
+5
2017-03-30
libceph: don't set weight to IN when OSD is destroyed
Ilya Dryomov
1
-1
/
+0
2017-03-30
cgroup, net_cls: iterate the fds of only the tasks which are being migrated
Tejun Heo
1
-16
/
+16
2017-03-30
nl80211: fix dumpit error path RTNL deadlocks
Johannes Berg
1
-71
/
+56
2017-03-30
net: solve a NAPI race
Eric Dumazet
1
-7
/
+74
2017-03-30
tcp: initialize icsk_ack.lrcvtime at session start time
Eric Dumazet
2
-1
/
+2
2017-03-30
genetlink: fix counting regression on ctrl_dumpfamily()
Stanislaw Gruszka
1
-1
/
+3
2017-03-30
socket, bpf: fix sk_filter use after free in sk_clone_lock
Daniel Borkmann
1
-0
/
+6
2017-03-30
ipv4: provide stronger user input validation in nl_fib_input()
Eric Dumazet
1
-1
/
+2
2017-03-30
ipv6: make sure to initialize sockc.tsflags before first use
Alexander Potapenko
1
-1
/
+1
2017-03-30
net: unix: properly re-increment inflight counter of GC discarded candidates
Andrey Ulanov
1
-8
/
+9
[next]