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
2020-03-11
net: netlink: cap max groups which will be considered in netlink_bind()
Nikolay Aleksandrov
1
-2
/
+3
2020-03-11
net: sched: correct flower port blocking
Jason Baron
1
-0
/
+1
2020-03-11
ipv6: Fix route replacement with dev-only route
Benjamin Poirier
1
-3
/
+4
2020-03-11
ipv6: Fix nlmsg_flags when splitting a multipath route
Benjamin Poirier
1
-0
/
+1
2020-03-11
sctp: move the format error check out of __sctp_sf_do_9_1_abort
Xin Long
1
-9
/
+20
2020-03-11
net: fib_rules: Correctly set table field when table number exceeds 8 bits
Jethro Beekman
1
-1
/
+1
2020-03-11
cfg80211: add missing policy for NL80211_ATTR_STATUS_CODE
Sergey Matyukevich
1
-0
/
+1
2020-03-11
cfg80211: check wiphy driver existence for drvinfo report
Sergey Matyukevich
1
-2
/
+6
2020-03-11
mac80211: consider more elements in parsing CRC
Johannes Berg
1
-6
/
+12
2020-03-11
netfilter: nf_conntrack: resolve clash for matching conntracks
Martynas Pumputis
1
-8
/
+22
2020-02-28
netfilter: xt_hashlimit: limit the max size of hashtable
Cong Wang
1
-0
/
+10
2020-02-28
net/smc: fix leak of kernel memory to user space
Eric Dumazet
1
-3
/
+2
2020-02-28
net/sched: flower: add missing validation of TCA_FLOWER_FLAGS
Davide Caratti
1
-0
/
+1
2020-02-28
net/sched: matchall: add missing validation of TCA_MATCHALL_FLAGS
Davide Caratti
1
-0
/
+1
2020-02-28
net: dsa: tag_qca: Make sure there is headroom for tag
Per Forlin
1
-1
/
+1
2020-02-15
hv_sock: Remove the accept port restriction
Sunil Muthuswamy
1
-59
/
+9
2020-02-15
rxrpc: Fix service call disconnection
David Howells
1
-2
/
+1
2020-02-15
net_sched: fix a resource leak in tcindex_set_parms()
Cong Wang
1
-2
/
+1
2020-02-15
sunrpc: expiry_time should be seconds not timeval
Roberto Bergantinos Corpas
1
-0
/
+4
2020-02-15
rxrpc: Fix NULL pointer deref due to call->conn being cleared on disconnect
David Howells
5
-23
/
+15
2020-02-15
rxrpc: Fix insufficient receive notification generation
David Howells
1
-2
/
+1
2020-02-15
tcp: clear tp->segs_{in|out} in tcp_disconnect()
Eric Dumazet
1
-0
/
+2
2020-02-15
tcp: clear tp->data_segs{in|out} in tcp_disconnect()
Eric Dumazet
1
-0
/
+2
2020-02-15
tcp: clear tp->delivered in tcp_disconnect()
Eric Dumazet
1
-0
/
+1
2020-02-15
tcp: clear tp->total_retrans in tcp_disconnect()
Eric Dumazet
1
-0
/
+1
2020-02-15
net_sched: fix an OOB access in cls_tcindex
Cong Wang
1
-20
/
+20
2020-02-15
net: hsr: fix possible NULL deref in hsr_handle_frame()
Eric Dumazet
1
-0
/
+2
2020-02-15
l2tp: Allow duplicate session creation with UDP
Ridge Kennedy
1
-1
/
+6
2020-02-15
cls_rsvp: fix rsvp_policy
Eric Dumazet
1
-4
/
+2
2020-02-05
net: Fix skb->csum update in inet_proto_csum_replace16().
Praveen Chaudhary
1
-3
/
+17
2020-02-05
vti[6]: fix packet tx through bpf_redirect()
Nicolas Dichtel
2
-4
/
+22
2020-02-05
wireless: wext: avoid gcc -O3 warning
Arnd Bergmann
1
-1
/
+2
2020-02-05
mac80211: Fix TKIP replay protection immediately after key setup
Jouni Malinen
1
-3
/
+15
2020-02-05
cfg80211: Fix radar event during another phy CAC
Orr Mazor
4
-1
/
+60
2020-02-05
wireless: fix enabling channel 12 for custom regulatory domain
Ganapathi Bhat
1
-3
/
+10
2020-02-05
mac80211: mesh: restrict airtime metric to peered established plinks
Markus Theil
1
-0
/
+3
2020-02-05
Bluetooth: Fix race condition in hci_release_sock()
Dan Carpenter
1
-0
/
+3
2020-02-05
net_sched: ematch: reject invalid TCF_EM_SIMPLE
Eric Dumazet
1
-0
/
+3
2020-01-29
net/x25: fix nonblocking connect
Martin Schiller
1
-1
/
+5
2020-01-29
netfilter: ipset: use bitmap infrastructure completely
Kadlecsik József
4
-10
/
+10
2020-01-29
net: rtnetlink: validate IFLA_MTU attribute in rtnl_create_link()
Eric Dumazet
2
-14
/
+31
2020-01-29
tcp_bbr: improve arithmetic division in bbr_update_bw()
Wen Yang
1
-2
/
+1
2020-01-29
net-sysfs: Fix reference count leak
Jouni Hogander
1
-1
/
+3
2020-01-29
net-sysfs: Call dev_hold always in rx_queue_add_kobject
Jouni Hogander
1
-2
/
+5
2020-01-29
net-sysfs: Call dev_hold always in netdev_queue_add_kobject
Jouni Hogander
1
-2
/
+5
2020-01-29
net-sysfs: fix netdev_queue_add_kobject() breakage
Eric Dumazet
1
-0
/
+1
2020-01-29
net-sysfs: Fix reference count leak in rx|netdev_queue_add_kobject
Jouni Hogander
1
-11
/
+13
2020-01-29
net_sched: fix datalen for ematch
Cong Wang
1
-1
/
+1
2020-01-29
net, ip_tunnel: fix namespaces move
William Dauchy
1
-3
/
+1
2020-01-29
net, ip6_tunnel: fix namespaces move
William Dauchy
1
-3
/
+1
[next]