1. df3f94a bpf: fix building without CONFIG_INET by Arnd Bergmann · 6 years ago
  2. a2046de Merge branch 'bpf-to-bpf-calls-nfp' by Daniel Borkmann · 6 years ago
  3. e4052d0 bpf: allow offload of programs with BPF-to-BPF function calls by Quentin Monnet · 6 years ago
  4. 7ff0ccd nfp: bpf: support pointers to other stack frames for BPF-to-BPF calls by Quentin Monnet · 6 years ago
  5. 4454962 nfp: bpf: optimise save/restore for R6~R9 based on register usage by Quentin Monnet · 6 years ago
  6. 2178f3f nfp: bpf: fix return address from register-saving subroutine to callee by Quentin Monnet · 6 years ago
  7. bdf4c66 nfp: bpf: update fixup function for BPF-to-BPF calls support by Quentin Monnet · 6 years ago
  8. fb19816 nfp: bpf: account for additional stack usage when checking stack limit by Quentin Monnet · 6 years ago
  9. 389f263 nfp: bpf: add main logics for BPF-to-BPF calls support in nfp driver by Quentin Monnet · 6 years ago
  10. e3b49dc nfp: bpf: account for BPF-to-BPF calls when preparing nfp JIT by Quentin Monnet · 6 years ago
  11. bcfdfb7 nfp: bpf: ignore helper-related checks for BPF calls in nfp verifier by Quentin Monnet · 6 years ago
  12. c5da54d nfp: bpf: copy eBPF subprograms information from kernel verifier by Quentin Monnet · 6 years ago
  13. 1a7e62e nfp: bpf: rename nfp_prog->stack_depth as nfp_prog->stack_frame_depth by Quentin Monnet · 6 years ago
  14. c941ce9 bpf: add verifier callback to get stack usage info for offloaded progs by Quentin Monnet · 6 years ago
  15. 31ce8c4 bpf, doc: Document Jump X addressing mode by Arthur Fabre · 6 years ago
  16. 1bc38b8 libbpf: relicense libbpf as LGPL-2.1 OR BSD-2-Clause by Alexei Starovoitov · 6 years ago
  17. 541d7fd xsk: proper AF_XDP socket teardown ordering by Björn Töpel · 6 years ago
  18. df1ea77 Merge branch 'bpf-xsk-fix-mixed-mode' by Daniel Borkmann · 6 years ago
  19. a41b4f3 xsk: simplify xdp_clear_umem_at_qid implementation by Magnus Karlsson · 6 years ago
  20. 1661d34 ethtool: don't allow disabling queues with umem installed by Jakub Kicinski · 6 years ago
  21. b8c8a2e ethtool: rename local variable max -> curr by Jakub Kicinski · 6 years ago
  22. c9b47cc xsk: fix bug when trying to use both copy and zero-copy on one queue id by Magnus Karlsson · 6 years ago
  23. 661b8d1b net: add umem reference in netdev{_rx}_queue by Magnus Karlsson · 6 years ago
  24. 7ccc4f1 bpf: typo fix in Documentation/networking/af_xdp.rst by Konrad Djimeli · 6 years ago
  25. 20cdeb5 bpf, tracex3_user: erase "ARRAY_SIZE" redefined by Bo YU · 6 years ago
  26. fc1dc76 Merge branch 'bpf-libbpf-consistent-iface' by Daniel Borkmann · 6 years ago
  27. e5b0863 libbpf: Use __u32 instead of u32 in bpf_program__load by Andrey Ignatov · 6 years ago
  28. eff8190 libbpf: Make include guards consistent by Andrey Ignatov · 6 years ago
  29. 24d6a80 libbpf: Consistent prefixes for interfaces in str_error.h. by Andrey Ignatov · 6 years ago
  30. f04bc8a4 libbpf: Consistent prefixes for interfaces in nlattr.h. by Andrey Ignatov · 6 years ago
  31. aae5778 libbpf: Consistent prefixes for interfaces in libbpf.h. by Andrey Ignatov · 6 years ago
  32. 434fe9d libbpf: Move __dump_nlmsg_t from API to implementation by Andrey Ignatov · 6 years ago
  33. d71019b net: core: Fix build with CONFIG_IPV6=m by Joe Stringer · 6 years ago
  34. 33d9a7f Merge branch 'bpf-sk-lookup' by Daniel Borkmann · 6 years ago
  35. a610b66 Documentation: Describe bpf reference tracking by Joe Stringer · 6 years ago
  36. de375f4 selftests/bpf: Add C tests for reference tracking by Joe Stringer · 6 years ago
  37. 29cd77f libbpf: Support loading individual progs by Joe Stringer · 6 years ago
  38. b584ab8 selftests/bpf: Add tests for reference tracking by Joe Stringer · 6 years ago
  39. 0c58607 selftests/bpf: Generalize dummy program types by Joe Stringer · 6 years ago
  40. 6acc9b4 bpf: Add helper to retrieve socket in BPF by Joe Stringer · 6 years ago
  41. fd978bf7 bpf: Add reference tracking to verifier by Joe Stringer · 6 years ago
  42. 84dbf35 bpf: Macrofy stack state copy by Joe Stringer · 6 years ago
  43. c64b798 bpf: Add PTR_TO_SOCKET verifier type by Joe Stringer · 6 years ago
  44. 840b961 bpf: Generalize ptr_or_null regs check by Joe Stringer · 6 years ago
  45. 9d2be44 bpf: Reuse canonical string formatter for ctx errs by Joe Stringer · 6 years ago
  46. aad2eea bpf: Simplify ptr_min_max_vals adjustment by Joe Stringer · 6 years ago
  47. f3709f6 bpf: Add iterator for spilled registers by Joe Stringer · 6 years ago
  48. 940656f Merge branch 'bpf-big-map-entries' by Daniel Borkmann · 6 years ago
  49. 0c9864c nfp: bpf: allow control message sizing for map ops by Jakub Kicinski · 6 years ago
  50. 9bbdd41 nfp: allow apps to request larger MTU on control vNIC by Jakub Kicinski · 6 years ago
  51. 28264eb2 nfp: bpf: parse global BPF ABI version capability by Jakub Kicinski · 6 years ago
  52. cb86d0f Merge branch 'bpf-per-cpu-cgroup-storage' by Daniel Borkmann · 6 years ago
  53. 371e4fc selftests/bpf: cgroup local storage-based network counters by Roman Gushchin · 6 years ago
  54. 5fcbd29 samples/bpf: extend test_cgrp2_attach2 test to use per-cpu cgroup storage by Roman Gushchin · 6 years ago
  55. 919646d selftests/bpf: extend the storage test to test per-cpu cgroup storage by Roman Gushchin · 6 years ago
  56. a3c6054 selftests/bpf: add verifier per-cpu cgroup storage tests by Roman Gushchin · 6 years ago
  57. e548709 bpftool: add support for PERCPU_CGROUP_STORAGE maps by Roman Gushchin · 6 years ago
  58. 25025e0 bpf: sync include/uapi/linux/bpf.h to tools/include/uapi/linux/bpf.h by Roman Gushchin · 6 years ago
  59. c6fdcd6 bpf: don't allow create maps of per-cpu cgroup local storages by Roman Gushchin · 6 years ago
  60. b741f16 bpf: introduce per-cpu cgroup local storage by Roman Gushchin · 6 years ago
  61. f294b37 bpf: rework cgroup storage pointer passing by Roman Gushchin · 6 years ago
  62. 8bad74f bpf: extend cgroup bpf core to allow multiple cgroup storage types by Roman Gushchin · 6 years ago
  63. 5bf7a60 bpf: permit CGROUP_DEVICE programs accessing helper bpf_get_current_cgroup_id() by Yonghong Song · 6 years ago
  64. 78e6e5c Merge branch 'bpf-libbpf-attach-by-name' by Daniel Borkmann · 6 years ago
  65. 370920c selftests/bpf: Test libbpf_{prog,attach}_type_by_name by Andrey Ignatov · 6 years ago
  66. c9bf507 selftests/bpf: Use libbpf_attach_type_by_name in test_socket_cookie by Andrey Ignatov · 6 years ago
  67. c6f6851 libbpf: Support sk_skb/stream_{parser, verdict} section names by Andrey Ignatov · 6 years ago
  68. bafa7af libbpf: Support cgroup_skb/{e,in}gress section names by Andrey Ignatov · 6 years ago
  69. 956b620 libbpf: Introduce libbpf_attach_type_by_name by Andrey Ignatov · 6 years ago
  70. 10081193 bpf: test_bpf: add init_net to dev for flow_dissector by Song Liu · 6 years ago
  71. 53d6eb0 bpftool: Fix bpftool net output by Andrey Ignatov · 6 years ago
  72. 1042caa net-ipv4: remove 2 always zero parameters from ipv4_redirect() by Maciej Żenczykowski · 6 years ago
  73. d888f39 net-ipv4: remove 2 always zero parameters from ipv4_update_pmtu() by Maciej Żenczykowski · 6 years ago
  74. da58a93 net: mvneta: Add support for 2500Mbps SGMII by Maxime Chevallier · 6 years ago
  75. c09c147 Merge branch 'net-vhost-improve-performance-when-enable-busyloop' by David S. Miller · 6 years ago
  76. 441abde net: vhost: add rx busy polling in tx path by Tonghao Zhang · 6 years ago
  77. dc15128 net: vhost: factor out busy polling logic to vhost_net_busy_poll() by Tonghao Zhang · 6 years ago
  78. a6a67a2 net: vhost: replace magic number of lock annotation by Tonghao Zhang · 6 years ago
  79. 78139c9 net: vhost: lock the vqs one by one by Tonghao Zhang · 6 years ago
  80. af4325e tcp: expose sk_state in tcp_retransmit_skb tracepoint by Yafang Shao · 6 years ago
  81. 0a71515 net: faraday: fix return type of ndo_start_xmit function by YueHaibing · 6 years ago
  82. 6323d57 net: smsc: fix return type of ndo_start_xmit function by YueHaibing · 6 years ago
  83. 880e1b2 net: liquidio: list usage cleanup by zhong jiang · 6 years ago
  84. 631e871 net: qed: list usage cleanup by zhong jiang · 6 years ago
  85. 30b0594 Merge branch 'net-bridge-convert-bool-options-to-bits' by David S. Miller · 6 years ago
  86. 35750b0 net: bridge: pack net_bridge better by Nikolay Aleksandrov · 6 years ago
  87. 3341d91 net: bridge: convert mtu_set_by_user to a bit by Nikolay Aleksandrov · 6 years ago
  88. c69c2cd net: bridge: convert neigh_suppress_enabled option to a bit by Nikolay Aleksandrov · 6 years ago
  89. 675779a net: bridge: convert mcast options to bits by Nikolay Aleksandrov · 6 years ago
  90. 13cefad net: bridge: convert and rename mcast disabled by Nikolay Aleksandrov · 6 years ago
  91. be3664a net: bridge: convert group_addr_set option to a bit by Nikolay Aleksandrov · 6 years ago
  92. 8df3510 net: bridge: convert nf call options to bits by Nikolay Aleksandrov · 6 years ago
  93. ae75767 net: bridge: add bitfield for options and convert vlan opts by Nikolay Aleksandrov · 6 years ago
  94. 1c1cb6d net: bridge: make struct opening bracket consistent by Nikolay Aleksandrov · 6 years ago
  95. 37ac5db Merge branch 's390-net-next' by David S. Miller · 6 years ago
  96. 91cc98f s390/qeth: remove duplicated carrier state tracking by Julian Wiedmann · 6 years ago
  97. d782d80 s390/qeth: clean up drop conditions for received cmds by Julian Wiedmann · 6 years ago
  98. d19b93f s390/qeth: re-indent qeth_check_ipa_data() by Julian Wiedmann · 6 years ago
  99. 68bba11 s390/qeth: consume local address events by Julian Wiedmann · 6 years ago
  100. 6585ac4 s390/qeth: remove various redundant code by Julian Wiedmann · 6 years ago