index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
netpoll: Check for skb->queue_mapping
Tushar Dave
2017-04-21
1
-2
/
+8
*
ip6mr: fix notification device destruction
Nikolay Aleksandrov
2017-04-21
1
-7
/
+6
*
net: qrtr: potential use after free in qrtr_sendmsg()
Dan Carpenter
2017-04-21
1
-1
/
+3
*
net: ipv6: RTF_PCPU should not be settable from userspace
David Ahern
2017-04-21
1
-0
/
+4
*
gso: Validate assumption of frag_list segementation
Ilan Tayari
2017-04-21
1
-4
/
+14
*
ipv6: sr: fix double free of skb after handling invalid SRH
David Lebrun
2017-04-21
1
-1
/
+0
*
net sched actions: allocate act cookie early
Wolfgang Bumiller
2017-04-20
1
-23
/
+32
*
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
David S. Miller
2017-04-20
1
-29
/
+64
|
\
|
*
af_key: Fix sadb_x_ipsecrequest parsing
Herbert Xu
2017-04-18
1
-21
/
+26
|
*
af_key: Add lock to key dump
Yuejie Shi
2017-04-03
1
-8
/
+38
*
|
ipv6: sr: fix out-of-bounds access in SRH validation
David Lebrun
2017-04-20
1
-0
/
+3
*
|
mac80211: reject ToDS broadcast data frames
Johannes Berg
2017-04-20
1
-0
/
+21
*
|
Merge tag 'mac80211-for-davem-2017-04-18' of git://git.kernel.org/pub/scm/lin...
David S. Miller
2017-04-20
1
-18
/
+47
|
\
\
|
*
|
mac80211: fix MU-MIMO follow-MAC mode
Johannes Berg
2017-04-13
1
-18
/
+47
*
|
|
ipv6: drop non loopback packets claiming to originate from ::1
Florian Westphal
2017-04-17
1
-2
/
+5
*
|
|
net-timestamp: avoid use-after-free in ip_recv_error
Willem de Bruijn
2017-04-17
3
-14
/
+6
*
|
|
ipv4: fix a deadlock in ip_ra_control
WANG Cong
2017-04-17
3
-9
/
+5
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
David S. Miller
2017-04-14
8
-25
/
+62
|
\
\
\
|
*
|
|
netfilter: ipt_CLUSTERIP: Fix wrong conntrack netns refcnt usage
Gao Feng
2017-04-13
1
-1
/
+1
|
*
|
|
netfilter: nft_hash: do not dump the auto generated seed
Liping Zhang
2017-04-13
1
-3
/
+7
|
*
|
|
netfilter: nf_ct_expect: use proper RCU list traversal/update APIs
Liping Zhang
2017-04-08
2
-5
/
+5
|
*
|
|
netfilter: ctnetlink: skip dumping expect when nfct_help(ct) is NULL
Liping Zhang
2017-04-08
1
-0
/
+6
|
*
|
|
netfilter: make it safer during the inet6_dev->addr_list traversal
Liping Zhang
2017-04-08
2
-1
/
+6
|
*
|
|
netfilter: ctnetlink: make it safer when checking the ct helper name
Liping Zhang
2017-04-08
1
-5
/
+10
|
*
|
|
netfilter: helper: Add the rcu lock when call __nf_conntrack_helper_find
Gao Feng
2017-04-08
2
-7
/
+20
|
*
|
|
netfilter: ctnetlink: using bit to represent the ct event
Liping Zhang
2017-04-08
1
-2
/
+2
|
*
|
|
netfilter: xt_TCPMSS: add more sanity tests on tcph->doff
Eric Dumazet
2017-04-08
1
-1
/
+5
*
|
|
|
ipv6: Fix idev->addr_list corruption
Rabin Vincent
2017-04-12
1
-4
/
+7
*
|
|
|
net: xdp: don't export dev_change_xdp_fd()
Johannes Berg
2017-04-12
1
-1
/
+0
|
|
/
/
|
/
|
|
*
|
|
bridge: netlink: register netdevice before executing changelink
Ido Schimmel
2017-04-12
1
-2
/
+5
*
|
|
bridge: implement missing ndo_uninit()
Ido Schimmel
2017-04-12
4
-12
/
+21
*
|
|
tcp: clear saved_syn in tcp_disconnect()
Eric Dumazet
2017-04-10
1
-0
/
+1
*
|
|
net: tcp: Increase TCP_MIB_OUTRSTS even though fail to alloc skb
Gao Feng
2017-04-08
1
-2
/
+2
*
|
|
l2tp: don't mask errors in pppol2tp_getsockopt()
Guillaume Nault
2017-04-08
1
-1
/
+6
*
|
|
l2tp: don't mask errors in pppol2tp_setsockopt()
Guillaume Nault
2017-04-08
1
-2
/
+0
*
|
|
tcp: restrict F-RTO to work-around broken middle-boxes
Yuchung Cheng
2017-04-07
1
-8
/
+12
*
|
|
sctp: listen on the sock only when it's state is listening or closed
Xin Long
2017-04-06
1
-0
/
+3
*
|
|
net_sched: check noop_qdisc before qdisc_hash_add()
WANG Cong
2017-04-06
1
-1
/
+1
*
|
|
net: ipv4: fix multipath RTM_GETROUTE behavior when iif is given
Florian Larysch
2017-04-06
1
-1
/
+1
*
|
|
Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
David S. Miller
2017-04-06
1
-9
/
+14
|
\
\
\
|
*
|
|
make skb_copy_datagram_msg() et.al. preserve ->msg_iter on error
Al Viro
2017-04-02
1
-9
/
+14
*
|
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
2017-04-06
40
-375
/
+663
|
\
\
\
\
|
*
|
|
|
tcp: fix reordering SNMP under-counting
Yuchung Cheng
2017-04-06
1
-13
/
+14
|
*
|
|
|
tcp: fix lost retransmit SNMP under-counting
Yuchung Cheng
2017-04-06
1
-1
/
+2
|
*
|
|
|
sctp: get sock from transport in sctp_transport_update_pmtu
Xin Long
2017-04-05
5
-22
/
+17
|
*
|
|
|
l2tp: fix PPP pseudo-wire auto-loading
Guillaume Nault
2017-04-04
1
-1
/
+1
|
*
|
|
|
l2tp: take reference on sessions being dumped
Guillaume Nault
2017-04-04
5
-11
/
+27
|
|
|
/
/
|
|
/
|
|
|
*
|
|
tcp: minimize false-positives on TCP/GRO check
Marcelo Ricardo Leitner
2017-04-04
1
-5
/
+9
|
*
|
|
sctp: check for dst and pathmtu update in sctp_packet_config
Xin Long
2017-04-03
1
-31
/
+36
|
*
|
|
flow dissector: correct size of storage for ARP
Simon Horman
2017-04-03
1
-1
/
+1
|
|
|
/
|
|
/
|
[next]