1. 9f30cd5 Merge branch 'bpf-xdp-fwd-sample-improvements' by Daniel Borkmann · 6 years ago
  2. abcce73 samples/bpf: xdp_fwd explain bpf_fib_lookup return codes by Jesper Dangaard Brouer · 6 years ago
  3. a32a32c samples/bpf: make xdp_fwd more practically usable via devmap lookup by Jesper Dangaard Brouer · 6 years ago
  4. 3783d43 samples/bpf: xdp_fwd rename devmap name to be xdp_tx_ports by Jesper Dangaard Brouer · 6 years ago
  5. d9973cec xdp: xdp_umem: fix umem pages mapping for 32bits systems by Ivan Khoronzhuk · 6 years ago
  6. b707659 tools/bpf: fix core_reloc.c compilation error by Yonghong Song · 6 years ago
  7. 726e333 Merge branch 'compile-once-run-everywhere' by Alexei Starovoitov · 6 years ago
  8. 29e1c66 selftests/bpf: add CO-RE relocs misc tests by Andrii Nakryiko · 6 years ago
  9. c1f5e7d selftests/bpf: add CO-RE relocs ints tests by Andrii Nakryiko · 6 years ago
  10. d698f9dbd selftests/bpf: add CO-RE relocs ptr-as-array tests by Andrii Nakryiko · 6 years ago
  11. 9654e2a selftests/bpf: add CO-RE relocs modifiers/typedef tests by Andrii Nakryiko · 6 years ago
  12. d9db355 selftests/bpf: add CO-RE relocs enum/ptr/func_proto tests by Andrii Nakryiko · 6 years ago
  13. 20a9ad2 selftests/bpf: add CO-RE relocs array tests by Andrii Nakryiko · 6 years ago
  14. ec6438a selftests/bpf: add CO-RE relocs nesting tests by Andrii Nakryiko · 6 years ago
  15. 002d3af selftests/bpf: add CO-RE relocs struct flavors tests by Andrii Nakryiko · 6 years ago
  16. df36e62 selftests/bpf: add CO-RE relocs testing setup by Andrii Nakryiko · 6 years ago
  17. 2dc26d5 selftests/bpf: add BPF_CORE_READ relocatable read macro by Andrii Nakryiko · 6 years ago
  18. ddc7c30 libbpf: implement BPF CO-RE offset relocation algorithm by Andrii Nakryiko · 6 years ago
  19. 4cedc0d libbpf: add .BTF.ext offset relocation section loading by Andrii Nakryiko · 6 years ago
  20. b03bc68 libbpf: convert libbpf code to use new btf helpers by Andrii Nakryiko · 6 years ago
  21. ef20a9b libbpf: add helpers for working with BTF types by Andrii Nakryiko · 6 years ago
  22. 682cdbd Merge branch 'test_progs-stdio' by Alexei Starovoitov · 6 years ago
  23. 16e910d4 selftests/bpf: test_progs: drop extra trailing tab by Stanislav Fomichev · 6 years ago
  24. 66bd2ec selftests/bpf: test_progs: test__printf -> printf by Stanislav Fomichev · 6 years ago
  25. 946152b selftests/bpf: test_progs: switch to open_memstream by Stanislav Fomichev · 6 years ago
  26. 8c30396 selftests/bpf: add loop test 5 by Alexei Starovoitov · 6 years ago
  27. a78d0db selftests/bpf: add loop test 4 by Alexei Starovoitov · 6 years ago
  28. 02bc2b6 Merge branch 'setsockopt-extra-mem' by Alexei Starovoitov · 6 years ago
  29. fd5ef31 selftests/bpf: extend sockopt_sk selftest with TCP_CONGESTION use case by Stanislav Fomichev · 6 years ago
  30. 9babe82 bpf: always allocate at least 16 bytes for setsockopt hook by Stanislav Fomichev · 6 years ago
  31. a98bf57 tools: bpftool: add support for reporting the effective cgroup progs by Jakub Kicinski · 6 years ago
  32. bf8ff0f selftests/bpf: fix clearing buffered output between tests/subtests by Andrii Nakryiko · 6 years ago
  33. 116e7db Merge branch 'gen-syn-cookie' by Alexei Starovoitov · 6 years ago
  34. 91bc357 selftests/bpf: add test for bpf_tcp_gen_syncookie by Petar Penkov · 6 years ago
  35. 637f71c selftests/bpf: bpf_tcp_gen_syncookie->bpf_helpers by Petar Penkov · 6 years ago
  36. 3745ee1 bpf: sync bpf.h to tools/ by Petar Penkov · 6 years ago
  37. 70d6624 bpf: add bpf_tcp_gen_syncookie helper by Petar Penkov · 6 years ago
  38. 9349d60 tcp: add skb-less helpers to retrieve SYN cookie by Petar Penkov · 6 years ago
  39. 9651127 tcp: tcp_syn_flood_action read port from socket by Petar Penkov · 6 years ago
  40. d340691 Merge branch 'devmap_hash' by Alexei Starovoitov · 6 years ago
  41. 1375dc4a tools: Add definitions for devmap_hash map type by Toke Høiland-Jørgensen · 6 years ago
  42. e423461 tools/libbpf_probes: Add new devmap_hash type by Toke Høiland-Jørgensen · 6 years ago
  43. 10fbe21 tools/include/uapi: Add devmap_hash BPF map type by Toke Høiland-Jørgensen · 6 years ago
  44. 6f9d451 xdp: Add devmap_hash map type for looking up devices by hashed index by Toke Høiland-Jørgensen · 6 years ago
  45. fca16e5 xdp: Refactor devmap allocation code for reuse by Toke Høiland-Jørgensen · 6 years ago
  46. 6dbff13 include/bpf.h: Remove map_insert_ctx() stubs by Toke Høiland-Jørgensen · 6 years ago
  47. 475e31f Merge branch 'revamp-test_progs' by Alexei Starovoitov · 6 years ago
  48. b207edf selftests/bpf: convert send_signal.c to use subtests by Andrii Nakryiko · 6 years ago
  49. 51436ed selftests/bpf: convert bpf_verif_scale.c to sub-tests API by Andrii Nakryiko · 6 years ago
  50. 3a516a0 selftests/bpf: add sub-tests support for test_progs by Andrii Nakryiko · 6 years ago
  51. 0ff97e5 selftests/bpf: abstract away test log output by Andrii Nakryiko · 6 years ago
  52. 329e38f selftest/bpf: centralize libbpf logging management for test_progs by Andrii Nakryiko · 6 years ago
  53. e87fd8b libbpf: return previous print callback from libbpf_set_print by Andrii Nakryiko · 6 years ago
  54. 8160bae selftests/bpf: add test selectors by number and name to test_progs by Andrii Nakryiko · 6 years ago
  55. 766f2a5 selftests/bpf: revamp test_progs to allow more control by Andrii Nakryiko · 6 years ago
  56. 61098e8 selftests/bpf: prevent headers to be compiled as C code by Andrii Nakryiko · 6 years ago
  57. 943e398 Merge branch 'flow_dissector-input-flags' by Alexei Starovoitov · 6 years ago
  58. e853ae7 selftests/bpf: support BPF_FLOW_DISSECTOR_F_STOP_AT_ENCAP by Stanislav Fomichev · 6 years ago
  59. 71c99e3 bpf/flow_dissector: support ipv6 flow_label and BPF_FLOW_DISSECTOR_F_STOP_AT_FLOW_LABEL by Stanislav Fomichev · 6 years ago
  60. ae173a9 selftests/bpf: support BPF_FLOW_DISSECTOR_F_PARSE_1ST_FRAG by Stanislav Fomichev · 6 years ago
  61. 57debff tools/bpf: sync bpf_flow_keys flags by Stanislav Fomichev · 6 years ago
  62. b2ca4e1 bpf/flow_dissector: support flags in BPF_PROG_TEST_RUN by Stanislav Fomichev · 6 years ago
  63. 1ac6b12 bpf/flow_dissector: document flags by Stanislav Fomichev · 6 years ago
  64. 086f956 bpf/flow_dissector: pass input flags to BPF flow dissector program by Stanislav Fomichev · 6 years ago
  65. 03cd1d1 selftests/bpf: Add selftests for bpf_perf_event_output by Allan Zhang · 6 years ago
  66. 7c4b90d bpf: Allow bpf_skb_event_output for a few prog types by Allan Zhang · 6 years ago
  67. 5e31d50 Merge branch 'convert-tests-to-libbpf' by Alexei Starovoitov · 6 years ago
  68. 47da6e4 selftests/bpf: remove perf buffer helpers by Andrii Nakryiko · 6 years ago
  69. c17bec5 samples/bpf: switch trace_output sample to perf_buffer API by Andrii Nakryiko · 6 years ago
  70. f58a4d5 samples/bpf: convert xdp_sample_pkts_user to perf_buffer API by Andrii Nakryiko · 6 years ago
  71. 898ca68 selftests/bpf: switch test_tcpnotify to perf_buffer API by Andrii Nakryiko · 6 years ago
  72. 58b8081 selftests/bpf: convert test_get_stack_raw_tp to perf_buffer API by Andrii Nakryiko · 6 years ago
  73. f2a3e4e libbpf: provide more helpful message on uninitialized global var by Andrii Nakryiko · 6 years ago
  74. 3e3bb69 tc-testing: added tdc tests for [b|p]fifo qdisc by Roman Mashak · 6 years ago
  75. ce10320 hv_sock: Use consistent types for UUIDs by Andy Shevchenko · 6 years ago
  76. 21e8a49 Merge branch 'nfp-Offload-MPLS-actions' by David S. Miller · 6 years ago
  77. e03e47a nfp: flower: offload MPLS set action by John Hurley · 6 years ago
  78. 35b7c70 nfp: flower: offload MPLS pop action by John Hurley · 6 years ago
  79. a6eb181 nfp: flower: offload MPLS push action by John Hurley · 6 years ago
  80. 6749d590 net: sched: include mpls actions in hardware intermediate representation by John Hurley · 6 years ago
  81. 658688c net/mlx5e: xsk: dynamically allocate mlx5e_channel_param by Arnd Bergmann · 6 years ago
  82. c9b6c56 net: jme: Use dev_get_drvdata by Chuhong Yuan · 6 years ago
  83. 5daab28 igb: Use dev_get_drvdata where possible by Chuhong Yuan · 6 years ago
  84. 1c8aa7b i40e: Use dev_get_drvdata by Chuhong Yuan · 6 years ago
  85. 7f53be6 fm10k: Use dev_get_drvdata by Chuhong Yuan · 6 years ago
  86. ee2e80c e1000e: Use dev_get_drvdata where possible by Chuhong Yuan · 6 years ago
  87. f521eaa net: broadcom: Use dev_get_drvdata by Chuhong Yuan · 6 years ago
  88. f54b0fc net: atheros: Use dev_get_drvdata by Chuhong Yuan · 6 years ago
  89. 9f293c9 net: 3com: 3c59x: Use dev_get_drvdata by Chuhong Yuan · 6 years ago
  90. c349c0a atm: Use dev_get_drvdata by Chuhong Yuan · 6 years ago
  91. 084323f ftgmac100: Fix build. by David S. Miller · 6 years ago
  92. 955315b0 qlge: Move drivers/net/ethernet/qlogic/qlge/ to drivers/staging/qlge/ by Benjamin Poirier · 6 years ago
  93. d5c3a62 Merge branch 'Convert-skb_frag_t-to-bio_vec' by David S. Miller · 6 years ago
  94. 8842d28 net: Convert skb_frag_t to bio_vec by Matthew Wilcox (Oracle) · 6 years ago
  95. b8b576a net: Rename skb_frag_t size to bv_len by Matthew Wilcox (Oracle) · 6 years ago
  96. 1dfa5bd net: Rename skb_frag page to bv_page by Matthew Wilcox (Oracle) · 6 years ago
  97. f58ecf1 net: Reorder the contents of skb_frag_t by Matthew Wilcox (Oracle) · 6 years ago
  98. b656722 net: Increase the size of skb_frag_t by Matthew Wilcox (Oracle) · 6 years ago
  99. d8e18a5 net: Use skb accessors in network core by Matthew Wilcox (Oracle) · 6 years ago
  100. d784097 net: Use skb accessors in network drivers by Matthew Wilcox (Oracle) · 6 years ago