index
:
kernel/linux.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.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2018-02-28
cfg80211: fix cfg80211_beacon_dup
Arnd Bergmann
1
-1
/
+1
2018-02-28
netfilter: drop outermost socket lock in getsockopt()
Paolo Abeni
2
-14
/
+3
2018-02-25
xfrm: Fix stack-out-of-bounds with misconfigured transport mode policies.
Steffen Klassert
1
-0
/
+9
2018-02-25
netfilter: xt_bpf: add overflow checks
Jann Horn
1
-0
/
+6
2018-02-25
xfrm: Fix xfrm_input() to verify state is valid when (encap_type < 0)
Aviv Heller
1
-1
/
+11
2018-02-25
VSOCK: fix outdated sk_state value in hvs_release()
Stefan Hajnoczi
1
-1
/
+1
2018-02-25
net_sched: red: Avoid illegal values
Nogah Frankel
4
-0
/
+11
2018-02-25
sctp: only update outstanding_bytes for transmitted queue when doing prsctp_p...
Xin Long
1
-2
/
+4
2018-02-25
dn_getsockoptdecnet: move nf_{get/set}sockopt outside sock lock
Paolo Abeni
1
-29
/
+33
2018-02-25
net_sched: gen_estimator: fix lockdep splat
Eric Dumazet
1
-0
/
+4
2018-02-25
net: avoid skb_warn_bad_offload on IS_ERR
Willem de Bruijn
1
-1
/
+1
2018-02-25
rds: tcp: atomically purge entries from rds_tcp_conn_list during netns delete
Sowmini Varadhan
2
-2
/
+8
2018-02-25
rds: tcp: correctly sequence cleanup on netns deletion.
Sowmini Varadhan
3
-6
/
+7
2018-02-25
netfilter: xt_RATEEST: acquire xt_rateest_mutex for hash insert
Cong Wang
1
-5
/
+17
2018-02-25
netfilter: xt_cgroup: initialize info->priv in cgroup_mt_check_v1()
Cong Wang
1
-0
/
+1
2018-02-25
netfilter: on sockopt() acquire sock lock only in the required scope
Paolo Abeni
4
-29
/
+26
2018-02-25
netfilter: ipt_CLUSTERIP: fix out-of-bounds accesses in clusterip_tg_check()
Dmitry Vyukov
1
-3
/
+13
2018-02-25
netfilter: x_tables: avoid out-of-bounds reads in xt_request_find_{match|target}
Eric Dumazet
1
-0
/
+6
2018-02-25
netfilter: x_tables: fix int overflow in xt_alloc_table_info()
Dmitry Vyukov
1
-2
/
+1
2018-02-25
sctp: set frag_point in sctp_setsockopt_maxseg correctly
Xin Long
1
-10
/
+19
2018-02-25
xfrm: check id proto in validate_tmpl()
Cong Wang
1
-0
/
+15
2018-02-25
xfrm: Fix stack-out-of-bounds read on socket policy lookup.
Steffen Klassert
1
-1
/
+7
2018-02-25
xfrm: skip policies marked as dead while rehashing
Florian Westphal
1
-1
/
+2
2018-02-25
xfrm: fix rcu usage in xfrm_get_type_offload
Sabrina Dubroca
1
-1
/
+2
2018-02-25
xfrm: don't call xfrm_policy_cache_flush while holding spinlock
Florian Westphal
1
-2
/
+2
2018-02-25
esp: Fix GRO when the headers not fully in the linear part of the skb.
Steffen Klassert
2
-2
/
+4
2018-02-25
mac80211_hwsim: validate number of different channels
Johannes Berg
1
-2
/
+0
2018-02-25
cfg80211: check dev_set_name() return value
Johannes Berg
1
-1
/
+7
2018-02-25
kcm: Only allow TCP sockets to be attached to a KCM mux
Tom Herbert
1
-2
/
+7
2018-02-25
kcm: Check if sk_user_data already set in kcm_attach
Tom Herbert
1
-2
/
+14
2018-02-22
9p/trans_virtio: discard zero-length reply
Greg Kurz
1
-1
/
+2
2018-02-22
xprtrdma: Fix BUG after a device removal
Chuck Lever
1
-3
/
+3
2018-02-22
xprtrdma: Fix calculation of ri_max_send_sges
Chuck Lever
2
-2
/
+2
2018-02-22
mpls, nospec: Sanitize array index in mpls_label_ok()
Dan Williams
1
-10
/
+14
2018-02-22
kmemcheck: remove annotations
Levin, Alexander (Sasha Levin)
5
-12
/
+0
2018-02-16
dccp: CVE-2017-8824: use-after-free in DCCP code
Mohamed Ghannam
1
-0
/
+5
2018-02-13
soreuseport: fix mem leak in reuseport_add_sock()
Eric Dumazet
1
-15
/
+20
2018-02-13
ipv6: Fix SO_REUSEPORT UDP socket with implicit sk_ipv6only
Martin KaFai Lau
1
-4
/
+7
2018-02-13
tcp_bbr: fix pacing_gain to always be unity when using lt_bw
Neal Cardwell
1
-3
/
+3
2018-02-13
net: ipv6: send unsolicited NA after DAD
David Ahern
2
-4
/
+31
2018-02-13
Revert "defer call to mem_cgroup_sk_alloc()"
Roman Gushchin
2
-5
/
+1
2018-02-13
tcp: release sk_frag.page in tcp_disconnect
Li RongQing
1
-0
/
+6
2018-02-13
net: igmp: add a missing rcu locking section
Eric Dumazet
1
-0
/
+4
2018-02-13
ip6mr: fix stale iterator
Nikolay Aleksandrov
1
-0
/
+1
2018-02-07
nl80211: Sanitize array index in parse_txq_params
Dan Williams
1
-3
/
+6
2018-02-03
SUNRPC: Allow connect to return EHOSTUNREACH
Trond Myklebust
1
-0
/
+1
2018-02-03
sctp: set sender next_tsn for the old result with ctsn_ack_point plus 1
Xin Long
1
-1
/
+1
2018-02-03
sctp: avoid flushing unsent queue when doing asoc reset
Xin Long
1
-7
/
+14
2018-02-03
sctp: only allow the asoc reset when the asoc outq is empty
Xin Long
1
-0
/
+9
2018-02-03
mac80211: fix the update of path metric for RANN frame
Chun-Yeow Yeoh
1
-6
/
+9
[next]