index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'Fixes for kfunc-mod regressions and warnings'
Andrii Nakryiko
2021-12-02
4
-16
/
+18
|
\
|
*
tools/resolve_btfids: Skip unresolved symbol warning for empty BTF sets
Kumar Kartikeya Dwivedi
2021-12-02
1
-3
/
+5
|
*
bpf: Fix bpf_check_mod_kfunc_call for built-in modules
Kumar Kartikeya Dwivedi
2021-12-02
1
-2
/
+0
|
*
bpf: Make CONFIG_DEBUG_INFO_BTF depend upon CONFIG_BPF_SYSCALL
Kumar Kartikeya Dwivedi
2021-12-02
3
-11
/
+13
|
/
*
mips, bpf: Fix reference to non-existing Kconfig symbol
Johan Almbladh
2021-11-30
1
-1
/
+1
*
bpf: Make sure bpf_disable_instrumentation() is safe vs preemption.
Sebastian Andrzej Siewior
2021-11-30
2
-17
/
+2
*
Documentation/locking/locktypes: Update migrate_disable() bits.
Sebastian Andrzej Siewior
2021-11-30
1
-6
/
+3
*
bpf, sockmap: Re-evaluate proto ops when psock is removed from sockmap
John Fastabend
2021-11-20
2
-1
/
+9
*
bpf, sockmap: Attach map progs to psock early for feature probes
John Fastabend
2021-11-20
1
-4
/
+6
*
bpf, x86: Fix "no previous prototype" warning
Björn Töpel
2021-11-17
1
-0
/
+1
*
net: stmmac: Fix signed/unsigned wreckage
Thomas Gleixner
2021-11-17
1
-13
/
+10
*
Merge branch 'net-fix-the-mirred-packet-drop-due-to-the-incorrect-dst'
Jakub Kicinski
2021-11-17
3
-4
/
+55
|
\
|
*
selftests: add a test case for mirred egress to ingress
Davide Caratti
2021-11-17
2
-1
/
+47
|
*
net: sched: act_mirred: drop dst for the direction from egress to ingress
Xin Long
2021-11-17
1
-3
/
+8
|
/
*
amt: cancel delayed_work synchronously in amt_fini()
Taehee Yoo
2021-11-17
1
-1
/
+1
*
MAINTAINERS: remove GR-everest-linux-l2@marvell.com
Pavel Skripkin
2021-11-17
1
-2
/
+2
*
bnxt_en: Fix compile error regression when CONFIG_BNXT_SRIOV is not set
Michael Chan
2021-11-17
2
-1
/
+11
*
net: mvmdio: fix compilation warning
Marcin Wojtas
2021-11-17
1
-0
/
+2
*
Merge tag 'mac80211-for-net-2021-11-16' of git://git.kernel.org/pub/scm/linux...
Jakub Kicinski
2021-11-17
10
-58
/
+63
|
\
|
*
mac80211: fix throughput LED trigger
Felix Fietkau
2021-11-15
3
-26
/
+23
|
*
mac80211: fix monitor_sdata RCU/locking assertions
Johannes Berg
2021-11-15
3
-8
/
+15
|
*
mac80211: drop check for DONT_REORDER in __ieee80211_select_queue
Felix Fietkau
2021-11-15
1
-2
/
+1
|
*
mac80211: fix radiotap header generation
Johannes Berg
2021-11-15
1
-1
/
+1
|
*
mac80211: do not access the IV when it was stripped
Xing Song
2021-11-15
1
-1
/
+2
|
*
nl80211: fix radio statistics in survey dump
Johannes Berg
2021-11-15
2
-20
/
+20
|
*
cfg80211: call cfg80211_stop_ap when switch from P2P_GO type
Nguyen Dinh Phi
2021-11-15
1
-0
/
+1
*
|
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Jakub Kicinski
2021-11-17
23
-73
/
+573
|
\
\
|
*
|
udp: Validate checksum in udp_read_sock()
Cong Wang
2021-11-16
1
-0
/
+11
|
*
|
bpf: Fix toctou on read-only map's constant scalar tracking
Daniel Borkmann
2021-11-16
3
-23
/
+54
|
*
|
samples/bpf: Fix build error due to -isystem removal
Alexander Lobakin
2021-11-16
1
-2
/
+0
|
*
|
Merge branch 'Forbid bpf_ktime_get_coarse_ns and bpf_timer_* in tracing progs'
Alexei Starovoitov
2021-11-16
10
-5
/
+414
|
|
\
\
|
|
*
|
selftests/bpf: Add tests for restricted helpers
Dmitrii Banshchikov
2021-11-16
4
-1
/
+397
|
|
*
|
bpf: Forbid bpf_ktime_get_coarse_ns and bpf_timer_* in tracing progs
Dmitrii Banshchikov
2021-11-16
6
-4
/
+17
|
|
/
/
|
*
|
libbpf: Perform map fd cleanup for gen_loader in case of error
Kumar Kartikeya Dwivedi
2021-11-13
3
-21
/
+34
|
*
|
samples/bpf: Fix incorrect use of strlen in xdp_redirect_cpu
Kumar Kartikeya Dwivedi
2021-11-13
1
-3
/
+2
|
*
|
tools/runqslower: Fix cross-build
Jean-Philippe Brucker
2021-11-13
2
-3
/
+2
|
*
|
samples/bpf: Fix summary per-sec stats in xdp_sample_user
Alexander Lobakin
2021-11-13
1
-13
/
+15
|
*
|
selftests/bpf: Check map in map pruning
Lorenz Bauer
2021-11-13
1
-0
/
+34
|
*
|
bpf: Fix inner map state pruning regression.
Alexei Starovoitov
2021-11-12
1
-1
/
+2
|
*
|
xsk: Fix crash on double free in buffer pool
Magnus Karlsson
2021-11-12
1
-2
/
+5
*
|
|
Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...
David S. Miller
2021-11-16
3
-22
/
+64
|
\
\
\
|
*
|
|
iavf: Restore VLAN filters after link down
Akeem G Abodunrin
2021-11-16
2
-5
/
+31
|
*
|
|
iavf: Fix for setting queues to 0
Grzegorz Szczurek
2021-11-16
1
-1
/
+1
|
*
|
|
iavf: Fix for the false positive ASQ/ARQ errors while issuing VF reset
Surabhi Boob
2021-11-16
1
-1
/
+1
|
*
|
|
iavf: validate pointers
Mitch Williams
2021-11-16
1
-7
/
+6
|
*
|
|
iavf: prevent accidental free of filter structure
Jacob Keller
2021-11-16
1
-2
/
+2
|
*
|
|
iavf: Fix failure to exit out from last all-multicast mode
Piotr Marczak
2021-11-16
1
-2
/
+1
|
*
|
|
iavf: don't clear a lock we don't hold
Nicholas Nunley
2021-11-16
1
-2
/
+4
|
*
|
|
iavf: free q_vectors before queues in iavf_disable_vf
Nicholas Nunley
2021-11-16
1
-1
/
+1
|
*
|
|
iavf: check for null in iavf_fix_features
Nicholas Nunley
2021-11-16
1
-1
/
+2
[next]