summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* xfrm: add extack to xfrm_new_ae and xfrm_replay_verify_lenSabrina Dubroca2022-11-251-9/+28
* xfrm: add extack to xfrm_del_saSabrina Dubroca2022-11-251-1/+1
* xfrm: add extack to xfrm_add_sa_expireSabrina Dubroca2022-11-251-1/+4
* xfrm: a few coding style clean upsSabrina Dubroca2022-11-252-6/+9
* xfrm: Remove not-used total variableLeon Romanovsky2022-10-251-2/+2
* xfrm: update x->lastused for every packetAntony Antony2022-10-252-2/+2
* esp6: remove redundant variable errColin Ian King2022-10-191-2/+1
* enic: define constants for legacy interrupts offsetGovindarajulu Varadarajan2022-10-192-23/+11
* net: fec: remove the unused functionsShenwei Wang2022-10-191-57/+0
* net: remove smc911x driverArnd Bergmann2022-10-195-3128/+0
* Merge tag 'for-netdev' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/b...Jakub Kicinski2022-10-1931-538/+874
|\
| * bpf/docs: Update README for most recent vmtest.shDaniel Müller2022-10-181-5/+6
| * Merge branch 'Remove unnecessary RCU grace period chaining'Alexei Starovoitov2022-10-185-8/+42
| |\
| | * bpf: Use rcu_trace_implies_rcu_gp() for program array freeingHou Tao2022-10-181-1/+7
| | * bpf: Use rcu_trace_implies_rcu_gp() in local storage mapHou Tao2022-10-181-2/+11
| | * bpf: Use rcu_trace_implies_rcu_gp() in bpf memory allocatorHou Tao2022-10-181-5/+10
| | * rcu-tasks: Provide rcu_trace_implies_rcu_gp()Paul E. McKenney2022-10-182-0/+14
| |/
| * selftests/bpf: Use sys_pidfd_open() helper when possibleHou Tao2022-10-132-7/+7
| * Merge branch 'libbpf: fix fuzzer-reported issues'Andrii Nakryiko2022-10-131-5/+17
| |\
| | * libbpf: Fix null-pointer dereference in find_prog_by_sec_insn()Shung-Hsi Yu2022-10-131-0/+3
| | * libbpf: Deal with section with no data gracefullyShung-Hsi Yu2022-10-131-1/+5
| | * libbpf: Use elf_getshdrnum() instead of e_shnumShung-Hsi Yu2022-10-131-4/+9
| |/
| * Merge branch 'Fix bugs found by ASAN when running selftests'Andrii Nakryiko2022-10-136-27/+52
| |\
| | * selftest/bpf: Fix error usage of ASSERT_OK in xdp_adjust_tail.cXu Kuohai2022-10-131-3/+3
| | * selftests/bpf: Fix error failure of case test_xdp_adjust_tail_growXu Kuohai2022-10-131-0/+1
| | * selftest/bpf: Fix memory leak in kprobe_multi_testXu Kuohai2022-10-131-12/+14
| | * selftests/bpf: Fix memory leak caused by not destroying skeletonXu Kuohai2022-10-132-2/+4
| | * libbpf: Fix memory leak in parse_usdt_arg()Xu Kuohai2022-10-131-7/+4
| | * libbpf: Fix use-after-free in btf_dump_name_dupsXu Kuohai2022-10-131-3/+26
| |/
| * selftests/bpf: S/iptables/iptables-legacy/ in the bpf_nf and xdp_synproxy testMartin KaFai Lau2022-10-132-6/+6
| * selftests/bpf: Alphabetize DENYLISTsDavid Vernet2022-10-122-21/+23
| * Merge branch 'Add _opts variant for bpf_*_get_fd_by_id()'Andrii Nakryiko2022-10-116-5/+189
| |\
| | * selftests/bpf: Add tests for _opts variants of bpf_*_get_fd_by_id()Roberto Sassu2022-10-113-0/+124
| | * libbpf: Introduce bpf_link_get_fd_by_id_opts()Roberto Sassu2022-10-113-1/+14
| | * libbpf: Introduce bpf_btf_get_fd_by_id_opts()Roberto Sassu2022-10-113-1/+14
| | * 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
|\ \