index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'char-misc-4.15-rc8' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2018-01-13
1
-9
/
+11
|
\
|
*
Bluetooth: Prevent stack info leak from the EFS element.
Ben Seri
2018-01-04
1
-9
/
+11
*
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2018-01-10
1
-1
/
+3
|
\
\
|
*
|
Fix a leak in socket(2) when we fail to allocate a file descriptor.
Al Viro
2018-01-10
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-08
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
|
*
|
|
|
mac80211: mesh: drop frames appearing to be from us
Johannes Berg
2018-01-04
1
-0
/
+2
|
*
|
|
|
nl80211: Check for the required netlink attribute presence
Hao Chen
2018-01-04
1
-1
/
+2
|
*
|
|
|
sctp: fix error path in sctp_stream_init
Marcelo Ricardo Leitner
2018-01-03
1
-12
/
+10
|
*
|
|
|
RDS: Heap OOB write in rds_message_alloc_sgs()
Mohamed Ghannam
2018-01-03
1
-0
/
+3
|
*
|
|
|
tipc: fix problems with multipoint-to-point flow control
Jon Maloy
2018-01-02
1
-4
/
+18
|
*
|
|
|
ethtool: do not print warning for applications using legacy API
Stephen Hemminger
2018-01-02
1
-13
/
+2
|
*
|
|
|
net/sched: Fix update of lastuse in act modules implementing stats_update
Roi Dayan
2018-01-02
2
-2
/
+2
|
*
|
|
|
ip6_tunnel: allow ip6gre dev mtu to be set below 1280
Xin Long
2018-01-02
1
-3
/
+3
|
*
|
|
|
ip6_tunnel: disable dst caching if tunnel is dual-stack
Eli Cooper
2018-01-02
1
-4
/
+5
|
*
|
|
|
Revert "net: core: dev_get_valid_name is now the same as dev_alloc_name_ns"
David S. Miller
2018-01-02
1
-1
/
+13
|
|
|
_
|
/
|
|
/
|
|
*
|
|
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2018-01-06
1
-12
/
+2
|
\
\
\
\
|
|
/
/
/
|
/
|
|
/
|
|
|
/
|
|
/
|
|
*
|
fix "netfilter: xt_bpf: Fix XT_BPF_MODE_FD_PINNED mode of 'xt_bpf_info_v1'"
Al Viro
2018-01-05
1
-12
/
+2
*
|
|
strparser: Call sock_owned_by_user_nocheck
Tom Herbert
2017-12-28
1
-1
/
+1
*
|
|
skbuff: in skb_copy_ubufs unclone before releasing zerocopy
Willem de Bruijn
2017-12-28
1
-3
/
+3
*
|
|
tipc: fix hanging poll() for stream sockets
Parthasarathy Bhuvaragan
2017-12-28
1
-1
/
+1
*
|
|
sctp: Replace use of sockets_allocated with specified macro.
Tonghao Zhang
2017-12-27
1
-2
/
+2
*
|
|
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
David S. Miller
2017-12-27
6
-5
/
+122
|
\
\
\
|
*
|
|
xfrm: Reinject transport-mode packets through tasklet
Herbert Xu
2017-12-19
3
-2
/
+77
|
*
|
|
xfrm: put policies when reusing pcpu xdst entry
Florian Westphal
2017-12-12
1
-0
/
+1
|
*
|
|
xfrm: Fix stack-out-of-bounds with misconfigured transport mode policies.
Steffen Klassert
2017-12-08
1
-0
/
+9
|
*
|
|
xfrm: fix xfrm_do_migrate() with AEAD e.g(AES-GCM)
Antony Antony
2017-12-08
1
-0
/
+1
|
*
|
|
xfrm: Fix stack-out-of-bounds read on socket policy lookup.
Steffen Klassert
2017-12-01
1
-1
/
+7
|
*
|
|
xfrm: Fix xfrm_input() to verify state is valid when (encap_type < 0)
Aviv Heller
2017-12-01
1
-1
/
+11
|
*
|
|
xfrm: fix XFRMA_OUTPUT_MARK policy entry
Michal Kubecek
2017-12-01
1
-1
/
+1
[next]