index
:
linux/linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
kernel.org maintainers
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
Age
Commit message (
Expand
)
Author
2018-09-15
RDS: IB: fix 'passing zero to ERR_PTR()' warning
YueHaibing
2018-09-15
net/9p: fix error path of p9_virtio_probe
Jean-Philippe Brucker
2018-09-15
net/9p/trans_fd.c: fix race by holding the lock
Tomas Bortoli
2018-09-15
tcp, ulp: add alias for all ulp modules
Daniel Borkmann
2018-09-15
netfilter: fix memory leaks on netlink_dump_start error
Florian Westphal
2018-09-15
netfilter: x_tables: do not fail xt_alloc_table_info too easilly
Michal Hocko
2018-09-15
ipvs: fix race between ip_vs_conn_new() and ip_vs_del_dest()
Tan Hu
2018-09-15
netfilter: ip6t_rpfilter: set F_IFACE for linklocal addresses
Florian Westphal
2018-09-15
net/xdp: Fix suspicious RCU usage warning
Tariq Toukan
2018-09-15
tcp, ulp: fix leftover icsk_ulp_ops preventing sock from reattach
Daniel Borkmann
2018-09-15
sunrpc: Don't use stack buffer with scatterlist
Laura Abbott
2018-09-15
sctp: hold transport before accessing its asoc in sctp_transport_get_next
Xin Long
2018-09-15
ip6_vti: fix a null pointer deference when destroy vti6 tunnel
Haishuang Yan
2018-09-15
ip6_vti: fix creating fallback tunnel device for vti6
Haishuang Yan
2018-09-15
net/ipv6: Put lwtstate when destroying fib6_info
David Ahern
2018-09-15
net/ipv6: Only update MTU metric if it set
David Ahern
2018-09-15
net/ipv6: init ip6 anycast rt->dst.input as ip6_input
Hangbin Liu
2018-09-15
ipv6: don't get lwtstate twice in ip6_rt_copy_init()
Alexey Kodanev
2018-09-15
erspan: set erspan_ver to 1 by default when adding an erspan dev
Xin Long
2018-09-15
sctp: remove useless start_fail from sctp_ht_iter in proc
Xin Long
2018-09-15
tipc: fix the big/little endian issue in tipc_dest
Haiqing Bai
2018-09-15
tipc: fix a missing rhashtable_walk_exit()
Cong Wang
2018-09-15
net/sched: act_pedit: fix dump of extended layered op
Davide Caratti
2018-09-15
net: sched: action_ife: take reference to meta module
Vlad Buslov
2018-09-15
act_ife: fix a potential deadlock
Cong Wang
2018-09-15
act_ife: move tcfa_lock down to where necessary
Cong Wang
2018-09-15
vti6: remove !skb->ignore_df check from vti6_xmit()
Alexey Kodanev
2018-09-15
tcp: do not restart timewait timer on rst reception
Florian Westphal
2018-09-15
net: sched: Fix memory exposure from short TCA_U32_SEL
Kees Cook
2018-09-15
ipv4: tcp: send zero IPID for RST and ACK sent in SYN-RECV and TIME-WAIT state
Eric Dumazet
2018-09-15
act_ife: fix a potential use-after-free
Cong Wang
2018-09-09
NFSv4 client live hangs after live data migration recovery
Bill Baker
2018-09-09
net/9p/trans_fd.c: fix race-condition by flushing workqueue before the kfree()
Tomas Bortoli
2018-09-09
net/9p/client.c: version pointer uninitialized
Tomas Bortoli
2018-09-09
9p/virtio: fix off-by-one error in sg list bounds check
jiangyiwen
2018-09-09
9p: fix multiple NULL-pointer-dereferences
Tomas Bortoli
2018-09-09
9p/net: Fix zero-copy path in the 9p virtio transport
Chirantan Ekbote
2018-09-09
net: mac802154: tx: expand tailroom if necessary
Alexander Aring
2018-09-09
net: 6lowpan: fix reserved space for single frames
Alexander Aring
2018-09-05
xprtrdma: Fix disconnect regression
Chuck Lever
2018-08-22
cls_matchall: fix tcf_unbind_filter missing
Hangbin Liu
2018-08-22
ip_vti: fix a null pointer deferrence when create vti fallback tunnel
Haishuang Yan
2018-08-22
net: sock_diag: Fix spectre v1 gadget in __sock_diag_cmd()
Jeremy Cline
2018-08-22
Bluetooth: avoid killing an already killed socket
Sudip Mukherjee
2018-08-22
net_sched: Fix missing res info when create new tc_index filter
Hangbin Liu
2018-08-22
net_sched: fix NULL pointer dereference when delete tcindex filter
Hangbin Liu
2018-08-22
l2tp: use sk_dst_check() to avoid race on sk->sk_dst_cache
Wei Wang
2018-08-17
Bluetooth: hidp: buffer overflow in hidp_process_report
Mark Salyzyn
2018-08-08
dsa: slave: eee: Allow ports to use phylink
Andrew Lunn
2018-08-08
net/smc: move sock lock in smc_ioctl()
Ursula Braun
[next]