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.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-02-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
2
-12
/
+21
2020-02-08
bpf: Improve bucket_log calculation logic
Martin KaFai Lau
1
-2
/
+3
2020-02-08
bpf, sockhash: Synchronize_rcu before free'ing map
Jakub Sitnicki
1
-0
/
+4
2020-02-08
bpf, sockmap: Don't sleep while holding RCU lock on tear-down
Jakub Sitnicki
1
-4
/
+4
2020-02-08
bpf, sockmap: Check update requirements after locking
Lorenz Bauer
1
-6
/
+10
2020-02-07
drop_monitor: Do not cancel uninitialized work item
Ido Schimmel
1
-1
/
+3
2020-02-07
ipv6/addrconf: fix potential NULL deref in inet6_set_link_af()
Eric Dumazet
1
-0
/
+3
2020-02-07
taprio: Fix dropping packets when using taprio + ETF offloading
Vinicius Costa Gomes
1
-2
/
+2
2020-02-07
taprio: Use taprio_reset_tc() to reset Traffic Classes configuration
Vinicius Costa Gomes
1
-1
/
+1
2020-02-07
taprio: Add missing policy validation for flags
Vinicius Costa Gomes
1
-0
/
+1
2020-02-07
taprio: Fix still allowing changing the flags during runtime
Vinicius Costa Gomes
1
-20
/
+41
2020-02-07
taprio: Fix enabling offload with wrong number of traffic classes
Vinicius Costa Gomes
1
-13
/
+13
2020-02-07
rxrpc: Fix call RCU cleanup using non-bh-safe locks
David Howells
1
-3
/
+19
2020-02-07
rxrpc: Fix service call disconnection
David Howells
1
-2
/
+1
2020-02-06
net: sched: prevent a use after free
Dan Carpenter
1
-1
/
+1
2020-02-06
skbuff: fix a data race in skb_queue_len()
Qian Cai
1
-2
/
+9
2020-02-06
mptcp: fix use-after-free for ipv6
Florian Westphal
1
-3
/
+33
2020-02-05
devlink: report 0 after hitting end in region read
Jacob Keller
1
-0
/
+6
2020-02-05
net_sched: fix a resource leak in tcindex_set_parms()
Cong Wang
1
-2
/
+1
2020-02-05
mptcp: fix use-after-free on tcp fallback
Florian Westphal
1
-70
/
+6
2020-02-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
21
-120
/
+153
2020-02-04
l2tp: Allow duplicate session creation with UDP
Ridge Kennedy
1
-1
/
+6
2020-02-04
net_sched: fix an OOB access in cls_tcindex
Cong Wang
1
-20
/
+20
2020-02-04
net: hsr: fix possible NULL deref in hsr_handle_frame()
Eric Dumazet
1
-0
/
+2
2020-02-04
treewide: remove redundant IS_ERR() before error code check
Masahiro Yamada
3
-3
/
+3
2020-02-04
proc: convert everything to "struct proc_ops"
Alexey Dobriyan
10
-109
/
+103
2020-02-03
Merge tag 'rxrpc-fixes-20200203' of git://git.kernel.org/pub/scm/linux/kernel...
Jakub Kicinski
10
-69
/
+83
2020-02-03
rxrpc: Fix NULL pointer deref due to call->conn being cleared on disconnect
David Howells
5
-24
/
+15
2020-02-03
tcp: Reduce SYN resend delay if a suspicous ACK is received
SeongJae Park
1
-1
/
+7
2020-02-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
Jakub Kicinski
5
-25
/
+27
2020-02-01
cls_rsvp: fix rsvp_policy
Eric Dumazet
1
-4
/
+2
2020-02-01
tcp: clear tp->segs_{in|out} in tcp_disconnect()
Eric Dumazet
1
-0
/
+2
2020-02-01
tcp: clear tp->data_segs{in|out} in tcp_disconnect()
Eric Dumazet
1
-0
/
+2
2020-02-01
tcp: clear tp->delivered in tcp_disconnect()
Eric Dumazet
1
-0
/
+1
2020-02-01
tcp: clear tp->total_retrans in tcp_disconnect()
Eric Dumazet
1
-0
/
+1
2020-01-31
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-2
/
+2
2020-01-31
netfilter: flowtable: Fix setting forgotten NF_FLOW_HW_DEAD flag
Paul Blakey
1
-0
/
+1
2020-01-31
netfilter: flowtable: Fix missing flush hardware on table free
Paul Blakey
1
-0
/
+1
2020-01-31
netfilter: flowtable: Fix hardware flush order on nf_flow_table_cleanup
Paul Blakey
1
-1
/
+1
2020-01-31
netfilter: Use kvcalloc
Joe Perches
2
-4
/
+3
2020-01-31
mm, tree-wide: rename put_user_page*() to unpin_user_page*()
John Hubbard
1
-1
/
+1
2020-01-31
net/xdp: set FOLL_PIN via pin_user_pages()
John Hubbard
1
-1
/
+1
2020-01-31
rxrpc: Fix missing active use pinning of rxrpc_local object
David Howells
5
-40
/
+62
2020-01-31
rxrpc: Fix insufficient receive notification generation
David Howells
1
-4
/
+2
2020-01-31
rxrpc: Fix use-after-free in rxrpc_put_local()
David Howells
1
-1
/
+4
2020-01-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
10
-41
/
+64
2020-01-30
net/core: Do not clear VF index for node/port GUIDs query
Leon Romanovsky
1
-2
/
+2
2020-01-30
mptcp: Fix undefined mptcp_handle_ipv6_mapped for modular IPV6
Geert Uytterhoeven
2
-6
/
+6
2020-01-30
net: drop_monitor: Use kstrdup
Joe Perches
1
-6
/
+2
2020-01-30
mptcp: MPTCP_HMAC_TEST should depend on MPTCP
Geert Uytterhoeven
1
-2
/
+4
[next]