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
*
tls: possible hang when do_tcp_sendpages hits sndbuf is full case
John Fastabend
2018-08-22
1
-2
/
+7
*
xsk: fix return value of xdp_umem_assign_dev()
Prashant Bhole
2018-08-21
1
-2
/
+2
*
rds: tcp: remove duplicated include from tcp.c
Yue Haibing
2018-08-21
1
-1
/
+0
*
sch_cake: Remove unused including <linux/version.h>
Yue Haibing
2018-08-21
1
-1
/
+0
*
net/ipv6: Put lwtstate when destroying fib6_info
David Ahern
2018-08-21
1
-0
/
+2
*
ip6_vti: fix a null pointer deference when destroy vti6 tunnel
Haishuang Yan
2018-08-20
1
-1
/
+2
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
2018-08-19
30
-195
/
+221
|
\
|
*
ip6_vti: fix creating fallback tunnel device for vti6
Haishuang Yan
2018-08-19
1
-0
/
+2
|
*
ip_vti: fix a null pointer deferrence when create vti fallback tunnel
Haishuang Yan
2018-08-19
1
-1
/
+2
|
*
net: sched: always disable bh when taking tcf_lock
Vlad Buslov
2018-08-19
7
-44
/
+47
|
*
ip6_vti: simplify stats handling in vti6_xmit
Haishuang Yan
2018-08-18
1
-11
/
+3
|
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
2018-08-18
4
-50
/
+37
|
|
\
|
|
*
bpf: fix redirect to map under tail calls
Daniel Borkmann
2018-08-18
1
-38
/
+30
|
|
*
tcp, ulp: fix leftover icsk_ulp_ops preventing sock from reattach
Daniel Borkmann
2018-08-16
1
-0
/
+2
|
|
*
tcp, ulp: add alias for all ulp modules
Daniel Borkmann
2018-08-16
2
-1
/
+2
|
|
*
net/xdp: Fix suspicious RCU usage warning
Tariq Toukan
2018-08-16
1
-11
/
+3
|
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
David S. Miller
2018-08-18
15
-83
/
+126
|
|
\
\
|
|
*
|
netfilter: nft_dynset: allow dynamic updates of non-anonymous set
Pablo Neira Ayuso
2018-08-16
1
-2
/
+0
|
|
*
|
netfilter: nft_tproxy: Fix missing-braces warning
Máté Eckl
2018-08-16
1
-1
/
+3
|
|
*
|
netfilter: nft_ct: make l3 protocol field optional for timeout object
Harsha Sharma
2018-08-16
1
-3
/
+4
|
|
*
|
netfilter: x_tables: do not fail xt_alloc_table_info too easilly
Michal Hocko
2018-08-16
1
-6
/
+1
|
|
*
|
netfilter: conntrack: fix removal of conntrack entries when l4tracker is removed
Florian Westphal
2018-08-16
1
-5
/
+10
|
|
*
|
netfilter: nf_tables: don't prevent event handler from device cleanup on netn...
Florian Westphal
2018-08-16
2
-10
/
+9
|
|
*
|
netfilter: nf_tables: fix register ordering
Florian Westphal
2018-08-16
2
-8
/
+23
|
|
*
|
netfilter: fix memory leaks on netlink_dump_start error
Florian Westphal
2018-08-16
2
-25
/
+30
|
|
*
|
netfilter: nft_set: fix allocation size overflow in privsize callback.
Taehee Yoo
2018-08-16
4
-10
/
+10
|
|
*
|
netfilter: ip6t_rpfilter: set F_IFACE for linklocal addresses
Florian Westphal
2018-08-16
1
-1
/
+11
|
|
*
|
ipvs: don't show negative times in ip_vs_conn
Matteo Croce
2018-08-16
1
-8
/
+14
|
|
*
|
ipvs: fix race between ip_vs_conn_new() and ip_vs_del_dest()
Tan Hu
2018-08-16
1
-4
/
+11
|
|
|
/
|
*
|
net: sched: act_ife: always release ife action on init error
Vlad Buslov
2018-08-16
1
-6
/
+2
|
*
|
cls_matchall: fix tcf_unbind_filter missing
Hangbin Liu
2018-08-16
1
-0
/
+2
*
|
|
Merge tag '9p-for-4.19-2' of git://github.com/martinetd/linux
Linus Torvalds
2018-08-18
7
-105
/
+112
|
\
\
\
|
*
|
|
net/9p/trans_virtio.c: add null terminal for mount tag
piaojun
2018-08-13
1
-10
/
+7
|
*
|
|
9p/virtio: fix off-by-one error in sg list bounds check
jiangyiwen
2018-08-13
1
-1
/
+2
|
*
|
|
9p: fix whitespace issues
Stephen Hemminger
2018-08-13
3
-4
/
+3
|
*
|
|
9p: fix multiple NULL-pointer-dereferences
Tomas Bortoli
2018-08-13
4
-1
/
+13
|
*
|
|
9p: validate PDU length
Tomas Bortoli
2018-08-13
4
-11
/
+24
|
*
|
|
net/9p/trans_fd.c: fix race by holding the lock
Tomas Bortoli
2018-08-13
1
-5
/
+5
|
*
|
|
net/9p/trans_fd.c: fix race-condition by flushing workqueue before the kfree()
Tomas Bortoli
2018-08-13
1
-0
/
+2
|
*
|
|
net/9p/virtio: Fix hard lockup in req_done
jiangyiwen
2018-08-13
1
-10
/
+11
|
*
|
|
net/9p/trans_virtio.c: fix some spell mistakes in comments
piaojun
2018-08-13
1
-2
/
+2
|
*
|
|
9p/net: Fix zero-copy path in the 9p virtio transport
Chirantan Ekbote
2018-08-13
1
-0
/
+7
|
*
|
|
9p: Embed wait_queue_head into p9_req_t
Matthew Wilcox
2018-08-13
2
-15
/
+6
|
*
|
|
9p: Replace the fidlist with an IDR
Matthew Wilcox
2018-08-13
1
-28
/
+16
|
*
|
|
9p: Change p9_fid_create calling convention
Matthew Wilcox
2018-08-13
1
-14
/
+9
|
*
|
|
9p: Fix comment on smp_wmb
Matthew Wilcox
2018-08-13
1
-1
/
+1
|
*
|
|
net/9p/client.c: version pointer uninitialized
Tomas Bortoli
2018-08-13
1
-1
/
+1
|
*
|
|
net/9p: fix error path of p9_virtio_probe
Jean-Philippe Brucker
2018-08-13
1
-1
/
+2
|
*
|
|
9p/net/protocol.c: return -ENOMEM when kmalloc() failed
piaojun
2018-08-13
1
-1
/
+1
|
*
|
|
net/9p/client.c: add missing '\n' at the end of p9_debug()
piaojun
2018-08-13
1
-1
/
+1
[next]