1. f80acbd Merge branch 'bpf-task-fd-query' by Alexei Starovoitov · 7 years ago
  2. b04df40 tools/bpftool: add perf subcommand by Yonghong Song · 7 years ago
  3. f699cf7 tools/bpf: add two BPF_TASK_FD_QUERY tests in test_progs by Yonghong Song · 7 years ago
  4. ecb96f7 samples/bpf: add a samples/bpf test for BPF_TASK_FD_QUERY by Yonghong Song · 7 years ago
  5. 73bc4d9 tools/bpf: add ksym_get_addr() in trace_helpers by Yonghong Song · 7 years ago
  6. 30687ad tools/bpf: sync kernel header bpf.h and add bpf_task_fd_query in libbpf by Yonghong Song · 7 years ago
  7. 41bdc4b bpf: introduce bpf subcommand BPF_TASK_FD_QUERY by Yonghong Song · 7 years ago
  8. f8d959a perf/core: add perf_get_event() to return perf_event given a struct file by Yonghong Song · 7 years ago
  9. 31ad392 Merge branch 'bpf-ipv6-seg6-bpf-action' by Daniel Borkmann · 7 years ago
  10. c99a84e selftests/bpf: test for seg6local End.BPF action by Mathieu Xhonneux · 7 years ago
  11. 004d4b2 ipv6: sr: Add seg6local action End.BPF by Mathieu Xhonneux · 7 years ago
  12. cd3092c bpf: Split lwt inout verifier structures by Mathieu Xhonneux · 7 years ago
  13. fe94cc2 bpf: Add IPv6 Segment Routing helpers by Mathieu Xhonneux · 7 years ago
  14. 1c1e761 ipv6: sr: export function lookup_nexthop by Mathieu Xhonneux · 7 years ago
  15. 63526e1 ipv6: sr: make seg6.h includable without IPv6 by Mathieu Xhonneux · 7 years ago
  16. 30cfe3b Merge branch 'bpf-multi-prog-improvements' by Daniel Borkmann · 7 years ago
  17. f7f62c7 tools: bpftool: add delimiters to multi-function JITed dumps by Sandipan Das · 7 years ago
  18. bd980d4 tools: bpf: sync bpf uapi header by Sandipan Das · 7 years ago
  19. 815581c bpf: get JITed image lengths of functions via syscall by Sandipan Das · 7 years ago
  20. 4d56a76 bpf: fix multi-function JITed dump obtained via syscall by Sandipan Das · 7 years ago
  21. f84192e tools: bpftool: resolve calls without using imm field by Sandipan Das · 7 years ago
  22. dd0c5f0 tools: bpf: sync bpf uapi header by Sandipan Das · 7 years ago
  23. dbecd73 bpf: get kernel symbol addresses via syscall by Sandipan Das · 7 years ago
  24. 8484ce8 bpf: powerpc64: add JIT support for multi-function programs by Sandipan Das · 7 years ago
  25. 4ea69b2 bpf: powerpc64: pad function address loads with NOPs by Sandipan Das · 7 years ago
  26. 2162fed bpf: support 64-bit offsets for bpf function calls by Sandipan Das · 7 years ago
  27. a2889a4 bpf: btf: Avoid variable length array by Martin KaFai Lau · 7 years ago
  28. a1c8181 tools/lib/libbpf.c: fix string format to allow build on arm32 by Sirio Balmelli · 7 years ago
  29. 167381f selftests/bpf: Makefile fix "missing" headers on build with -idirafter by Sirio Balmelli · 7 years ago
  30. ff4fb47 Merge branch 'btf-uapi-cleanups' by Daniel Borkmann · 7 years ago
  31. 61746db bpf: btf: Add tests for the btf uapi changes by Martin KaFai Lau · 7 years ago
  32. f03b15d bpf: btf: Sync bpf.h and btf.h to tools by Martin KaFai Lau · 7 years ago
  33. 9b2cf32 bpf: btf: Rename btf_key_id and btf_value_id in bpf_map_info by Martin KaFai Lau · 7 years ago
  34. aea2f7b8 bpf: btf: Remove unused bits from uapi/linux/btf.h by Martin KaFai Lau · 7 years ago
  35. 4ef5f57 bpf: btf: Check array->index_type by Martin KaFai Lau · 7 years ago
  36. f80442a bpf: btf: Change how section is supported in btf_header by Martin KaFai Lau · 7 years ago
  37. dcab51f bpf: Expose check_uarg_tail_zero() by Martin KaFai Lau · 7 years ago
  38. 3fb48d8 Merge branch 'bpf-fib-mtu-check' by Daniel Borkmann · 7 years ago
  39. 4f74fed bpf: Add mtu checking to FIB forwarding helper by David Ahern · 7 years ago
  40. 901731b net/ipv6: Add helper to return path MTU based on fib result by David Ahern · 7 years ago
  41. 50d889b net/ipv4: Add helper to return path MTU based on fib result by David Ahern · 7 years ago
  42. fd0bfa8 Merge branch 'bpf-af-xdp-cleanups' by Daniel Borkmann · 7 years ago
  43. d3b42f1 xsk: convert atomic_t to refcount_t by Björn Töpel · 7 years ago
  44. a49049e xsk: simplified umem setup by Björn Töpel · 7 years ago
  45. 37b0769 xsk: add missing write- and data-dependency barrier by Björn Töpel · 7 years ago
  46. 1c4917d samples/bpf: adapt xdpsock to the new uapi by Björn Töpel · 7 years ago
  47. b3a9e0b xsk: remove explicit ring structure from uapi by Björn Töpel · 7 years ago
  48. 2e59dd5 xsk: proper queue id check at bind by Magnus Karlsson · 7 years ago
  49. ad75646 xsk: fill hole in struct sockaddr_xdp by Björn Töpel · 7 years ago
  50. 959b71d xsk: remove rebind support by Björn Töpel · 7 years ago
  51. d849f9f Merge branch 'bpf-sk-msg-fields' by Daniel Borkmann · 7 years ago
  52. 4da0dca bpf: add sk_msg prog sk access tests to test_verifier by John Fastabend · 7 years ago
  53. 303def3 bpf: allow sk_msg programs to read sock fields by John Fastabend · 7 years ago
  54. 1cb6138 Merge branch 'bpf-nfp-shift-insns' by Daniel Borkmann · 7 years ago
  55. c217abc nfp: bpf: support arithmetic indirect right shift (BPF_ARSH | BPF_X) by Jiong Wang · 7 years ago
  56. f43d0f1 nfp: bpf: support arithmetic right shift by constant (BPF_ARSH | BPF_K) by Jiong Wang · 7 years ago
  57. 991f5b3 nfp: bpf: support logic indirect shifts (BPF_[L|R]SH | BPF_X) by Jiong Wang · 7 years ago
  58. 82f9e2d Merge branch 'bpf-af-xdp-cleanups' by Daniel Borkmann · 7 years ago
  59. c2f4374 xsk: proper '=' alignment by Björn Töpel · 7 years ago
  60. da60cf0 xsk: fixed some cases of unnecessary parentheses by Björn Töpel · 7 years ago
  61. 54b85c2 xsk: remove newline at end of file by Björn Töpel · 7 years ago
  62. dac0914 xsk: clean up SPDX headers by Björn Töpel · 7 years ago
  63. a786229 bpf: sockmap, fix double-free by Gustavo A. R. Silva · 7 years ago
  64. 0e43645 bpf: sockmap, fix uninitialized variable by Gustavo A. R. Silva · 7 years ago
  65. eeacb71 bpf: change eBPF helper doc parsing script to allow for smaller indent by Quentin Monnet · 7 years ago
  66. b9f672a Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 7 years ago
  67. e23afe5 bpf: sockmap, on update propagate errors back to userspace by John Fastabend · 7 years ago
  68. 683d2ac bpf: fix sock hashmap kmalloc warning by Yonghong Song · 7 years ago
  69. f0307a7 libbpf: add ifindex to enable offload support by David Beckett · 7 years ago
  70. be2d04d bpf: add __printf verification to bpf_verifier_vlog by Mathieu Malaterre · 7 years ago
  71. 44edef7 samples/bpf: Decrement ttl in fib forwarding example by David Ahern · 7 years ago
  72. 5b26ace Merge branch 'bpf-sock-hashmap' by Daniel Borkmann · 7 years ago
  73. 62c52d1 bpf: bpftool, support for sockhash by John Fastabend · 7 years ago
  74. b8b394f bpf: selftest additions for SOCKHASH by John Fastabend · 7 years ago
  75. 8e725f7 cxgb4: update LE-TCAM collection for T6 by Rahul Lakkireddy · 7 years ago
  76. 7e360d9 Merge branch 'qed-LL2-fixes' by David S. Miller · 7 years ago
  77. fc16f56 qed: Fix LL2 race during connection terminate by Michal Kalderon · 7 years ago
  78. 6291c60 qed: Fix possibility of list corruption during rmmod flows by Michal Kalderon · 7 years ago
  79. 974f6c0 qed: LL2 flush isles when connection is closed by Michal Kalderon · 7 years ago
  80. 76e597e net: ethoc: Remove useless test before clk_disable_unprepare by YueHaibing · 7 years ago
  81. 93120eb net: stmmac: Remove useless test before clk_disable_unprepare by YueHaibing · 7 years ago
  82. 9e6881d net: qcom/emac: Encapsulate sgmii ops under one structure by Hemanth Puranik · 7 years ago
  83. cfb3e08 Merge branch 'rmnet-next' by David S. Miller · 7 years ago
  84. 721ce0f net: qualcomm: rmnet: Remove redundant command check by Subash Abhinov Kasiviswanathan · 7 years ago
  85. bbde32d net: qualcomm: rmnet: Add support for ethtool private stats by Subash Abhinov Kasiviswanathan · 7 years ago
  86. 1eece79 net: qualcomm: rmnet: Capture all drops in transmit path by Subash Abhinov Kasiviswanathan · 7 years ago
  87. b0ec758 Merge branch 'of-mdio-Fall-back-to-mdiobus_register-with-NULL-device_node' by David S. Miller · 7 years ago
  88. 00e798c drivers: net: Remove device_node checks with of_mdiobus_register() by Florian Fainelli · 7 years ago
  89. 6d07a68 of: mdio: Fall back to mdiobus_register() with NULL device_node by Florian Fainelli · 7 years ago
  90. c6213eb net: ethernet: ti: cpsw-phy-sel: check bus_find_device() ret value by Grygorii Strashko · 7 years ago
  91. b3c898e Revert "bonding: allow carrier and link status to determine link state" by Debabrata Banerjee · 7 years ago
  92. 55df3e9 tc-testing: updated mirred and vlan with more tests by Roman Mashak · 7 years ago
  93. 2f42a12 tc-testing: fixed copy-pasting error in police tests by Roman Mashak · 7 years ago
  94. 32f7b44 sched: manipulate __QDISC_STATE_RUNNING in qdisc_run_* helpers by Paolo Abeni · 7 years ago
  95. 5a63f77 Merge branch 'bonding-performance-and-reliability' by David S. Miller · 7 years ago
  96. 1386c36b bonding: allow carrier and link status to determine link state by Debabrata Banerjee · 7 years ago
  97. e79c105 bonding: allow use of tx hashing in balance-alb by Debabrata Banerjee · 7 years ago
  98. cbeeea7 bonding: use common mac addr checks by Debabrata Banerjee · 7 years ago
  99. 2578041 bonding: don't queue up extraneous rlb updates by Debabrata Banerjee · 7 years ago
  100. 967c299 Merge branch 'net-smc-enhancements-2018-05-15' by David S. Miller · 7 years ago