| Commit message (Expand) | Author | Age | Files | Lines |
* | tools: net: add __pycache__ to gitignore | Jakub Kicinski | 2023-02-24 | 1 | -0/+1 |
* | tools: ynl-gen: re-raise the exception instead of printing | Jakub Kicinski | 2023-02-24 | 1 | -3/+1 |
* | tools: ynl-gen: fix single attribute structs with attr 0 only | Jakub Kicinski | 2023-02-24 | 1 | -1/+1 |
* | netdev-genl: fix repeated typo oflloading -> offloading | Tariq Toukan | 2023-02-24 | 1 | -1/+1 |
* | selftests: fib_tests: Add test cases for IPv4/IPv6 in route notify | Lu Wei | 2023-02-23 | 1 | -1/+95 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf | Jakub Kicinski | 2023-02-22 | 1 | -6/+26 |
|\ |
|
| * | netfilter: ip6t_rpfilter: Fix regression with VRF interfaces | Phil Sutter | 2023-02-22 | 1 | -6/+26 |
* | | Merge tag 'net-next-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds | 2023-02-21 | 261 | -3270/+15651 |
|\ \ |
|
| * \ | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2023-02-21 | 3 | -4/+22 |
| |\ \ |
|
| | * | | sefltests: netdevsim: wait for devlink instance after netns removal | Jiri Pirko | 2023-02-21 | 1 | -0/+18 |
| | * | | selftest: fib_tests: Always cleanup before exit | Roxana Nicolescu | 2023-02-21 | 1 | -0/+2 |
| | * | | selftests/net: Interpret UDP_GRO cmsg data as an int value | Jakub Sitnicki | 2023-02-20 | 1 | -4/+2 |
| * | | | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf... | Jakub Kicinski | 2023-02-20 | 118 | -631/+2334 |
| |\ \ \ |
|
| | * | | | selftests/bpf: Add bpf_fib_lookup test | Martin KaFai Lau | 2023-02-17 | 2 | -0/+209 |
| | * | | | bpf: Add BPF_FIB_LOOKUP_SKIP_NEIGH for bpf_fib_lookup | Martin KaFai Lau | 2023-02-17 | 1 | -0/+6 |
| | * | | | Revert "bpf, test_run: fix &xdp_frame misplacement for LIVE_FRAMES" | Martin KaFai Lau | 2023-02-17 | 1 | -4/+3 |
| | * | | | selftests/bpf: Add global subprog context passing tests | Andrii Nakryiko | 2023-02-17 | 2 | -0/+106 |
| | * | | | selftests/bpf: Convert test_global_funcs test to test_loader framework | Andrii Nakryiko | 2023-02-17 | 18 | -123/+174 |
| | * | | | Fix typos in selftest/bpf files | Taichi Nishimura | 2023-02-16 | 10 | -13/+13 |
| | * | | | selftests/bpf: Use bpf_{btf,link,map,prog}_get_info_by_fd() | Ilya Leoshkevich | 2023-02-16 | 34 | -101/+109 |
| | * | | | bpftool: Use bpf_{btf,link,map,prog}_get_info_by_fd() | Ilya Leoshkevich | 2023-02-16 | 9 | -36/+41 |
| | * | | | libbpf: Use bpf_{btf,link,map,prog}_get_info_by_fd() | Ilya Leoshkevich | 2023-02-16 | 4 | -14/+14 |
| | * | | | libbpf: Introduce bpf_{btf,link,map,prog}_get_info_by_fd() | Ilya Leoshkevich | 2023-02-16 | 3 | -0/+34 |
| | * | | | bpf, test_run: fix &xdp_frame misplacement for LIVE_FRAMES | Alexander Lobakin | 2023-02-15 | 1 | -3/+4 |
| | * | | | selftest/bpf/benchs: Add benchmark for hashmap lookups | Anton Protopopov | 2023-02-15 | 4 | -1/+354 |
| | * | | | selftest/bpf/benchs: Print less if the quiet option is set | Anton Protopopov | 2023-02-15 | 1 | -2/+4 |
| | * | | | selftest/bpf/benchs: Make quiet option common | Anton Protopopov | 2023-02-15 | 4 | -15/+8 |
| | * | | | selftest/bpf/benchs: Remove an unused header | Anton Protopopov | 2023-02-15 | 1 | -1/+0 |
| | * | | | selftest/bpf/benchs: Enhance argp parsing | Anton Protopopov | 2023-02-15 | 8 | -10/+51 |
| | * | | | selftest/bpf/benchs: Make a function static in bpf_hashmap_full_update | Anton Protopopov | 2023-02-15 | 1 | -1/+1 |
| | * | | | selftest/bpf/benchs: Fix a typo in bpf_hashmap_full_update | Anton Protopopov | 2023-02-15 | 2 | -2/+2 |
| | * | | | selftests/bpf: Add test case for element reuse in htab map | Hou Tao | 2023-02-15 | 2 | -0/+120 |
| | * | | | selftests/bpf: check if BPF_ST with variable offset preserves STACK_ZERO | Eduard Zingerman | 2023-02-15 | 1 | -0/+30 |
| | * | | | selftests/bpf: check if verifier tracks constants spilled by BPF_ST_MEM | Eduard Zingerman | 2023-02-15 | 1 | -0/+37 |
| | * | | | bpf: track immediate values written to stack by BPF_ST instruction | Eduard Zingerman | 2023-02-15 | 1 | -46/+64 |
| | * | | | selftests/bpf: Fix map_kptr test. | Alexei Starovoitov | 2023-02-15 | 1 | -5/+7 |
| | * | | | selftests/bpf: Cross-compile bpftool | Björn Töpel | 2023-02-15 | 1 | -4/+26 |
| | * | | | selftests/bpf: Fix build error for LoongArch | Tiezhu Yang | 2023-02-15 | 1 | -0/+2 |
| | * | | | selftests/bpf: Clean up dynptr prog_tests | Joanne Koong | 2023-02-13 | 1 | -11/+7 |
| | * | | | selftests/bpf: Clean up user_ringbuf, cgrp_kfunc, kfunc_dynptr_param tests | Joanne Koong | 2023-02-13 | 6 | -197/+58 |
| | * | | | selftests/bpf: Add rbtree selftests | Dave Marchevsky | 2023-02-13 | 5 | -0/+716 |
| | * | | | bpf: Add bpf_rbtree_{add,remove,first} decls to bpf_experimental.h | Dave Marchevsky | 2023-02-13 | 1 | -0/+24 |
| | * | | | bpf: Special verifier handling for bpf_rbtree_{remove, first} | Dave Marchevsky | 2023-02-13 | 1 | -0/+37 |
| | * | | | bpf: Add basic bpf_rb_{root,node} support | Dave Marchevsky | 2023-02-13 | 2 | -6/+17 |
| | * | | | bpf: Migrate release_on_unlock logic to non-owning ref semantics | Dave Marchevsky | 2023-02-13 | 3 | -41/+63 |
| | * | | | selftests/bpf: Fix out-of-srctree build | Ilya Leoshkevich | 2023-02-13 | 1 | -2/+0 |
| * | | | | self-tests: more rps self tests | Paolo Abeni | 2023-02-20 | 1 | -12/+29 |
| * | | | | Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 2023-02-17 | 3 | -6/+177 |
| |\ \ \ \
| | | |/ /
| | |/| | |
|
| * | | | | selftests: seg6: add selftest for PSP flavor in SRv6 End behavior | Andrea Mayer | 2023-02-16 | 2 | -0/+870 |
| * | | | | net/sched: Retire rsvp classifier | Jamal Hadi Salim | 2023-02-16 | 1 | -203/+0 |