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
*
sctp: do not allow the v4 socket to bind a v4mapped v6 address
Xin Long
2018-01-16
1
-8
/
+6
*
sctp: return error if the asoc has been peeled off in sctp_wait_for_sndbuf
Xin Long
2018-01-16
1
-10
/
+6
*
sctp: reinit stream if stream outcnt has been change by sinit in sendmsg
Xin Long
2018-01-16
1
-2
/
+8
*
ipv4: Make neigh lookup keys for loopback/point-to-point devices be INADDR_ANY
Jim Westfall
2018-01-15
1
-1
/
+6
*
net: Allow neigh contructor functions ability to modify the primary_key
Jim Westfall
2018-01-15
1
-2
/
+2
*
Revert "openvswitch: Add erspan tunnel support."
William Tu
2018-01-15
1
-50
/
+1
*
net/tls: Fix inverted error codes to avoid endless loop
r.hering@avm.de
2018-01-15
1
-2
/
+2
*
ipv6: ip6_make_skb() needs to clear cork.base.dst
Eric Dumazet
2018-01-15
1
-0
/
+1
*
sctp: avoid compiler warning on implicit fallthru
Marcelo Ricardo Leitner
2018-01-15
2
-2
/
+3
*
net: ipv4: Make "ip route get" match iif lo rules again.
Lorenzo Colitti
2018-01-15
1
-0
/
+1
*
netlink: extack needs to be reset each time through loop
David Ahern
2018-01-15
1
-1
/
+2
*
tipc: fix a memory leak in tipc_nl_node_get_link()
Cong Wang
2018-01-15
1
-12
/
+14
*
ipv6: fix udpv6 sendmsg crash caused by too small MTU
Mike Maloney
2018-01-15
1
-2
/
+4
*
9p: add missing module license for xen transport
Stephen Hemminger
2018-01-15
1
-0
/
+4
*
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
David S. Miller
2018-01-12
8
-12
/
+38
|
\
|
*
xfrm: Fix a race in the xdst pcpu cache.
Steffen Klassert
2018-01-10
1
-1
/
+7
|
*
af_key: Fix memory leak in key_notify_policy.
Steffen Klassert
2018-01-10
1
-1
/
+3
|
*
esp: Fix GRO when the headers not fully in the linear part of the skb.
Steffen Klassert
2018-01-09
2
-2
/
+4
|
*
xfrm: don't call xfrm_policy_cache_flush while holding spinlock
Florian Westphal
2018-01-08
1
-2
/
+2
|
*
xfrm: Return error on unknown encap_type in init_state
Herbert Xu
2018-01-08
2
-2
/
+2
|
*
xfrm: Use __skb_queue_tail in xfrm_trans_queue
Herbert Xu
2018-01-05
1
-1
/
+1
|
*
xfrm: fix rcu usage in xfrm_get_type_offload
Sabrina Dubroca
2017-12-31
1
-1
/
+2
|
*
af_key: fix buffer overread in parse_exthdrs()
Eric Biggers
2017-12-30
1
-0
/
+3
|
*
af_key: fix buffer overread in verify_address_len()
Eric Biggers
2017-12-30
1
-0
/
+5
|
*
xfrm: skip policies marked as dead while rehashing
Florian Westphal
2017-12-30
1
-1
/
+2
|
*
xfrm: Forbid state updates from changing encap type
Herbert Xu
2017-12-30
1
-1
/
+7
*
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2018-01-11
1
-1
/
+3
|
\
\
|
*
|
Fix a leak in socket(2) when we fail to allocate a file descriptor.
Al Viro
2018-01-11
1
-1
/
+3
*
|
|
ipv6: sr: fix TLVs not being copied using setsockopt
Mathieu Xhonneux
2018-01-10
1
-0
/
+9
*
|
|
ipv6: fix possible mem leaks in ipv6_make_skb()
Eric Dumazet
2018-01-10
1
-2
/
+3
*
|
|
8021q: fix a memory leak for VLAN 0 device
Cong Wang
2018-01-10
1
-6
/
+1
*
|
|
caif_usb: use strlcpy() instead of strncpy()
Xiongfeng Wang
2018-01-10
1
-3
/
+1
*
|
|
sctp: make use of pre-calculated len
Marcelo Ricardo Leitner
2018-01-10
1
-6
/
+10
*
|
|
sctp: add a ceiling to optlen in some sockopts
Marcelo Ricardo Leitner
2018-01-10
1
-0
/
+10
*
|
|
sctp: GFP_ATOMIC is not needed in sctp_setsockopt_events
Marcelo Ricardo Leitner
2018-01-10
1
-1
/
+1
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
2018-01-10
3
-4
/
+17
|
\
\
\
|
*
|
|
bpf: introduce BPF_JIT_ALWAYS_ON config
Alexei Starovoitov
2018-01-09
3
-4
/
+17
*
|
|
|
ipv6: remove null_entry before adding default route
Wei Wang
2018-01-09
1
-9
/
+29
*
|
|
|
net: ipv4: emulate READ_ONCE() on ->hdrincl bit-field in raw_sendmsg()
Nicolai Stange
2018-01-09
1
-1
/
+3
*
|
|
|
net: caif: use strlcpy() instead of strncpy()
Xiongfeng Wang
2018-01-09
3
-11
/
+8
*
|
|
|
net: core: fix module type in sock_diag_bind
Andrii Vladyka
2018-01-09
1
-1
/
+1
*
|
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
2018-01-09
15
-85
/
+126
|
\
\
\
\
|
*
|
|
|
sctp: fix the handling of ICMP Frag Needed for too small MTUs
Marcelo Ricardo Leitner
2018-01-08
2
-12
/
+25
|
*
|
|
|
sctp: do not retransmit upon FragNeeded if PMTU discovery is disabled
Marcelo Ricardo Leitner
2018-01-08
1
-12
/
+12
|
|
/
/
/
|
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
David S. Miller
2018-01-05
1
-3
/
+5
|
|
\
\
\
|
|
*
|
|
netfilter: nf_tables: fix potential NULL-ptr deref in nf_tables_dump_obj_done()
Hangbin Liu
2017-12-26
1
-2
/
+4
|
|
*
|
|
netfilter: nf_tables: fix chain filter in nf_tables_dump_rules()
Pablo Neira Ayuso
2017-12-21
1
-1
/
+1
|
*
|
|
|
ipv6: fix general protection fault in fib6_add()
Wei Wang
2018-01-04
1
-15
/
+20
|
*
|
|
|
RDS: null pointer dereference in rds_atomic_free_op
Mohamed Ghannam
2018-01-04
1
-0
/
+1
|
*
|
|
|
rtnetlink: give a user socket to get_target_net()
Andrei Vagin
2018-01-04
1
-5
/
+5
[next]