summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * libbpf: Introduce bpf_prog_get_fd_by_id_opts()Roberto Sassu2022-10-113-1/+14
| | * libbpf: Introduce bpf_get_fd_by_id_opts and bpf_map_get_fd_by_id_opts()Roberto Sassu2022-10-113-1/+22
| | * libbpf: Fix LIBBPF_1.0.0 declaration in libbpf.mapRoberto Sassu2022-10-111-1/+1
| |/
| * bpf, x64: Remove unnecessary check on existence of SSE2Jie Meng2022-10-071-2/+1
| * selftests/bpf: Add missing bpf_iter_vma_offset__destroy callJiri Olsa2022-10-061-6/+5
| * selftests/bpf: Add selftest deny_namespace to s390x deny listYonghong Song2022-10-061-0/+1
| * scripts/bpf_doc.py: update logic to not assume sequential enum valuesAndrii Nakryiko2022-10-061-6/+25
| * bpf: explicitly define BPF_FUNC_xxx integer valuesAndrii Nakryiko2022-10-063-436/+447
| * selftests/bpf: add BPF object fixup step to veristatAndrii Nakryiko2022-10-061-0/+25
| * selftests/bpf: avoid reporting +100% difference in veristat for actual 0%Andrii Nakryiko2022-10-061-4/+8
| * selftests/bpf: allow requesting log level 2 in test_verifierAndrii Nakryiko2022-10-061-3/+10
| * selftests/bpf: Test btf dump for struct with padding only fieldsEduard Zingerman2022-10-061-0/+9
| * bpftool: Print newline before '}' for struct with padding only fieldsEduard Zingerman2022-10-061-1/+5
* | net: ip6_gre: Remove the unused function ip6gre_tnl_addr_conflict()Jiapeng Chong2022-10-181-20/+0
* | Merge tag 'net-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2022-10-1388-275/+684
|\ \
| * | sunhme: fix an IS_ERR() vs NULL check in probeDan Carpenter2022-10-131-2/+2
| * | net: marvell: prestera: fix a couple NULL vs IS_ERR() checksDan Carpenter2022-10-131-3/+3
| * | kcm: avoid potential race in kcm_tx_workEric Dumazet2022-10-131-1/+1
| * | tcp: Clean up kernel listener's reqsk in inet_twsk_purge()Kuniyuki Iwashima2022-10-132-5/+19
| * | Merge tag 'wireless-2022-10-13' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Abeni2022-10-135-47/+84
| |\ \
| | * \ Merge branch 'cve-fixes-2022-10-13'Johannes Berg2022-10-1328-89/+161
| | |\ \
| | | * | wifi: cfg80211: update hidden BSSes to avoid WARN_ONJohannes Berg2022-10-101-11/+20
| | | * | wifi: mac80211: fix crash in beacon protection for P2P-deviceJohannes Berg2022-10-101-5/+7
| | | * | wifi: mac80211_hwsim: avoid mac80211 warning on bad rateJohannes Berg2022-10-101-0/+2
| | | * | wifi: cfg80211: avoid nontransmitted BSS list corruptionJohannes Berg2022-10-101-0/+9
| | | * | wifi: cfg80211: fix BSS refcounting bugsJohannes Berg2022-10-101-13/+14
| | | * | wifi: cfg80211: ensure length byte is present before accessJohannes Berg2022-10-101-2/+4
| | | * | wifi: mac80211: fix MBSSID parsing use-after-freeJohannes Berg2022-10-102-15/+23
| | | * | wifi: cfg80211/mac80211: reject bad MBSSID elementsJohannes Berg2022-10-102-0/+4
| | | * | wifi: cfg80211: fix u8 overflow in cfg80211_update_notlisted_nontrans()Johannes Berg2022-10-101-1/+1
| * | | | net: phy: micrel: Fixes FIELD_GET assertionDivya Koppera2022-10-131-4/+5
| * | | | openvswitch: add nf_ct_is_confirmed check before assigning the helperXin Long2022-10-131-1/+2
| * | | | Merge branch 'tcp-udp-fix-memory-leaks-and-data-races-around-ipv6_addrform'Jakub Kicinski2022-10-1314-45/+102
| |\ \ \ \
| | * | | | tcp: Fix data races around icsk->icsk_af_ops.Kuniyuki Iwashima2022-10-133-7/+12
| | * | | | ipv6: Fix data races around sk->sk_prot.Kuniyuki Iwashima2022-10-133-11/+22
| | * | | | tcp/udp: Call inet6_destroy_sock() in IPv6 sk->sk_destruct().Kuniyuki Iwashima2022-10-139-15/+46
| | * | | | udp: Call inet6_destroy_sock() in setsockopt(IPV6_ADDRFORM).Kuniyuki Iwashima2022-10-133-12/+15
| | * | | | tcp/udp: Fix memory leak in ipv6_renew_options().Kuniyuki Iwashima2022-10-131-0/+7
| |/ / / /
| * | | | mctp: prevent double key removal and unrefJeremy Kerr2022-10-122-12/+21
| * | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/netfil...David S. Miller2022-10-127-12/+156
| |\ \ \ \
| | * | | | selftests: netfilter: Fix nft_fib.sh for all.rp_filter=1Phil Sutter2022-10-121-0/+1
| | * | | | netfilter: rpfilter/fib: Populate flowic_l3mdev fieldPhil Sutter2022-10-124-11/+7
| | * | | | selftests: netfilter: Test reverse path filteringPhil Sutter2022-10-122-1/+148
| |/ / / /
| * | | | net/mlx5: Make ASO poll CQ usable in atomic contextLeon Romanovsky2022-10-124-13/+11
| * | | | tcp: cdg: allow tcp_cdg_release() to be called multiple timesEric Dumazet2022-10-121-0/+2
| * | | | Merge branch 'inet-ping-fixes'David S. Miller2022-10-122-18/+7
| |\ \ \ \
| | * | | | inet: ping: fix recent breakageEric Dumazet2022-10-122-17/+6
| | * | | | ipv6: ping: fix wrong checksum for large framesEric Dumazet2022-10-121-1/+1
| |/ / / /
| * | | | net: ethernet: ti: am65-cpsw: set correct devlink flavour for unused portsMatthias Schiffer2022-10-121-1/+4
| * | | | Merge tag 'wireless-2022-10-11' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski2022-10-1216-63/+94
| |\| | |