1. f371c92 Merge branch 'csum-fixes' by Alexei Starovoitov · 4 years, 10 months ago
  2. c4ba153 bpf, selftests: Adapt cls_redirect to call csum_level helper by Daniel Borkmann · 4 years, 10 months ago
  3. 7cdec54 bpf: Add csum_level helper for fixing up csum levels by Daniel Borkmann · 4 years, 10 months ago
  4. 836e66c bpf: Fix up bpf_skb_adjust_room helper's skb csum setting by Daniel Borkmann · 4 years, 10 months ago
  5. 9a25c1d Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 4 years, 10 months ago
  6. efd7ed0 sfc: add missing annotation for efx_ef10_try_update_nic_stats_vf() by Jules Irenge · 4 years, 10 months ago
  7. 6abde0b crypto/chtls: IPv6 support for inline TLS by Vinay Kumar Yadav · 4 years, 10 months ago
  8. a56772d Merge branch 'chelsio-crypto-fixes' by David S. Miller · 4 years, 10 months ago
  9. 055be68 Crypto/chcr: Fixes a coccinile check error by Ayush Sawal · 4 years, 10 months ago
  10. f3b140a Crypto/chcr: Fixes compilations warnings by Ayush Sawal · 4 years, 10 months ago
  11. 76d7728 crypto/chcr: IPV6 code needs to be in CONFIG_IPV6 by Rohit Maheshwari · 4 years, 10 months ago
  12. a3ac249 cxgb4/chcr: Enable ktls settings at run time by Rohit Maheshwari · 4 years, 10 months ago
  13. 79a1f0c ipv6: fix IPV6_ADDRFORM operation logic by Hangbin Liu · 4 years, 10 months ago
  14. 4c21daa tipc: Fix NULL pointer dereference in __tipc_sendstream() by YueHaibing · 4 years, 10 months ago
  15. cf51abc Merge branch 'Link-based-attach-to-netns' by Alexei Starovoitov · 4 years, 10 months ago
  16. 06716e0 selftests/bpf: Extend test_flow_dissector to cover link creation by Jakub Sitnicki · 4 years, 10 months ago
  17. b4b8a3b selftests/bpf: Convert test_flow_dissector to use BPF skeleton by Jakub Sitnicki · 4 years, 10 months ago
  18. b8215dc selftests/bpf, flow_dissector: Close TAP device FD after the test by Jakub Sitnicki · 4 years, 10 months ago
  19. 1f043f8 selftests/bpf: Add tests for attaching bpf_link to netns by Jakub Sitnicki · 4 years, 10 months ago
  20. e948947 bpftool: Support link show for netns-attached links by Jakub Sitnicki · 4 years, 10 months ago
  21. be6e198 bpftool: Extract helpers for showing link attach type by Jakub Sitnicki · 4 years, 10 months ago
  22. d60d81a libbpf: Add support for bpf_link-based netns attachment by Jakub Sitnicki · 4 years, 10 months ago
  23. 0c047ec bpf, cgroup: Return ENOLINK for auto-detached links on update by Jakub Sitnicki · 4 years, 10 months ago
  24. 7f045a4 bpf: Add link-based BPF program attachment to network namespace by Jakub Sitnicki · 4 years, 10 months ago
  25. b27f7bb flow_dissector: Move out netns_bpf prog callbacks by Jakub Sitnicki · 4 years, 10 months ago
  26. a3fd7ce net: Introduce netns_bpf for BPF programs attached to netns by Jakub Sitnicki · 4 years, 10 months ago
  27. 171526f flow_dissector: Pull locking up from prog attach callback by Jakub Sitnicki · 4 years, 10 months ago
  28. febeb6d libbpf: Add _GNU_SOURCE for reallocarray to ringbuf.c by Andrii Nakryiko · 4 years, 10 months ago
  29. 958a3f2 bpf: Use tracing helpers for lsm programs by Jiri Olsa · 4 years, 10 months ago
  30. 1b698fa xdp: Rename convert_to_xdp_frame in xdp_convert_buff_to_frame by Lorenzo Bianconi · 4 years, 10 months ago
  31. fc37987 xdp: Introduce xdp_convert_frame_to_buff utility routine by Lorenzo Bianconi · 4 years, 10 months ago
  32. c48a24f Merge branch 'bpf_setsockopt-SO_BINDTODEVICE' by Alexei Starovoitov · 4 years, 10 months ago
  33. 9c441fe selftests/bpf: Add test for SO_BINDTODEVICE opt of bpf_setsockopt by Ferenc Fejes · 4 years, 10 months ago
  34. 70c5899 bpf: Allow SO_BINDTODEVICE opt in bpf_setsockopt by Ferenc Fejes · 4 years, 10 months ago
  35. 8ea204c net: Make locking in sock_bindtoindex optional by Ferenc Fejes · 4 years, 10 months ago
  36. bb2359f bpf: Change kvfree to kfree in generic_map_lookup_batch() by Denis Efremov · 4 years, 10 months ago
  37. 7b80581 Merge branch 'fix-ktls-with-sk_skb_verdict' by Alexei Starovoitov · 4 years, 10 months ago
  38. df8fe57 tools/bpf: sync bpf.h by Alexei Starovoitov · 4 years, 10 months ago
  39. 463bac5 bpf, selftests: Add test for ktls with skb bpf ingress policy by John Fastabend · 4 years, 10 months ago
  40. 906312c Merge branch 'xdp_devmap' by Alexei Starovoitov · 4 years, 10 months ago
  41. e91de6a bpf: Fix running sk_skb program types with ktls by John Fastabend · 4 years, 10 months ago
  42. d39aec7 selftest: Add tests for XDP programs in devmap entries by David Ahern · 4 years, 10 months ago
  43. ca2f5f2 bpf: Refactor sockmap redirect code so its easy to reuse by John Fastabend · 4 years, 10 months ago
  44. 2778797 libbpf: Add SEC name for xdp programs attached to device map by David Ahern · 4 years, 10 months ago
  45. 64b5902 xdp: Add xdp_txq_info to xdp_buff by David Ahern · 4 years, 10 months ago
  46. fbee97f bpf: Add support to attach bpf program to a devmap entry by David Ahern · 4 years, 10 months ago
  47. b36e62e bpf: Use strncpy_from_unsafe_strict() in bpf_seq_printf() helper by Yonghong Song · 4 years, 10 months ago
  48. 7f1c042 devmap: Formalize map value as a named struct by David Ahern · 4 years, 10 months ago
  49. c3c16f2 bpf: Add rx_queue_mapping to bpf_sock by Amritha Nambiar · 4 years, 10 months ago
  50. e255d32 Merge branch 'bpf-ring-buffer' by Daniel Borkmann · 4 years, 10 months ago
  51. 43dd115 selftests/bpf: Add tests for write-only stacks/queues by Anton Protopopov · 4 years, 10 months ago
  52. 97abb2b docs/bpf: Add BPF ring buffer design notes by Andrii Nakryiko · 4 years, 10 months ago
  53. c97099b bpf: Add BPF ringbuf and perf buffer benchmarks by Andrii Nakryiko · 4 years, 10 months ago
  54. cb1c9dd selftests/bpf: Add BPF ringbuf selftests by Andrii Nakryiko · 4 years, 10 months ago
  55. bf99c93 libbpf: Add BPF ring buffer support by Andrii Nakryiko · 4 years, 10 months ago
  56. 457f443 bpf: Implement BPF ring buffer and verifier support for it by Andrii Nakryiko · 4 years, 10 months ago
  57. 1ea0f91 bpf: Fix map permissions check by Anton Protopopov · 4 years, 10 months ago
  58. efbc3b8 selftests/bpf: Cleanup comments in test_maps by Anton Protopopov · 4 years, 10 months ago
  59. 36ef9a2 selftests/bpf: Cleanup some file descriptors in test_maps by Anton Protopopov · 4 years, 10 months ago
  60. 204fb04 selftests/bpf: Fix a typo in test_maps by Anton Protopopov · 4 years, 10 months ago
  61. 601b05c libbpf: Fix perf_buffer__free() API for sparse allocs by Eelco Chaudron · 4 years, 10 months ago
  62. ee103e9 bpf, selftests: Test probe_* helpers from SCHED_CLS by John Fastabend · 4 years, 10 months ago
  63. 1d9c037 bpf, selftests: Add sk_msg helpers load and attach test by John Fastabend · 4 years, 10 months ago
  64. 13d70f5 bpf, sk_msg: Add get socket storage helpers by John Fastabend · 4 years, 10 months ago
  65. f470378 bpf: Extend bpf_base_func_proto helpers with probe_* and *current_task* by John Fastabend · 4 years, 10 months ago
  66. abe3cac bpf, sk_msg: Add some generic helpers that may be useful from sk_msg by John Fastabend · 4 years, 10 months ago
  67. 5598329 libbpf: Use .so dynamic symbols for abi check by Yauheni Kaliuta · 4 years, 10 months ago
  68. 0142ddd bpf: Fix spelling in comment explaining ARG1 in ___bpf_prog_run by Chris Packham · 4 years, 10 months ago
  69. 9358135 libbpf: Install headers as part of make install by Nikolay Borisov · 4 years, 10 months ago
  70. 272d51a libbpf: Add API to consume the perf ring buffer content by Eelco Chaudron · 4 years, 10 months ago
  71. 2b983b4 MAINTAINERS: Adjust entry in XDP SOCKETS to actual file name by Lukas Bulwahn · 4 years, 10 months ago
  72. fe53739 bpf: Fix returned error sign when link doesn't support updates by Jakub Sitnicki · 4 years, 10 months ago
  73. dc3ca5c tools, bpftool: Print correct error message when failing to load BTF by Tobias Klauser · 4 years, 10 months ago
  74. 73a4f04 tools, bpftool: Make capability check account for new BPF caps by Quentin Monnet · 4 years, 10 months ago
  75. 9004035 tools, bpftool: Clean subcommand help messages by Quentin Monnet · 4 years, 10 months ago
  76. eae9d3c net: dsa: sja1105: suppress -Wmissing-prototypes in sja1105_vl.c by Vladimir Oltean · 4 years, 10 months ago
  77. 2a2e01e Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue by David S. Miller · 4 years, 10 months ago
  78. 03eaeda vxlan: fix dereference of nexthop group in nexthop update path by Roopa Prabhu · 4 years, 10 months ago
  79. 547ce4c switch cmsghdr_from_user_compat_to_kern() to copy_from_user() by Al Viro · 4 years, 10 months ago
  80. a477605 Merge branch 'dpaa2-eth-add-PFC-support' by David S. Miller · 4 years, 10 months ago
  81. 07beb16 dpaa2-eth: Keep congestion group taildrop enabled when PFC on by Ioana Ciornei · 4 years, 10 months ago
  82. f395b69 dpaa2-eth: Add PFC support through DCB ops by Ioana Ciornei · 4 years, 10 months ago
  83. 3f8b826 dpaa2-eth: Update FQ taildrop threshold and buffer pool count by Ioana Radulescu · 4 years, 10 months ago
  84. 2c8d1c8 dpaa2-eth: Add congestion group taildrop by Ioana Radulescu · 4 years, 10 months ago
  85. ad054f2 dpaa2-eth: Add helper functions by Ioana Radulescu · 4 years, 10 months ago
  86. 6aa90fe dpaa2-eth: Distribute ingress frames based on VLAN prio by Ioana Radulescu · 4 years, 10 months ago
  87. 685e39e dpaa2-eth: Add support for Rx traffic classes by Ioana Radulescu · 4 years, 10 months ago
  88. 3190ca3 net: phy: broadcom: don't export RDB/legacy access methods by Michael Walle · 4 years, 10 months ago
  89. 96aa1b2 tun: correct header offsets in napi frags mode by Willem de Bruijn · 4 years, 10 months ago
  90. 4e4f4ce6a cls_flower: remove mpls_opts_policy by Guillaume Nault · 4 years, 10 months ago
  91. 2a67ab9 Merge branch 'bridge-mrp-Add-support-for-MRA-role' by David S. Miller · 4 years, 10 months ago
  92. c6676e7 bridge: mrp: Add support for role MRA by Horatiu Vultur · 4 years, 10 months ago
  93. 4b3a61b bridge: mrp: Set the priority of MRP instance by Horatiu Vultur · 4 years, 10 months ago
  94. 7e89ed8 bridge: mrp: Update MRP frame type by Horatiu Vultur · 4 years, 10 months ago
  95. 3e1c684 net: vmxnet3: fix possible buffer overflow caused by bad DMA value in vmxnet3_get_rss() by Jia-Ju Bai · 4 years, 10 months ago
  96. 0af413b flow_dissector: work around stack frame size warning by Arnd Bergmann · 4 years, 10 months ago
  97. 6f197fb lan743x: Added fixed link and RGMII support by Roelof Berg · 4 years, 10 months ago
  98. ff0f638 Merge branch 'devlink-Add-support-for-control-packet-traps' by David S. Miller · 4 years, 10 months ago
  99. 9959b38 selftests: mlxsw: Add test for control packets by Ido Schimmel · 4 years, 10 months ago
  100. 88e2774 mlxsw: spectrum_trap: Register ACL control traps by Ido Schimmel · 4 years, 10 months ago