index
:
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.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
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
Commit message (
Expand
)
Author
Age
Files
Lines
*
vlan: fix a use-after-free in vlan_device_event()
Cong Wang
2017-11-11
1
-3
/
+3
*
net: dsa: return after vlan prepare phase
Vivien Didelot
2017-11-11
1
-0
/
+2
*
net: dsa: return after mdb prepare phase
Vivien Didelot
2017-11-11
1
-0
/
+2
*
tcp: fix tcp_fastretrans_alert warning
Yuchung Cheng
2017-11-10
1
-2
/
+1
*
tcp: gso: avoid refcount_t warning from tcp_gso_segment()
Eric Dumazet
2017-11-10
1
-2
/
+10
*
rds: ib: Fix NULL pointer dereference in debug code
HÃ¥kon Bugge
2017-11-10
1
-5
/
+5
*
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
David S. Miller
2017-11-09
2
-38
/
+37
|
\
|
*
xfrm: Fix stack-out-of-bounds read in xfrm_state_find.
Steffen Klassert
2017-11-03
1
-18
/
+11
|
*
xfrm: do unconditional template resolution before pcpu cache check
Florian Westphal
2017-11-03
1
-18
/
+24
|
*
xfrm: defer daddr pointer assignment after spi parsing
Florian Westphal
2017-11-02
1
-2
/
+2
*
|
cls_u32: use tcf_exts_get_net() before call_rcu()
Cong Wang
2017-11-09
1
-1
/
+7
*
|
cls_tcindex: use tcf_exts_get_net() before call_rcu()
Cong Wang
2017-11-09
1
-7
/
+26
*
|
cls_rsvp: use tcf_exts_get_net() before call_rcu()
Cong Wang
2017-11-09
1
-3
/
+12
*
|
cls_route: use tcf_exts_get_net() before call_rcu()
Cong Wang
2017-11-09
1
-3
/
+14
*
|
cls_matchall: use tcf_exts_get_net() before call_rcu()
Cong Wang
2017-11-09
1
-3
/
+12
*
|
cls_fw: use tcf_exts_get_net() before call_rcu()
Cong Wang
2017-11-09
1
-3
/
+14
*
|
cls_flower: use tcf_exts_get_net() before call_rcu()
Cong Wang
2017-11-09
1
-3
/
+13
*
|
cls_flow: use tcf_exts_get_net() before call_rcu()
Cong Wang
2017-11-09
1
-6
/
+18
*
|
cls_cgroup: use tcf_exts_get_net() before call_rcu()
Cong Wang
2017-11-09
1
-6
/
+18
*
|
cls_bpf: use tcf_exts_get_net() before call_rcu()
Cong Wang
2017-11-09
1
-1
/
+6
*
|
cls_basic: use tcf_exts_get_net() before call_rcu()
Cong Wang
2017-11-09
1
-5
/
+15
*
|
net_sched: introduce tcf_exts_get_net() and tcf_exts_put_net()
Cong Wang
2017-11-09
1
-0
/
+1
*
|
Revert "net_sched: hold netns refcnt for each action"
Cong Wang
2017-11-09
17
-19
/
+17
*
|
qrtr: Move to postcore_initcall
Bjorn Andersson
2017-11-08
1
-1
/
+1
*
|
tcp: fix DSACK-based undo on non-duplicate ACK
Priyaranjan Jha
2017-11-05
1
-1
/
+1
*
|
l2tp: don't use l2tp_tunnel_find() in l2tp_ip and l2tp_ip6
Guillaume Nault
2017-11-05
2
-30
/
+18
*
|
netfilter/ipvs: clear ipvs_property flag when SKB net namespace changed
Ye Yin
2017-11-04
1
-0
/
+1
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
2017-11-03
22
-32
/
+36
|
\
\
|
*
|
tcp: do not mangle skb->cb[] in tcp_make_synack()
Eric Dumazet
2017-11-03
1
-7
/
+2
|
*
|
fib: fib_dump_info can no longer use __in_dev_get_rtnl
Florian Westphal
2017-11-03
1
-6
/
+10
|
*
|
net_sched: hold netns refcnt for each action
Cong Wang
2017-11-03
17
-17
/
+19
|
*
|
net_sched: acquire RTNL in tc_action_net_exit()
Cong Wang
2017-11-03
1
-0
/
+2
|
|
/
|
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
David S. Miller
2017-11-02
2
-1
/
+2
|
|
\
|
|
*
netfilter: nf_reject_ipv4: Fix use-after-free in send_reset
Tejaswi Tanikella
2017-11-01
1
-0
/
+2
|
|
*
netfilter: nft_set_hash: disable fast_ops for 2-len keys
Anatole Denis
2017-10-25
1
-1
/
+0
|
*
|
tcp_nv: fix division by zero in tcpnv_acked()
Konstantin Khlebnikov
2017-11-02
1
-1
/
+1
*
|
|
Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2017-11-02
243
-0
/
+243
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-11-02
243
-0
/
+243
*
|
|
tcp: fix tcp_mtu_probe() vs highest_sack
Eric Dumazet
2017-11-01
1
-1
/
+2
*
|
|
ipv6: addrconf: increment ifp refcount before ipv6_del_addr()
Eric Dumazet
2017-11-01
1
-0
/
+1
*
|
|
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
David S. Miller
2017-11-01
3
-2
/
+4
|
\
\
\
|
*
|
|
xfrm: Fix GSO for IPsec with GRE tunnel.
Steffen Klassert
2017-10-31
1
-1
/
+3
|
*
|
|
xfrm: Clear sk_dst_cache when applying per-socket policy.
Jonathan Basseri
2017-10-26
1
-0
/
+1
|
*
|
|
xfrm: Fix xfrm_dst_cache memleak
Steffen Klassert
2017-10-24
1
-1
/
+0
*
|
|
|
MAINTAINERS: Update Yotam's E-mail
Yotam Gigi
2017-11-01
3
-3
/
+3
*
|
|
|
net_sched: remove tcf_block_put_deferred()
Cong Wang
2017-10-31
1
-29
/
+8
*
|
|
|
l2tp: hold tunnel in pppol2tp_connect()
Guillaume Nault
2017-10-31
1
-1
/
+6
*
|
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
2017-10-29
37
-171
/
+560
|
\
\
\
\
|
*
|
|
|
net_sched: fix call_rcu() race on act_sample module removal
Cong Wang
2017-10-29
1
-0
/
+1
|
*
|
|
|
net_sched: add rtnl assertion to tcf_exts_destroy()
Cong Wang
2017-10-29
1
-0
/
+1
[next]