1. 092fde0 samples/bpf: Fix possible hang in xdpsock with multiple threads by Magnus Karlsson · 4 years, 1 month ago
  2. 41003dd selftests/bpf: Make selftest compilation work on clang 11 by Jiri Olsa · 4 years, 1 month ago
  3. 7535a352 selftests/bpf: Xsk selftests - adding xdpxceiver to .gitignore by Weqaar Janjua · 4 years, 1 month ago
  4. a5b7b11 selftests/bpf: Drop tcp-{client,server}.py from Makefile by Veronika Kabatova · 4 years, 1 month ago
  5. 08c6a2f Merge branch 'bpf-xsk-selftests' by Daniel Borkmann · 4 years, 1 month ago
  6. 7d20441 selftests/bpf: Xsk selftests - Bi-directional Sockets - SKB, DRV by Weqaar Janjua · 4 years, 1 month ago
  7. 6674bf6 selftests/bpf: Xsk selftests - Socket Teardown - SKB, DRV by Weqaar Janjua · 4 years, 1 month ago
  8. 9103a85 selftests/bpf: Xsk selftests - DRV POLL, NOPOLL by Weqaar Janjua · 4 years, 1 month ago
  9. facb7cb selftests/bpf: Xsk selftests - SKB POLL, NOPOLL by Weqaar Janjua · 4 years, 1 month ago
  10. a890525 selftests/bpf: Xsk selftests framework by Weqaar Janjua · 4 years, 1 month ago
  11. b60da49 bpf: Only provide bpf_sock_from_file with CONFIG_NET by Florent Revest · 4 years, 1 month ago
  12. 8bdd8e2 bpf: Return -ENOTSUPP when attaching to non-kernel BTF by Andrii Nakryiko · 4 years, 1 month ago
  13. 3546b9b xsk: Validate socket state in xsk_recvmsg, prior touching socket members by Björn Töpel · 4 years, 1 month ago
  14. 2f4b031 bpf: Propagate __user annotations properly by Lukas Bulwahn · 4 years, 1 month ago
  15. e1868b9e bpf: Avoid overflows involving hash elem_size by Eric Dumazet · 4 years, 1 month ago
  16. 34da872 selftests/bpf: Test bpf_sk_storage_get in tcp iterators by Florent Revest · 4 years, 1 month ago
  17. bd9b327e selftests/bpf: Add an iterator selftest for bpf_sk_storage_get by Florent Revest · 4 years, 1 month ago
  18. 593f6d4 selftests/bpf: Add an iterator selftest for bpf_sk_storage_delete by Florent Revest · 4 years, 1 month ago
  19. a50a85e bpf: Expose bpf_sk_storage_* to iterator programs by Florent Revest · 4 years, 1 month ago
  20. 4f19cab bpf: Add a bpf_sock_from_file helper by Florent Revest · 4 years, 1 month ago
  21. dba4a92 net: Remove the err argument from sock_from_file by Florent Revest · 4 years, 1 month ago
  22. 5c667dc Merge branch 'Improve error handling of verifier tests' by Andrii Nakryiko · 4 years, 1 month ago
  23. 5f61b7c selftests/bpf: Avoid errno clobbering by Florian Lehner · 4 years, 1 month ago
  24. 7d17167 selftests/bpf: Print reason when a tester could not run a program by Florian Lehner · 4 years, 1 month ago
  25. 2fa3515 bpf: Remove trailing semicolon in macro definition by Tom Rix · 4 years, 1 month ago
  26. 846c3c9 Merge tag 'wireless-drivers-next-2020-12-03' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-next by Jakub Kicinski · 4 years, 1 month ago
  27. fdd8b82 dpaa_eth: fix build errorr in dpaa_fq_init by Anders Roxell · 4 years, 1 month ago
  28. a1dd1d8 Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by Jakub Kicinski · 4 years, 1 month ago
  29. eceae70 selftests/bpf: Fix invalid use of strncat in test_sockmap by Andrii Nakryiko · 4 years, 1 month ago
  30. 3015b50 libbpf: Use memcpy instead of strncpy to please GCC by Andrii Nakryiko · 4 years, 1 month ago
  31. 8158c5f Merge branch 'Support BTF-powered BPF tracing programs for kernel modules' by Alexei Starovoitov · 4 years, 1 month ago
  32. 1e38abe selftests/bpf: Add fentry/fexit/fmod_ret selftest for kernel module by Andrii Nakryiko · 4 years, 1 month ago
  33. bc9ed69c selftests/bpf: Add tp_btf CO-RE reloc test for modules by Andrii Nakryiko · 4 years, 1 month ago
  34. 91abb4a libbpf: Support attachment of BPF tracing programs to kernel modules by Andrii Nakryiko · 4 years, 1 month ago
  35. 6aef10a libbpf: Factor out low-level BPF program loading helper by Andrii Nakryiko · 4 years, 1 month ago
  36. 290248a bpf: Allow to specify kernel module BTFs when attaching BPF programs by Andrii Nakryiko · 4 years, 1 month ago
  37. 22dc4a0 bpf: Remove hard-coded btf_vmlinux assumption from BPF verifier by Andrii Nakryiko · 4 years, 1 month ago
  38. 6bcd39d selftests/bpf: Add CO-RE relocs selftest relying on kernel module BTF by Andrii Nakryiko · 4 years, 1 month ago
  39. 5ed3147 selftests/bpf: Add support for marking sub-tests as skipped by Andrii Nakryiko · 4 years, 1 month ago
  40. 9f7fa22 selftests/bpf: Add bpf_testmod kernel module for testing by Andrii Nakryiko · 4 years, 1 month ago
  41. 4f33a53 libbpf: Add kernel module BTF support for CO-RE relocations by Andrii Nakryiko · 4 years, 1 month ago
  42. 0f7515c libbpf: Refactor CO-RE relocs to not assume a single BTF object by Andrii Nakryiko · 4 years, 1 month ago
  43. a19f93c libbpf: Add internal helper to load BTF data by FD by Andrii Nakryiko · 4 years, 1 month ago
  44. 2fe8890 bpf: Keep module's btf_data_size intact after load by Andrii Nakryiko · 4 years, 1 month ago
  45. 12cc126 bpf: Fix bpf_put_raw_tracepoint()'s use of __module_address() by Andrii Nakryiko · 4 years, 1 month ago
  46. cadd648 Merge branch 'Add support to set window_clamp from bpf setsockops' by Alexei Starovoitov · 4 years, 1 month ago
  47. 55144f3 selftests/bpf: Add Userspace tests for TCP_WINDOW_CLAMP by Prankur gupta · 4 years, 1 month ago
  48. cb81110 bpf: Adds support for setting window clamp by Prankur gupta · 4 years, 1 month ago
  49. 55fd59b Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 4 years, 1 month ago
  50. bbe2ba0 Merge tag 'net-5.10-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 4 years, 1 month ago
  51. a4390e9 Merge branch 'mptcp-reject-invalid-mp_join-requests-right-away' by Jakub Kicinski · 4 years, 1 month ago
  52. 3ecfbe3e mptcp: emit tcp reset when a join request fails by Florian Westphal · 4 years, 2 months ago
  53. 7ea851d tcp: merge 'init_req' and 'route_req' functions by Florian Westphal · 4 years, 2 months ago
  54. 41dd959 security: add const qualifier to struct sock in various places by Florian Westphal · 4 years, 2 months ago
  55. 2faa732 samples/bpf: Fix spelling mistake "recieving" -> "receiving" by Colin Ian King · 4 years, 1 month ago
  56. 58c185b bpf: Fix cold build of test_progs-no_alu32 by Brendan Jackman · 4 years, 1 month ago
  57. d6d418b libbpf: Cap retries in sys_bpf_prog_load by Stanislav Fomichev · 4 years, 1 month ago
  58. fee5be1 Merge tag 's390-5.10-6' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 4 years, 1 month ago
  59. 9cf309c libbpf: Sanitise map names before pinning by Toke Høiland-Jørgensen · 4 years, 1 month ago
  60. c82a505 Merge tag '9p-for-5.10-rc7' of git://github.com/martinetd/linux by Linus Torvalds · 4 years, 1 month ago
  61. 80b2b5c libbpf: Fail early when loading programs with unspecified type by Andrei Matei · 4 years, 1 month ago
  62. a8b415c Merge branch 'Fixes for ima selftest' by Andrii Nakryiko · 4 years, 1 month ago
  63. ffebecd selftests/bpf: Indent ima_setup.sh with tabs. by KP Singh · 4 years, 1 month ago
  64. d932e043 selftests/bpf: Add config dependency on BLK_DEV_LOOP by KP Singh · 4 years, 1 month ago
  65. 1ee0767 selftests/bpf: Ensure securityfs mount before writing ima policy by KP Singh · 4 years, 1 month ago
  66. 3db9804 selftests/bpf: Update ima_setup.sh for busybox by KP Singh · 4 years, 1 month ago
  67. 6f076ce Merge branch 'mlx5-fixes-2020-12-01' by Jakub Kicinski · 4 years, 1 month ago
  68. d421e46 net/mlx5: DR, Proper handling of unsupported Connect-X6DX SW steering by Yevgeny Kliteynik · 4 years, 1 month ago
  69. b336e6b net/mlx5e: kTLS, Enforce HW TX csum offload with kTLS by Tariq Toukan · 4 years, 1 month ago
  70. 8a78a44 net: mlx5e: fix fs_tcp.c build when IPV6 is not enabled by Randy Dunlap · 4 years, 1 month ago
  71. 1d2bb5a net/mlx5: Fix wrong address reclaim when command interface is down by Eran Ben Elisha · 4 years, 1 month ago
  72. 9608fa6 net/sched: act_mpls: ensure LSE is pullable before reading it by Davide Caratti · 4 years, 1 month ago
  73. 43c1360 net: openvswitch: ensure LSE is pullable before reading it by Davide Caratti · 4 years, 1 month ago
  74. 13de4ed net: skbuff: ensure LSE is pullable before decrementing the MPLS ttl by Davide Caratti · 4 years, 1 month ago
  75. 6392b5b Merge tag 'wireless-drivers-2020-12-03' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers by Jakub Kicinski · 4 years, 1 month ago
  76. 82a10dc net: mvpp2: Fix error return code in mvpp2_open() by Wang Hai · 4 years, 1 month ago
  77. 391119f chelsio/chtls: fix a double free in chtls_setkey() by Dan Carpenter · 4 years, 1 month ago
  78. 61b7594 Merge branch 'libbpf: add support for privileged/unprivileged control separation' by Alexei Starovoitov · 4 years, 1 month ago
  79. 3627d97 samples/bpf: Sample application for eBPF load and socket creation split by Mariusz Dudek · 4 years, 1 month ago
  80. e459f49 libbpf: Separate XDP program load with xsk socket creation by Mariusz Dudek · 4 years, 1 month ago
  81. 22e8ebe tools/resolve_btfids: Fix some error messages by Brendan Jackman · 4 years, 1 month ago
  82. a874c8c selftests/bpf: Copy file using read/write in local storage test by Stanislav Fomichev · 4 years, 1 month ago
  83. 0d1e026 Merge branch 'bpftool: improve split BTF support' by Alexei Starovoitov · 4 years, 1 month ago
  84. fa45283 tools/bpftool: Auto-detect split BTFs in common cases by Andrii Nakryiko · 4 years, 1 month ago
  85. 0cfdcd6 libbpf: Add base BTF accessor by Andrii Nakryiko · 4 years, 1 month ago
  86. 71ccb50 tools/bpftool: Emit name <anon> for anonymous BTFs by Andrii Nakryiko · 4 years, 1 month ago
  87. 72d1249 uapi: fix statx attribute value overlap for DAX & MOUNT_ROOT by Eric Sandeen · 4 years, 1 month ago
  88. 062c9cd pwm: sl28cpld: fix getting driver data in pwm callbacks by Uwe Kleine-König · 4 years, 1 month ago
  89. 4f134b8 lib/syscall: fix syscall registers retrieval on 32-bit platforms by Willy Tarreau · 4 years, 2 months ago
  90. d4bff72 macvlan: Support for high multicast packet rate by Thomas Karlsson · 4 years, 1 month ago
  91. 74a8c81 rtw88: debug: Fix uninitialized memory in debugfs code by Dan Carpenter · 4 years, 1 month ago
  92. 97306be Merge branch 'switch to memcg-based memory accounting' by Alexei Starovoitov · 4 years, 1 month ago
  93. 5b0764b bpf: samples: Do not touch RLIMIT_MEMLOCK by Roman Gushchin · 4 years, 1 month ago
  94. 3ac1f01 bpf: Eliminate rlimit-based memory accounting for bpf progs by Roman Gushchin · 4 years, 1 month ago
  95. 80ee81e bpf: Eliminate rlimit-based memory accounting infra for bpf maps by Roman Gushchin · 4 years, 1 month ago
  96. ab31be3 bpf: Eliminate rlimit-based memory accounting for bpf local storage maps by Roman Gushchin · 4 years, 1 month ago
  97. 819a4f3 bpf: Eliminate rlimit-based memory accounting for xskmap maps by Roman Gushchin · 4 years, 1 month ago
  98. 37086810 bpf: Eliminate rlimit-based memory accounting for stackmap maps by Roman Gushchin · 4 years, 1 month ago
  99. 0d2c4f9 bpf: Eliminate rlimit-based memory accounting for sockmap and sockhash maps by Roman Gushchin · 4 years, 1 month ago
  100. abbdd08 bpf: Eliminate rlimit-based memory accounting for bpf ringbuffer by Roman Gushchin · 4 years, 1 month ago