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.12.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
*
Bluetooth: Fix unnecessary error message for HCI request completion
Johan Hedberg
2019-02-20
1
-0
/
+6
*
xfrm6_tunnel: Fix spi check in __xfrm6_tunnel_alloc_spi
YueHaibing
2019-02-20
1
-0
/
+3
*
mac80211: fix radiotap vendor presence bitmap handling
Johannes Berg
2019-02-20
1
-2
/
+3
*
net: ipv4: do not handle duplicate fragments as overlapping
Michal Kubecek
2019-02-08
1
-7
/
+13
*
net: fix pskb_trim_rcsum_slow() with odd trim offset
Dimitris Michailidis
2019-02-08
1
-2
/
+3
*
inet: frags: better deal with smp races
Eric Dumazet
2019-02-08
1
-13
/
+15
*
ipv4: frags: precedence bug in ip_expire()
Dan Carpenter
2019-02-08
1
-1
/
+1
*
ip: frags: fix crash in ip_do_fragment()
Taehee Yoo
2019-02-08
2
-0
/
+2
*
ip: process in-order fragments efficiently
Peter Oskolkov
2019-02-08
2
-42
/
+70
*
ip: add helpers to process in-order fragments faster.
Peter Oskolkov
2019-02-08
1
-0
/
+73
*
ip: use rb trees for IP frag queue.
Peter Oskolkov
2019-02-08
4
-87
/
+113
*
net: pskb_trim_rcsum() and CHECKSUM_COMPLETE are friends
Eric Dumazet
2019-02-08
1
-0
/
+14
*
ipv6: defrag: drop non-last frags smaller than min mtu
Florian Westphal
2019-02-08
2
-0
/
+8
*
net: modify skb_rbtree_purge to return the truesize of all purged skbs.
Peter Oskolkov
2019-02-08
1
-1
/
+5
*
ip: discard IPv4 datagrams with overlapping segments.
Peter Oskolkov
2019-02-08
2
-51
/
+20
*
inet: frags: fix ip6frag_low_thresh boundary
Eric Dumazet
2019-02-08
4
-31
/
+17
*
ipv6: frags: rewrite ip6_expire_frag_queue()
Eric Dumazet
2019-02-08
1
-8
/
+16
*
inet: frags: do not clone skb in ip_expire()
Eric Dumazet
2019-02-08
1
-10
/
+6
*
inet: frags: break the 2GB limit for frags storage
Eric Dumazet
2019-02-08
6
-20
/
+20
*
inet: frags: remove inet_frag_maybe_warn_overflow()
Eric Dumazet
2019-02-08
5
-23
/
+8
*
inet: frags: get rif of inet_frag_evicting()
Eric Dumazet
2019-02-08
2
-37
/
+32
*
inet: frags: remove some helpers
Eric Dumazet
2019-02-08
3
-10
/
+6
*
ipfrag: really prevent allocation on netns exit
Paolo Abeni
2019-02-08
1
-1
/
+1
*
net: ieee802154: 6lowpan: fix frag reassembly
Alexander Aring
2019-02-08
2
-9
/
+9
*
inet: frags: use rhashtables for reassembly units
Eric Dumazet
2019-02-08
6
-512
/
+227
*
inet: frags: refactor lowpan_net_frag_init()
Eric Dumazet
2019-02-08
1
-9
/
+11
*
inet: frags: refactor ipv6_frag_init()
Eric Dumazet
2019-02-08
1
-12
/
+14
*
inet: frags: refactor ipfrag_init()
Eric Dumazet
2019-02-08
1
-2
/
+2
*
inet: frags: add a pointer to struct netns_frags
Eric Dumazet
2019-02-08
5
-34
/
+42
*
inet: frags: change inet_frags_init_net() return value
Eric Dumazet
2019-02-08
4
-11
/
+35
*
l2tp: fix reading optional fields of L2TPv3
Jacob Wen
2019-02-06
4
-0
/
+30
*
l2tp: remove l2specific_len dependency in l2tp_core
Lorenzo Bianconi
2019-02-06
2
-18
/
+27
*
net/rose: fix NULL ax25_cb kernel panic
Bernard Pidoux
2019-02-06
1
-0
/
+5
*
netrom: switch to sock timer API
Cong Wang
2019-02-06
1
-10
/
+10
*
l2tp: copy 4 more bytes to linear part if necessary
Jacob Wen
2019-02-06
1
-3
/
+2
*
ipv6: Consider sk_bound_dev_if when binding a socket to an address
David Ahern
2019-02-06
1
-0
/
+3
*
can: bcm: check timer values before ktime conversion
Oliver Hartkopp
2019-02-06
1
-0
/
+27
*
net: bridge: Fix ethernet header pointer before check skb forwardable
Yunjian Wang
2019-02-06
1
-4
/
+3
*
net_sched: refetch skb protocol for each filter
Cong Wang
2019-02-06
1
-2
/
+1
*
net: ipv4: Fix memory leak in network namespace dismantle
Ido Schimmel
2019-02-06
2
-4
/
+14
*
openvswitch: Avoid OOB read when parsing flow nlattrs
Ross Lagerwall
2019-02-06
1
-1
/
+1
*
net: Fix usage of pskb_trim_rcsum
Ross Lagerwall
2019-02-06
3
-0
/
+3
*
net: speed up skb_rbtree_purge()
Eric Dumazet
2019-01-26
1
-4
/
+7
*
net: call sk_dst_reset when set SO_DONTROUTE
yupeng
2019-01-26
1
-0
/
+1
*
ipv6: Take rcu_read_lock in __inet6_bind for mapped addresses
David Ahern
2019-01-26
1
-1
/
+4
*
ipv6: Consider sk_bound_dev_if when binding a socket to a v4 mapped address
David Ahern
2019-01-26
1
-1
/
+10
*
tipc: fix uninit-value in tipc_nl_compat_doit
Ying Xue
2019-01-26
1
-1
/
+1
*
tipc: fix uninit-value in tipc_nl_compat_name_table_dump
Ying Xue
2019-01-26
1
-0
/
+2
*
tipc: fix uninit-value in tipc_nl_compat_link_set
Ying Xue
2019-01-26
1
-0
/
+5
*
tipc: fix uninit-value in tipc_nl_compat_bearer_enable
Ying Xue
2019-01-26
1
-0
/
+26
[next]