1. 8069594 bpf: move BPF_PROG_TYPE_FLOW_DISSECTOR documentation to a new common place by Stanislav Fomichev · 6 years ago
  2. 849f257 bpf: Increase MAX_NR_MAPS to 17 in test_verifier.c by Martin KaFai Lau · 6 years ago
  3. 5de35e3 selftests/bpf: fix compile errors due to unsync linux/in6.h and netinet/in.h by Wang YanQing · 6 years ago
  4. 79b1b30 libbpf: remove compile time warning from libbpf_util.h by Magnus Karlsson · 6 years ago
  5. da70314 bpf: Document BPF_PROG_TYPE_CGROUP_SYSCTL by Andrey Ignatov · 6 years ago
  6. ba02de1 selftests/bpf: fix a compilation error by Yonghong Song · 6 years ago
  7. 193d000 Merge branch 'bulk-cpumap-redirect' by Alexei Starovoitov · 6 years ago
  8. 86d2314 bpf: cpumap memory prefetchw optimizations for struct page by Jesper Dangaard Brouer · 6 years ago
  9. 8f0504a9 bpf: cpumap do bulk allocation of SKBs by Jesper Dangaard Brouer · 6 years ago
  10. ba0509b net: core: introduce build_skb_around by Jesper Dangaard Brouer · 6 years ago
  11. 7736182 bpf: cpumap use ptr_ring_consume_batched by Jesper Dangaard Brouer · 6 years ago
  12. 00967e8 Merge branch 'af_xdp-smp_mb-fixes' by Alexei Starovoitov · 6 years ago
  13. 2c5935f libbpf: optimize barrier for XDP socket rings by Magnus Karlsson · 6 years ago
  14. b7e3a28 libbpf: remove dependency on barrier.h in xsk.h by Magnus Karlsson · 6 years ago
  15. a06d729 libbpf: remove likely/unlikely in xsk.h by Magnus Karlsson · 6 years ago
  16. d5e63fd libbpf: fix XDP socket ring buffer memory ordering by Magnus Karlsson · 6 years ago
  17. f63666de xsk: fix XDP socket ring buffer memory ordering by Magnus Karlsson · 6 years ago
  18. d1b7725 tools/bpftool: show btf_id in map listing by Prashant Bhole · 6 years ago
  19. d459b59 tools/bpftool: re-organize newline printing for map listing by Prashant Bhole · 6 years ago
  20. f25377e bpftool: Support sysctl hook by Andrey Ignatov · 6 years ago
  21. e1d1dc4 libbpf: fix printf formatter for ptrdiff_t argument by Andrii Nakryiko · 6 years ago
  22. 0d306c3 bpf: use BPF_CAST_CALL for casting bpf call by Prashant Bhole · 6 years ago
  23. 725721a bpf: allow clearing all sock_ops callback flags by Viet Hoang Tran · 6 years ago
  24. 809041e selftests: bpf: add VRF test cases to lwt_ip_encap test. by Peter Oskolkov · 6 years ago
  25. 02a8c81 bpf: add map helper functions push, pop, peek in more BPF programs by Alban Crequy · 6 years ago
  26. a5cb334 selftests/bpf: make flow dissector tests more extensible by Stanislav Fomichev · 6 years ago
  27. 08de198 selftests/bpf: two scale tests by Alexei Starovoitov · 6 years ago
  28. 3da6e7e bpftool: Improve handling of ENOSPC on reuseport_array map dumps by Benjamin Poirier · 6 years ago
  29. 0478c3b bpftool: Use print_entry_error() in case of ENOENT when dumping by Benjamin Poirier · 6 years ago
  30. 25df480 tools: bpftool: add a note on program statistics in man page by Quentin Monnet · 6 years ago
  31. 88b3eed8 tools: bpftool: fix short option name for printing version in man pages by Quentin Monnet · 6 years ago
  32. 9a48788 tools: bpftool: fix man page documentation for "pinmaps" keyword by Quentin Monnet · 6 years ago
  33. 39c9f10 tools: bpftool: reset errno for "bpftool cgroup tree" by Quentin Monnet · 6 years ago
  34. 031ebc1 tools: bpftool: remove blank line after btf_id when listing programs by Quentin Monnet · 6 years ago
  35. 43537b8 bpf: reserve flags in bpf_skb_net_shrink by Willem de Bruijn · 6 years ago
  36. bfb35c2 bpf: fix whitespace for ENCAP_L2 defines in bpf.h by Alan Maguire · 6 years ago
  37. bcbccad selftests/bpf: bring back (void *) cast to set_ipv4_csum in test_tc_tunnel by Stanislav Fomichev · 6 years ago
  38. efb2ddc selftests/btf: add VAR and DATASEC case for dedup tests by Andrii Nakryiko · 6 years ago
  39. 189cf5a btf: add support for VAR and DATASEC in btf_dedup() by Andrii Nakryiko · 6 years ago
  40. 68e5ab1 kbuild: handle old pahole more gracefully when generating BTF by Andrii Nakryiko · 6 years ago
  41. c342dc1 bpf: refactor "check_reg_arg" to eliminate code redundancy by Jiong Wang · 6 years ago
  42. 55e7f3b bpf: factor out reg and stack slot propagation into "propagate_liveness_reg" by Jiong Wang · 6 years ago
  43. 3f8cafa bpf: refactor propagate_liveness to eliminate code redundance by Jiong Wang · 6 years ago
  44. 1b04aee bpf: refactor propagate_liveness to eliminate duplicated for loop by Jiong Wang · 6 years ago
  45. 51356ac bpf: Fix distinct pointer types warning for ARCH=i386 by Andrey Ignatov · 6 years ago
  46. a43d050 Merge branch 'bpf-sysctl-hook' by Alexei Starovoitov · 6 years ago
  47. 7568f4c selftests/bpf: C based test for sysctl and strtoX by Andrey Ignatov · 6 years ago
  48. 8549ddc selftests/bpf: Test bpf_strtol and bpf_strtoul helpers by Andrey Ignatov · 6 years ago
  49. c2d5f12 selftests/bpf: Test ARG_PTR_TO_LONG arg type by Andrey Ignatov · 6 years ago
  50. 99f5797 selftests/bpf: Add sysctl and strtoX helpers to bpf_helpers.h by Andrey Ignatov · 6 years ago
  51. b457e55 bpf: Sync bpf.h to tools/ by Andrey Ignatov · 6 years ago
  52. d7a4cb9 bpf: Introduce bpf_strtol and bpf_strtoul helpers by Andrey Ignatov · 6 years ago
  53. 57c3bb7 bpf: Introduce ARG_PTR_TO_{INT,LONG} arg types by Andrey Ignatov · 6 years ago
  54. 9a1027e selftests/bpf: Test file_pos field in bpf_sysctl ctx by Andrey Ignatov · 6 years ago
  55. 786047d selftests/bpf: Test bpf_sysctl_{get,set}_new_value helpers by Andrey Ignatov · 6 years ago
  56. 11ff34f selftests/bpf: Test sysctl_get_current_value helper by Andrey Ignatov · 6 years ago
  57. 6041c67 selftests/bpf: Test bpf_sysctl_get_name helper by Andrey Ignatov · 6 years ago
  58. 1f5fa9a selftests/bpf: Test BPF_CGROUP_SYSCTL by Andrey Ignatov · 6 years ago
  59. 7007af6 selftests/bpf: Test sysctl section name by Andrey Ignatov · 6 years ago
  60. 063cc9f libbpf: Support sysctl hook by Andrey Ignatov · 6 years ago
  61. 196398d bpf: Sync bpf.h to tools/ by Andrey Ignatov · 6 years ago
  62. e1550bf bpf: Add file_pos field to bpf_sysctl ctx by Andrey Ignatov · 6 years ago
  63. 4e63acd bpf: Introduce bpf_sysctl_{get,set}_new_value helpers by Andrey Ignatov · 6 years ago
  64. 1d11b30 bpf: Introduce bpf_sysctl_get_current_value helper by Andrey Ignatov · 6 years ago
  65. 808649f bpf: Introduce bpf_sysctl_get_name helper by Andrey Ignatov · 6 years ago
  66. 7b146ce bpf: Sysctl hook by Andrey Ignatov · 6 years ago
  67. b1cd609 bpf: Add base proto function for cgroup-bpf programs by Andrey Ignatov · 6 years ago
  68. e0a092e Merge branch 'smc-next' by David S. Miller · 6 years ago
  69. 7a62725 net/smc: improve smc_conn_create reason codes by Karsten Graul · 6 years ago
  70. 9aa68d2 net/smc: improve smc_listen_work reason codes by Karsten Graul · 6 years ago
  71. 228bae0 net/smc: code cleanup smc_listen_work by Karsten Graul · 6 years ago
  72. fba7e8e net/smc: cleanup of get vlan id by Karsten Graul · 6 years ago
  73. bc36d2f net/smc: consolidate function parameters by Karsten Graul · 6 years ago
  74. 5988669 net/smc: check for ip prefix and subnet by Karsten Graul · 6 years ago
  75. 4ada81f net/smc: fallback to TCP after connect problems by Karsten Graul · 6 years ago
  76. 50717a3 net/smc: nonblocking connect rework by Ursula Braun · 6 years ago
  77. 6dc400a xen-netback: add reference from xenvif to backend_info to facilitate coredump analysis by Dongli Zhang · 6 years ago
  78. 8af9f72 Merge branch 'sctp-skb-list' by David S. Miller · 6 years ago
  79. 013b96e sctp: Pass sk_buff_head explicitly to sctp_ulpq_tail_event(). by David Miller · 6 years ago
  80. 178ca04 sctp: Make sctp_enqueue_event tak an skb list. by David Miller · 6 years ago
  81. 5e8f641 sctp: Use helper for sctp_ulpq_tail_event() when hooked up to ->enqueue_event by David Miller · 6 years ago
  82. 925b937 sctp: Always pass skbs on a list to sctp_ulpq_tail_event(). by David Miller · 6 years ago
  83. 0eff105 sctp: Remove superfluous test in sctp_ulpq_reasm_drain(). by David Miller · 6 years ago
  84. 9994677 net: sched: flower: fix filter net reference counting by Vlad Buslov · 6 years ago
  85. 56490b6 selftests: Add debugging options to pmtu.sh by David Ahern · 6 years ago
  86. bb23581 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 6 years ago
  87. 947e8b5 bpf: explicitly prohibit ctx_{in, out} in non-skb BPF_PROG_TEST_RUN by Stanislav Fomichev · 6 years ago
  88. 6b7a211 tools: add smp_* barrier variants to include infrastructure by Daniel Borkmann · 6 years ago
  89. 78f07ad Merge branch 'ipv6-Refactor-nexthop-selection-helpers-during-a-fib-lookup' by David S. Miller · 6 years ago
  90. 0b34eb0 ipv6: Refactor __ip6_route_redirect by David Ahern · 6 years ago
  91. 0c59d00 ipv6: Refactor rt6_device_match by David Ahern · 6 years ago
  92. d83009d ipv6: Move fib6_multipath_select down in ip6_pol_route by David Ahern · 6 years ago
  93. af52a52 ipv6: Be smarter with null_entry handling in ip6_pol_route_lookup by David Ahern · 6 years ago
  94. 30c15f0 ipv6: Refactor find_rr_leaf by David Ahern · 6 years ago
  95. 28679ed ipv6: Refactor find_match by David Ahern · 6 years ago
  96. 702cea5 ipv6: Pass fib6_nh and flags to rt6_score_route by David Ahern · 6 years ago
  97. cc3a86c ipv6: Change rt6_probe to take a fib6_nh by David Ahern · 6 years ago
  98. 6e1809a ipv6: Remove rt6_check_dev by David Ahern · 6 years ago
  99. 1ba9a89 ipv6: Only call rt6_check_neigh for nexthop with gateway by David Ahern · 6 years ago
  100. 62720b1 dns: remove redundant zero length namelen check by Colin Ian King · 6 years ago