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
Age
Commit message (
Expand
)
Author
Files
Lines
2020-06-30
Merge branch 'fix-sockmap-flow_dissector-uapi'
Alexei Starovoitov
8
-25
/
+103
2020-06-30
selftests: bpf: Pass program to bpf_prog_detach in flow_dissector
Lorenz Bauer
1
-2
/
+2
2020-06-30
selftests: bpf: Pass program and target_fd in flow_dissector_reattach
Lorenz Bauer
1
-6
/
+6
2020-06-30
bpf: sockmap: Require attach_bpf_fd when detaching a program
Lorenz Bauer
4
-8
/
+70
2020-06-30
bpf: sockmap: Check value of unused args to BPF_PROG_ATTACH
Lorenz Bauer
1
-0
/
+3
2020-06-30
bpf: flow_dissector: Check value of unused flags to BPF_PROG_DETACH
Lorenz Bauer
3
-9
/
+19
2020-06-30
bpf: flow_dissector: Check value of unused flags to BPF_PROG_ATTACH
Lorenz Bauer
1
-0
/
+3
2020-06-30
Merge branch 'bpf-multi-prog-prep'
Alexei Starovoitov
5
-76
/
+160
2020-06-30
selftests/bpf: Test updating flow_dissector link with same program
Jakub Sitnicki
1
-4
/
+28
2020-06-30
bpf, netns: Keep a list of attached bpf_link's
Jakub Sitnicki
2
-20
/
+24
2020-06-30
bpf, netns: Keep attached programs in bpf_prog_array
Jakub Sitnicki
3
-48
/
+96
2020-06-30
flow_dissector: Pull BPF program assignment up to bpf-netns
Jakub Sitnicki
3
-14
/
+22
2020-06-30
netfilter: ipset: call ip_set_free() instead of kfree()
Eric Dumazet
4
-5
/
+5
2020-06-30
bpf: Enforce BPF ringbuf size to be the power of 2
Andrii Nakryiko
1
-10
/
+8
2020-06-30
xsk: Use dma_need_sync instead of reimplenting it
Christoph Hellwig
1
-47
/
+3
2020-06-30
xsk: Remove a double pool->dev assignment in xp_dma_map
Christoph Hellwig
1
-1
/
+0
2020-06-30
xsk: Replace the cheap_dma flag with a dma_need_sync flag
Christoph Hellwig
2
-6
/
+5
2020-06-30
dma-mapping: Add a new dma_need_sync API
Christoph Hellwig
5
-0
/
+30
2020-06-30
genetlink: get rid of family->attrbuf
Cong Wang
2
-37
/
+13
2020-06-30
Merge tag 'mac80211-for-net-2020-06-29' of git://git.kernel.org/pub/scm/linux...
David S. Miller
6
-16
/
+56
2020-06-29
llc: make sure applications use ARPHRD_ETHER
Eric Dumazet
1
-3
/
+7
2020-06-29
net: explain the lockdep annotations for dev_uc_unsync()
Cong Wang
1
-0
/
+10
2020-06-29
net: get rid of lockdep_set_class_and_subclass()
Cong Wang
3
-11
/
+8
2020-06-29
lib: packing: add documentation for pbuflen argument
Vladimir Oltean
1
-0
/
+1
2020-06-29
bridge: mrp: Fix endian conversion and some other warnings
Horatiu Vultur
3
-3
/
+3
2020-06-28
Merge branch 'fix-sockmap'
Alexei Starovoitov
3
-9
/
+40
2020-06-28
bpf, sockmap: Add ingres skb tests that utilize merge skbs
John Fastabend
2
-1
/
+25
2020-06-28
bpf, sockmap: RCU dereferenced psock may be used outside RCU block
John Fastabend
1
-1
/
+9
2020-06-28
bpf, sockmap: RCU splat with redirect and strparser error or TLS
John Fastabend
1
-7
/
+6
2020-06-28
net: ipv4: Fix wrong type conversion from hint to rt in ip_route_use_hint()
Miaohe Lin
1
-1
/
+1
2020-06-27
enetc: Fix tx rings bitmap iteration range, irq handling
Claudiu Manoil
1
-2
/
+2
2020-06-26
ionic: update the queue count on open
Shannon Nelson
1
-0
/
+8
2020-06-26
nl80211: fix memory leak when parsing NL80211_ATTR_HE_BSS_COLOR
Luca Coelho
1
-1
/
+1
2020-06-26
nl80211: don't return err unconditionally in nl80211_start_ap()
Luca Coelho
1
-1
/
+2
2020-06-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
223
-1156
/
+1973
2020-06-26
rds: transport module should be auto loaded when transport is set
Rao Shoaib
2
-10
/
+20
2020-06-26
Merge branch 'sched-A-couple-of-fixes-for-sch_cake'
David S. Miller
1
-17
/
+41
2020-06-26
sch_cake: fix a few style nits
Toke Høiland-Jørgensen
1
-2
/
+2
2020-06-26
sch_cake: don't call diffserv parsing code when it is not needed
Toke Høiland-Jørgensen
1
-4
/
+9
2020-06-26
sch_cake: don't try to reallocate or unshare skb unconditionally
Ilya Ponetayev
1
-11
/
+30
2020-06-26
ethtool: fix error handling in linkstate_prepare_data()
Michal Kubecek
1
-6
/
+5
2020-06-26
Merge tag 'trace-v5.8-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/r...
Linus Torvalds
3
-6
/
+27
2020-06-26
Merge branch 'napi_gro_receive-caller-return-value-cleanups'
David S. Miller
4
-39
/
+17
2020-06-26
wil6210: account for napi_gro_receive never returning GRO_DROP
Jason A. Donenfeld
1
-28
/
+11
2020-06-26
hns: do not cast return value of napi_gro_receive to null
Jason A. Donenfeld
1
-1
/
+1
2020-06-26
socionext: account for napi_gro_receive never returning GRO_DROP
Jason A. Donenfeld
1
-2
/
+3
2020-06-26
wireguard: receive: account for napi_gro_receive never returning GRO_DROP
Jason A. Donenfeld
1
-8
/
+2
2020-06-26
vxlan: fix last fdb index during dump of fdb with nhid
Roopa Prabhu
1
-0
/
+4
2020-06-26
sctp: Don't advertise IPv4 addresses if ipv6only is set on the socket
Marcelo Ricardo Leitner
4
-5
/
+12
2020-06-26
tc-testing: avoid action cookies with odd length.
Briana Oursler
3
-7
/
+7
[prev]
[next]