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