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 git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
2017-05-26
24
-114
/
+126
|
\
|
*
ipv4: add reference counting to metrics
Eric Dumazet
2017-05-26
3
-17
/
+33
|
*
ip6_tunnel, ip6_gre: fix setting of DSCP on encapsulated packets
Peter Dawson
2017-05-26
2
-14
/
+20
|
*
sctp: fix ICMP processing if skb is non-linear
Davide Caratti
2017-05-26
1
-7
/
+9
|
*
net: llc: add lock_sock in llc_ui_bind to avoid a race condition
linzhang
2017-05-26
1
-0
/
+3
|
*
bpf: add bpf_clone_redirect to bpf_helper_changes_pkt_data
Daniel Borkmann
2017-05-25
1
-0
/
+1
|
*
arp: fixed -Wuninitialized compiler warning
Ihar Hrachyshka
2017-05-25
1
-1
/
+1
|
*
tcp: avoid fastopen API to be used on AF_UNSPEC
Wei Wang
2017-05-25
1
-2
/
+5
|
*
net: move somaxconn init from sysctl code
Roman Kapl
2017-05-25
2
-2
/
+19
|
*
Merge tag 'mac80211-for-davem-2017-05-23' of git://git.kernel.org/pub/scm/lin...
David S. Miller
2017-05-24
3
-9
/
+12
|
|
\
|
|
*
cfg80211: make cfg80211_sched_scan_results() work from atomic context
Arend Van Spriel
2017-05-23
1
-4
/
+4
|
|
*
mac80211: strictly check mesh address extension mode
Rajkumar Manoharan
2017-05-17
2
-5
/
+8
|
*
|
net: rtnetlink: bail out from rtnl_fdb_dump() on parse error
Alexander Potapenko
2017-05-24
1
-2
/
+5
|
*
|
sctp: set new_asoc temp when processing dupcookie
Xin Long
2017-05-24
2
-9
/
+7
|
*
|
sctp: fix stream update when processing dupcookie
Xin Long
2017-05-24
1
-1
/
+3
|
*
|
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
David S. Miller
2017-05-23
5
-50
/
+8
|
|
\
\
|
|
*
|
xfrm: fix state migration copy replay sequence numbers
Antony Antony
2017-05-19
1
-0
/
+2
|
|
*
|
xfrm: Fix NETDEV_DOWN with IPSec offload
Ilan Tayari
2017-05-08
1
-1
/
+1
|
|
*
|
af_key: Fix slab-out-of-bounds in pfkey_compile_policy.
Steffen Klassert
2017-05-08
1
-1
/
+1
|
|
*
|
xfrm: fix stack access out of bounds with CONFIG_XFRM_SUB_POLICY
Sabrina Dubroca
2017-05-04
1
-47
/
+0
|
|
*
|
esp4: Fix udpencap for local TCP packets.
Steffen Klassert
2017-05-04
1
-1
/
+4
*
|
|
|
Merge tag 'ceph-for-4.12-rc3' of git://github.com/ceph/ceph-client
Linus Torvalds
2017-05-26
5
-31
/
+26
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
libceph: cleanup old messages according to reconnect seq
Yan, Zheng
2017-05-24
1
-3
/
+12
|
*
|
|
libceph: NULL deref on crush_decode() error path
Dan Carpenter
2017-05-23
1
-0
/
+1
|
*
|
|
libceph: fix error handling in process_one_ticket()
Ilya Dryomov
2017-05-23
1
-5
/
+5
|
*
|
|
libceph: validate blob_struct_v in process_one_ticket()
Ilya Dryomov
2017-05-23
1
-0
/
+3
|
*
|
|
libceph: drop version variable from ceph_monmap_decode()
Ilya Dryomov
2017-05-23
1
-3
/
+1
|
*
|
|
libceph: make ceph_msg_data_advance() return void
Ilya Dryomov
2017-05-23
1
-7
/
+4
|
*
|
|
libceph: use kbasename() and kill ceph_file_part()
Ilya Dryomov
2017-05-23
1
-13
/
+0
*
|
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
2017-05-22
24
-116
/
+299
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
net: sched: cls_matchall: fix null pointer dereference
Jiri Pirko
2017-05-22
1
-1
/
+0
|
*
|
|
vsock: use new wait API for vsock_stream_sendmsg()
WANG Cong
2017-05-22
1
-13
/
+8
|
*
|
|
ipv6: fix out of bound writes in __ip6_append_data()
Eric Dumazet
2017-05-22
1
-7
/
+8
|
*
|
|
bridge: start hello_timer when enabling KERNEL_STP in br_stp_start
Xin Long
2017-05-21
2
-1
/
+2
|
*
|
|
arp: always override existing neigh entries with gratuitous ARP
Ihar Hrachyshka
2017-05-21
1
-4
/
+5
|
*
|
|
arp: postpone addr_type calculation to as late as possible
Ihar Hrachyshka
2017-05-21
1
-7
/
+17
|
*
|
|
arp: decompose is_garp logic into a separate function
Ihar Hrachyshka
2017-05-21
1
-12
/
+23
|
*
|
|
arp: fixed error in a comment
Ihar Hrachyshka
2017-05-21
1
-1
/
+1
|
*
|
|
tcp: initialize rcv_mss to TCP_MIN_MSS instead of 0
Wei Wang
2017-05-21
1
-0
/
+4
|
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
David S. Miller
2017-05-21
17
-77
/
+238
|
|
\
\
\
|
|
*
|
|
netfilter: xtables: fix build failure from COMPAT_XT_ALIGN outside CONFIG_COMPAT
Willem de Bruijn
2017-05-18
1
-8
/
+13
|
|
*
|
|
ebtables: arpreply: Add the standard target sanity check
Gao Feng
2017-05-16
1
-0
/
+3
|
|
*
|
|
netfilter: nf_tables: revisit chain/object refcounting from elements
Pablo Neira Ayuso
2017-05-15
5
-17
/
+80
|
|
*
|
|
netfilter: nf_tables: missing sanitization in data from userspace
Pablo Neira Ayuso
2017-05-15
2
-7
/
+24
|
|
*
|
|
netfilter: nf_tables: can't assume lock is acquired when dumping set elems
Liping Zhang
2017-05-15
2
-23
/
+57
|
|
*
|
|
netfilter: synproxy: fix conntrackd interaction
Eric Leblond
2017-05-15
1
-0
/
+4
|
|
*
|
|
netfilter: xtables: zero padding in data_to_user
Willem de Bruijn
2017-05-15
2
-6
/
+12
|
|
*
|
|
Merge tag 'ipvs-fixes-for-v4.12' of http://git.kernel.org/pub/scm/linux/kerne...
Pablo Neira Ayuso
2017-05-15
1
-5
/
+14
|
|
|
\
\
\
|
|
|
*
|
|
ipvs: SNAT packet replies only for NATed connections
Julian Anastasov
2017-05-08
1
-5
/
+14
|
|
|
|
/
/
|
|
*
|
|
netfilter: nfnl_cthelper: reject del request if helper obj is in use
Liping Zhang
2017-05-15
2
-6
/
+17
[next]