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
...
|
|
*
libbpf: Introduce bpf_prog_get_fd_by_id_opts()
Roberto Sassu
2022-10-11
3
-1
/
+14
|
|
*
libbpf: Introduce bpf_get_fd_by_id_opts and bpf_map_get_fd_by_id_opts()
Roberto Sassu
2022-10-11
3
-1
/
+22
|
|
*
libbpf: Fix LIBBPF_1.0.0 declaration in libbpf.map
Roberto Sassu
2022-10-11
1
-1
/
+1
|
|
/
|
*
bpf, x64: Remove unnecessary check on existence of SSE2
Jie Meng
2022-10-07
1
-2
/
+1
|
*
selftests/bpf: Add missing bpf_iter_vma_offset__destroy call
Jiri Olsa
2022-10-06
1
-6
/
+5
|
*
selftests/bpf: Add selftest deny_namespace to s390x deny list
Yonghong Song
2022-10-06
1
-0
/
+1
|
*
scripts/bpf_doc.py: update logic to not assume sequential enum values
Andrii Nakryiko
2022-10-06
1
-6
/
+25
|
*
bpf: explicitly define BPF_FUNC_xxx integer values
Andrii Nakryiko
2022-10-06
3
-436
/
+447
|
*
selftests/bpf: add BPF object fixup step to veristat
Andrii Nakryiko
2022-10-06
1
-0
/
+25
|
*
selftests/bpf: avoid reporting +100% difference in veristat for actual 0%
Andrii Nakryiko
2022-10-06
1
-4
/
+8
|
*
selftests/bpf: allow requesting log level 2 in test_verifier
Andrii Nakryiko
2022-10-06
1
-3
/
+10
|
*
selftests/bpf: Test btf dump for struct with padding only fields
Eduard Zingerman
2022-10-06
1
-0
/
+9
|
*
bpftool: Print newline before '}' for struct with padding only fields
Eduard Zingerman
2022-10-06
1
-1
/
+5
*
|
net: ip6_gre: Remove the unused function ip6gre_tnl_addr_conflict()
Jiapeng Chong
2022-10-18
1
-20
/
+0
*
|
Merge tag 'net-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
2022-10-13
88
-275
/
+684
|
\
\
|
*
|
sunhme: fix an IS_ERR() vs NULL check in probe
Dan Carpenter
2022-10-13
1
-2
/
+2
|
*
|
net: marvell: prestera: fix a couple NULL vs IS_ERR() checks
Dan Carpenter
2022-10-13
1
-3
/
+3
|
*
|
kcm: avoid potential race in kcm_tx_work
Eric Dumazet
2022-10-13
1
-1
/
+1
|
*
|
tcp: Clean up kernel listener's reqsk in inet_twsk_purge()
Kuniyuki Iwashima
2022-10-13
2
-5
/
+19
|
*
|
Merge tag 'wireless-2022-10-13' of git://git.kernel.org/pub/scm/linux/kernel/...
Paolo Abeni
2022-10-13
5
-47
/
+84
|
|
\
\
|
|
*
\
Merge branch 'cve-fixes-2022-10-13'
Johannes Berg
2022-10-13
28
-89
/
+161
|
|
|
\
\
|
|
|
*
|
wifi: cfg80211: update hidden BSSes to avoid WARN_ON
Johannes Berg
2022-10-10
1
-11
/
+20
|
|
|
*
|
wifi: mac80211: fix crash in beacon protection for P2P-device
Johannes Berg
2022-10-10
1
-5
/
+7
|
|
|
*
|
wifi: mac80211_hwsim: avoid mac80211 warning on bad rate
Johannes Berg
2022-10-10
1
-0
/
+2
|
|
|
*
|
wifi: cfg80211: avoid nontransmitted BSS list corruption
Johannes Berg
2022-10-10
1
-0
/
+9
|
|
|
*
|
wifi: cfg80211: fix BSS refcounting bugs
Johannes Berg
2022-10-10
1
-13
/
+14
|
|
|
*
|
wifi: cfg80211: ensure length byte is present before access
Johannes Berg
2022-10-10
1
-2
/
+4
|
|
|
*
|
wifi: mac80211: fix MBSSID parsing use-after-free
Johannes Berg
2022-10-10
2
-15
/
+23
|
|
|
*
|
wifi: cfg80211/mac80211: reject bad MBSSID elements
Johannes Berg
2022-10-10
2
-0
/
+4
|
|
|
*
|
wifi: cfg80211: fix u8 overflow in cfg80211_update_notlisted_nontrans()
Johannes Berg
2022-10-10
1
-1
/
+1
|
*
|
|
|
net: phy: micrel: Fixes FIELD_GET assertion
Divya Koppera
2022-10-13
1
-4
/
+5
|
*
|
|
|
openvswitch: add nf_ct_is_confirmed check before assigning the helper
Xin Long
2022-10-13
1
-1
/
+2
|
*
|
|
|
Merge branch 'tcp-udp-fix-memory-leaks-and-data-races-around-ipv6_addrform'
Jakub Kicinski
2022-10-13
14
-45
/
+102
|
|
\
\
\
\
|
|
*
|
|
|
tcp: Fix data races around icsk->icsk_af_ops.
Kuniyuki Iwashima
2022-10-13
3
-7
/
+12
|
|
*
|
|
|
ipv6: Fix data races around sk->sk_prot.
Kuniyuki Iwashima
2022-10-13
3
-11
/
+22
|
|
*
|
|
|
tcp/udp: Call inet6_destroy_sock() in IPv6 sk->sk_destruct().
Kuniyuki Iwashima
2022-10-13
9
-15
/
+46
|
|
*
|
|
|
udp: Call inet6_destroy_sock() in setsockopt(IPV6_ADDRFORM).
Kuniyuki Iwashima
2022-10-13
3
-12
/
+15
|
|
*
|
|
|
tcp/udp: Fix memory leak in ipv6_renew_options().
Kuniyuki Iwashima
2022-10-13
1
-0
/
+7
|
|
/
/
/
/
|
*
|
|
|
mctp: prevent double key removal and unref
Jeremy Kerr
2022-10-12
2
-12
/
+21
|
*
|
|
|
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/netfil...
David S. Miller
2022-10-12
7
-12
/
+156
|
|
\
\
\
\
|
|
*
|
|
|
selftests: netfilter: Fix nft_fib.sh for all.rp_filter=1
Phil Sutter
2022-10-12
1
-0
/
+1
|
|
*
|
|
|
netfilter: rpfilter/fib: Populate flowic_l3mdev field
Phil Sutter
2022-10-12
4
-11
/
+7
|
|
*
|
|
|
selftests: netfilter: Test reverse path filtering
Phil Sutter
2022-10-12
2
-1
/
+148
|
|
/
/
/
/
|
*
|
|
|
net/mlx5: Make ASO poll CQ usable in atomic context
Leon Romanovsky
2022-10-12
4
-13
/
+11
|
*
|
|
|
tcp: cdg: allow tcp_cdg_release() to be called multiple times
Eric Dumazet
2022-10-12
1
-0
/
+2
|
*
|
|
|
Merge branch 'inet-ping-fixes'
David S. Miller
2022-10-12
2
-18
/
+7
|
|
\
\
\
\
|
|
*
|
|
|
inet: ping: fix recent breakage
Eric Dumazet
2022-10-12
2
-17
/
+6
|
|
*
|
|
|
ipv6: ping: fix wrong checksum for large frames
Eric Dumazet
2022-10-12
1
-1
/
+1
|
|
/
/
/
/
|
*
|
|
|
net: ethernet: ti: am65-cpsw: set correct devlink flavour for unused ports
Matthias Schiffer
2022-10-12
1
-1
/
+4
|
*
|
|
|
Merge tag 'wireless-2022-10-11' of git://git.kernel.org/pub/scm/linux/kernel/...
Jakub Kicinski
2022-10-12
16
-63
/
+94
|
|
\
|
|
|
[prev]
[next]