1. 21567ed libbpf: fix Makefile exit code if libelf not found by Jakub Kicinski · 7 years ago
  2. ef9fde0 Merge branch 'bpf-to-bpf-function-calls' by Daniel Borkmann · 7 years ago
  3. 28ab173 selftests/bpf: additional bpf_call tests by Daniel Borkmann · 7 years ago
  4. db49694 bpf: arm64: add JIT support for multi-function programs by Alexei Starovoitov · 7 years ago
  5. 1c2a088 bpf: x64: add JIT support for multi-function programs by Alexei Starovoitov · 7 years ago
  6. 60b58afc bpf: fix net.core.bpf_jit_enable race by Alexei Starovoitov · 7 years ago
  7. 1ea47e0 bpf: add support for bpf_call to interpreter by Alexei Starovoitov · 7 years ago
  8. b0b04fc selftests/bpf: add xdp noinline test by Alexei Starovoitov · 7 years ago
  9. 3bc35c6 selftests/bpf: add bpf_call test by Alexei Starovoitov · 7 years ago
  10. 48cca7e libbpf: add support for bpf_call by Alexei Starovoitov · 7 years ago
  11. d98588c selftests/bpf: add tests for stack_zero tracking by Alexei Starovoitov · 7 years ago
  12. cc2b14d bpf: teach verifier to recognize zero initialized stack by Alexei Starovoitov · 7 years ago
  13. a7ff3ec selftests/bpf: add verifier tests for bpf_call by Alexei Starovoitov · 7 years ago
  14. f4d7e40 bpf: introduce function calls (verification) by Alexei Starovoitov · 7 years ago
  15. cc8b0b9 bpf: introduce function calls (function boundaries) by Alexei Starovoitov · 7 years ago
  16. 0bce7c9 nfp: bpf: correct printk formats for size_t by Jakub Kicinski · 7 years ago
  17. 1c45597 Merge branch 'bpf-nfp-jit-adjust-head-support' by Daniel Borkmann · 7 years ago
  18. 8231f84 nfp: bpf: optimize the adjust_head calls in trivial cases by Jakub Kicinski · 7 years ago
  19. 0d49eaf nfp: bpf: add basic support for adjust head call by Jakub Kicinski · 7 years ago
  20. 2cb230b nfp: bpf: prepare for call support by Jakub Kicinski · 7 years ago
  21. 77a844e nfp: bpf: prepare for parsing BPF FW capabilities by Jakub Kicinski · 7 years ago
  22. a351ab56 nfp: add nfp_cpp_area_size() accessor by Jakub Kicinski · 7 years ago
  23. 7310c23 Merge branch 'bpf-bpftool-cgroup-ops' by Daniel Borkmann · 7 years ago
  24. 5ccda64 bpftool: implement cgroup bpf operations by Roman Gushchin · 7 years ago
  25. 49a086c bpftool: implement prog load command by Roman Gushchin · 7 years ago
  26. fe4d44b libbpf: prefer global symbols as bpf program name source by Roman Gushchin · 7 years ago
  27. 583c900 libbpf: add ability to guess program type based on section name by Roman Gushchin · 7 years ago
  28. f4e2298 bpf/tracing: fix kernel/events/core.c compilation error by Yonghong Song · 7 years ago
  29. 553a8f2 Merge branch 'bpf-override-return' by Alexei Starovoitov · 7 years ago
  30. 023f46c btrfs: allow us to inject errors at io_ctl_init by Josef Bacik · 7 years ago
  31. 965de87 samples/bpf: add a test for bpf_override_return by Josef Bacik · 7 years ago
  32. 9802d86 bpf: add a bpf_override_function helper by Josef Bacik · 7 years ago
  33. 8556e50 btrfs: make open_ctree error injectable by Josef Bacik · 7 years ago
  34. 92ace99 add infrastructure for tagging functions as error injectable by Josef Bacik · 7 years ago
  35. a23967c Merge branch 'bpf-tracing-multiprog-tp-query' by Alexei Starovoitov · 7 years ago
  36. d279f1f bpf/tracing: add a bpf test for new ioctl query interface by Yonghong Song · 7 years ago
  37. f371b30 bpf/tracing: allow user space to query prog array on the same tp by Yonghong Song · 7 years ago
  38. 63060c3 selftests: bpf: Adding config fragment CONFIG_CGROUP_BPF=y by Naresh Kamboju · 7 years ago
  39. 97c5058 Merge branch 'bpf-bpftool-makefile-cleanups' by Daniel Borkmann · 7 years ago
  40. d324424 tools: bpftool: create "uninstall", "doc-uninstall" make targets by Quentin Monnet · 7 years ago
  41. 658e85a tools: bpftool: harmonise Makefile and Documentation/Makefile by Quentin Monnet · 7 years ago
  42. 62cd277 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 7 years ago
  43. 124da8f tuntap: fix possible deadlock when fail to register netdev by Jason Wang · 7 years ago
  44. 66c5c5b Merge branch 'smc-fixes-next' by David S. Miller · 7 years ago
  45. e7b7a64 smc: support variable CLC proposal messages by Ursula Braun · 7 years ago
  46. 6b5771a smc: no consumer update in tasklet context by Ursula Braun · 7 years ago
  47. 71c125c smc: cleanup close checking during data receival by Ursula Braun · 7 years ago
  48. 4bd3e7f smc: no update for unused sk_write_pending by Ursula Braun · 7 years ago
  49. 0c9f151 smc: improve smc_clc_send_decline() error handling by Ursula Braun · 7 years ago
  50. a8ae890 smc: make smc_close_active_abort() static by Ursula Braun · 7 years ago
  51. 2a93c1a net: dsa: Allow compiling out legacy support by Florian Fainelli · 7 years ago
  52. a8168b6 bnxt_en: Don't print "Link speed -1 no longer supported" messages. by Michael Chan · 7 years ago
  53. 47adc5b Merge branch 'bpf-devel-doc' by Alexei Starovoitov · 7 years ago
  54. 34f15bf bpf, doc: add faq about bpf development process by Daniel Borkmann · 7 years ago
  55. 5e01929 bpf, doc: add bpf trees and tps to maintainers entry by Daniel Borkmann · 7 years ago
  56. 24e5992 ipvlan: Eliminate duplicated codes with existing function by Gao Feng · 7 years ago
  57. 9454d93 mlxsw: spectrum: handle NETIF_F_HW_TC changes correctly by Jiri Pirko · 7 years ago
  58. cc16642 tun: avoid unnecessary READ_ONCE in tun_net_xmit by Willem de Bruijn · 7 years ago
  59. d9b8693 rds: debug: fix null check on static array by Prashant Bhole · 7 years ago
  60. 4bee00e act_mirred: get rid of mirred_list_lock spinlock by Cong Wang · 7 years ago
  61. 9f8a739 act_mirred: get rid of tcfm_ifindex from struct tcf_mirred by Cong Wang · 7 years ago
  62. 3a9ab39 Merge branch 'ipv6-add-ip6erspan-collect_md-mode' by David S. Miller · 7 years ago
  63. d37e3bb samples/bpf: add ip6erspan sample code by William Tu · 7 years ago
  64. ef7baf5 ip6_gre: add ip6 erspan collect_md mode by William Tu · 7 years ago
  65. 92425c4 bnxt_en: Uninitialized variable in bnxt_tc_parse_actions() by Dan Carpenter · 7 years ago
  66. b9f2420 Merge branch 'macb-rx-filter-cleanups' by David S. Miller · 7 years ago
  67. cc1674e net: macb: change GFP_ATOMIC to GFP_KERNEL by Julia Cartwright · 7 years ago
  68. 7038cdb net: macb: reduce scope of rx_fs_lock-protected regions by Julia Cartwright · 7 years ago
  69. a3da8ad net: macb: kill useless use of list_empty() by Julia Cartwright · 7 years ago
  70. 9a63b25 net_sched: remove unused parameter from act cleanup ops by Cong Wang · 7 years ago
  71. 8bf5438 Merge branch 'dsa-use-per-port-upstream-port' by David S. Miller · 7 years ago
  72. 07073c7 net: dsa: return per-port upstream port by Vivien Didelot · 7 years ago
  73. 986d7cc net: dsa: assign a CPU port to DSA port by Vivien Didelot · 7 years ago
  74. 0ea54dd net: dsa: mv88e6xxx: setup global upstream port by Vivien Didelot · 7 years ago
  75. fa371c8 net: dsa: mv88e6xxx: helper to setup upstream port by Vivien Didelot · 7 years ago
  76. 3ee50cb net: dsa: mv88e6xxx: egress floods all DSA ports by Vivien Didelot · 7 years ago
  77. 9382a50 Merge branch 'sch_api-style' by David S. Miller · 7 years ago
  78. 54160ef net: sched: sch_api: rearrange init handling by Alexander Aring · 7 years ago
  79. 0ac4bd6 net: sched: sch_api: fix code style issues by Alexander Aring · 7 years ago
  80. 045203e Merge branch 'nfp-enhanced-debug-dump-via-ethtool' by David S. Miller · 7 years ago
  81. 60b84a9 nfp: dump indirect ME CSRs by Carl Heymann · 7 years ago
  82. 0e6c495 nfp: dump CPP, XPB and direct ME CSRs by Carl Heymann · 7 years ago
  83. e9364d3 nfp: dump firmware name by Carl Heymann · 7 years ago
  84. 10144de nfp: dump single hwinfo field by key by Carl Heymann · 7 years ago
  85. 24ff845 nfp: dump all hwinfo by Carl Heymann · 7 years ago
  86. e1e798e nfp: dump rtsyms by Carl Heymann · 7 years ago
  87. f3682c7 nfp: dumpspec TLV traversal by Carl Heymann · 7 years ago
  88. f7852b8 nfp: dump prolog by Carl Heymann · 7 years ago
  89. 8a92530 nfp: load debug dump spec by Carl Heymann · 7 years ago
  90. d79e19f nfp: debug dump ethtool ops by Carl Heymann · 7 years ago
  91. efbf789 net_sched: get rid of rcu_barrier() in tcf_block_put_ext() by Cong Wang · 7 years ago
  92. 3e394ef2 Merge branch 'ieee802154-for-davem-2017-12-04' of git://git.kernel.org/pub/scm/linux/kernel/git/sschmidt/wpan-next by David S. Miller · 7 years ago
  93. 1dfc266 netdevsim: make functions nsim_bpf_create_prog and nsim_bpf_destroy_prog static by Colin Ian King · 7 years ago
  94. 75223d8 Merge branch 'phylib-hard-resetting-devices' by David S. Miller · 7 years ago
  95. 096457b macb: Kill PHY reset code by Sergei Shtylyov · 7 years ago
  96. bafbdd5 phylib: Add device reset GPIO support by Sergei Shtylyov · 7 years ago
  97. 62b3237 flow_dissector: dissect tunnel info outside __skb_flow_dissect() by Simon Horman · 7 years ago
  98. 96f8406 tun: add eBPF based queue selection method by Jason Wang · 7 years ago
  99. f520957 Merge branch 'hns3-reset-refactor' by David S. Miller · 7 years ago
  100. f2f432f net: hns3: Refactors the requested reset & pending reset handling code by Salil Mehta · 7 years ago