1. 2044e4e selftests/bpf: Better verification in test_tcpbpf by Andrey Ignatov · 7 years ago
  2. c65267e selftests/bpf: Switch test_tcpbpf_user to cgroup_helpers by Andrey Ignatov · 7 years ago
  3. 04c1341 selftests/bpf: Fix const'ness in cgroup_helpers by Andrey Ignatov · 7 years ago
  4. 060a7fc bpf: Sync bpf.h to tools/ by Andrey Ignatov · 7 years ago
  5. f333ee0 bpf: Add BPF_SOCK_OPS_TCP_LISTEN_CB by Andrey Ignatov · 7 years ago
  6. 2d3feca bpf: btf: print map dump and lookup with btf info by Okash Khawaja · 7 years ago
  7. b12d6ec bpf: btf: add btf print functionality by Okash Khawaja · 7 years ago
  8. 92b5712 bpf: btf: export btf types and name by offset from lib by Okash Khawaja · 7 years ago
  9. db42a21 tools: include reallocarray feature test in FEATURE_TESTS_BASIC by Jakub Kicinski · 7 years ago
  10. d23b27c samples/bpf: xdp_redirect_cpu handle parsing of double VLAN tagged packets by Jesper Dangaard Brouer · 7 years ago
  11. ee15f7c Merge branch 'bpf-xdp-driver-and-hw' by Daniel Borkmann · 7 years ago
  12. 5f42840 nfp: add support for simultaneous driver and hw XDP by Jakub Kicinski · 7 years ago
  13. 99dadb6 selftests/bpf: add test for multiple programs by Jakub Kicinski · 7 years ago
  14. 799e173 netdevsim: add support for simultaneous driver and hw XDP by Jakub Kicinski · 7 years ago
  15. a25717d xdp: support simultaneous driver and hw XDP attachment by Jakub Kicinski · 7 years ago
  16. 0529662 xdp: factor out common program/flags handling from drivers by Jakub Kicinski · 7 years ago
  17. 6b86758 xdp: don't make drivers report attachment mode by Jakub Kicinski · 7 years ago
  18. 4f91da2 xdp: add per mode attributes for attached programs by Jakub Kicinski · 7 years ago
  19. 9c48b1d Merge branch 'bpf-arm-jit-improvements' by Daniel Borkmann · 7 years ago
  20. b18bea2 ARM: net: bpf: improve 64-bit ALU implementation by Russell King · 7 years ago
  21. c5eae69 ARM: net: bpf: improve 64-bit store implementation by Russell King · 7 years ago
  22. 077513b ARM: net: bpf: improve 64-bit sign-extended immediate load by Russell King · 7 years ago
  23. f9ff501 ARM: net: bpf: improve 64-bit load immediate implementation by Russell King · 7 years ago
  24. 6fd0666 Merge branch 'bpf-arm-jit-improvements' by Daniel Borkmann · 7 years ago
  25. 8c9602d ARM: net: bpf: use double-word load/stores where available by Russell King · 7 years ago
  26. bef8968 ARM: net: bpf: always use odd/even register pair by Russell King · 7 years ago
  27. b504522 ARM: net: bpf: avoid reloading 'array' by Russell King · 7 years ago
  28. aaffd2f5 ARM: net: bpf: avoid reloading 'index' by Russell King · 7 years ago
  29. 2b6958e ARM: net: bpf: use ldr instructions with shifted rm register by Russell King · 7 years ago
  30. 828e2b9 ARM: net: bpf: use immediate forms of instructions where possible by Russell King · 7 years ago
  31. 1ca3b17 ARM: net: bpf: imm12 constant conversion by Russell King · 7 years ago
  32. 96cced4 ARM: net: bpf: access eBPF scratch space using ARM FP register by Russell King · 7 years ago
  33. a6eccac ARM: net: bpf: 64-bit accessor functions for BPF registers by Russell King · 7 years ago
  34. 7a98702 ARM: net: bpf: provide accessor functions for BPF registers by Russell King · 7 years ago
  35. 47b9c3bf ARM: net: bpf: remove is_on_stack() and sstk/dstk by Russell King · 7 years ago
  36. 1c35ba1 ARM: net: bpf: use negative numbers for stacked registers by Russell King · 7 years ago
  37. a8ef95a ARM: net: bpf: provide load/store ops with negative immediates by Russell King · 7 years ago
  38. d449ceb ARM: net: bpf: enumerate the JIT scratch stack layout by Russell King · 7 years ago
  39. b103cbe Merge branch 'bpf-helper-man-install' by Daniel Borkmann · 7 years ago
  40. 86f7d85 tools: bpf: build and install man page for eBPF helpers from bpftool/ by Quentin Monnet · 7 years ago
  41. 9b8ca37 tools: bpf: synchronise BPF UAPI header with tools by Quentin Monnet · 7 years ago
  42. 2bae79d bpf: fix documentation for eBPF helpers by Quentin Monnet · 7 years ago
  43. 671dffa Merge branch 'bpf-bpftool-improved-prog-load' by Daniel Borkmann · 7 years ago
  44. 3ff5a4d tools: bpftool: allow reuse of maps with bpftool prog load by Jakub Kicinski · 7 years ago
  45. 26736eb tools: libbpf: allow map reuse by Jakub Kicinski · 7 years ago
  46. 531b014 tools: bpf: make use of reallocarray by Jakub Kicinski · 7 years ago
  47. 8d13406 tools: libbpf: move library error code into a separate file by Jakub Kicinski · 7 years ago
  48. c840684 tools: bpftool: reimplement bpf_prog_load() for prog load by Jakub Kicinski · 7 years ago
  49. 07f2d4e tools: libbpf: add extended attributes version of bpf_object__open() by Jakub Kicinski · 7 years ago
  50. f83fb22 tools: libbpf: recognize offload neutral maps by Jakub Kicinski · 7 years ago
  51. 49f2cba tools: bpftool: allow users to specify program type for prog load by Jakub Kicinski · 7 years ago
  52. b60df2a tools: libbpf: expose the prog type guessing from section name logic by Jakub Kicinski · 7 years ago
  53. ba6dd67 tools: bpftool: add support for loading programs for offload by Jakub Kicinski · 7 years ago
  54. 8d1fc3d tools: bpftool: refactor argument parsing for prog load by Jakub Kicinski · 7 years ago
  55. 219f860 selftests/bpf: add Error: prefix in check_extack helper by Jakub Kicinski · 7 years ago
  56. 7479efc selftests/bpf: remove duplicated word from test offloads by Jakub Kicinski · 7 years ago
  57. d90c936 Merge branch 'bpf-nfp-mul-div-support' by Daniel Borkmann · 7 years ago
  58. 9fb410a nfp: bpf: migrate to advanced reciprocal divide in reciprocal_div.h by Jiong Wang · 7 years ago
  59. 2a952b0 nfp: bpf: support u32 divide using reciprocal_div.h by Jiong Wang · 7 years ago
  60. d3d23fd nfp: bpf: support u16 and u32 multiplications by Jiong Wang · 7 years ago
  61. 33b9431 nfp: bpf: copy range info for all operands of all ALU operations by Jiong Wang · 7 years ago
  62. 662c547 nfp: bpf: rename umin/umax to umin_src/umax_src by Jiong Wang · 7 years ago
  63. 06ae482 lib: reciprocal_div: implement the improved algorithm on the paper mentioned by Jiong Wang · 7 years ago
  64. 02000b5 bpftool: add bash completion for cgroup tree command by Roman Gushchin · 7 years ago
  65. 7d31a0a bpftool: document cgroup tree command by Roman Gushchin · 7 years ago
  66. 2058b38 bpftool: introduce cgroup tree command by Roman Gushchin · 7 years ago
  67. ab8565a Merge branch 'IP-listification-follow-ups' by David S. Miller · 7 years ago
  68. d8269e2 net: ipv6: listify ipv6_rcv() and ip6_rcv_finish() by Edward Cree · 7 years ago
  69. efe6aac net: ipv4: fix list processing on L3 slave devices by Edward Cree · 7 years ago
  70. 2cc0608 net: core: filter: mark expected switch fall-through by Gustavo A. R. Silva · 7 years ago
  71. 3cc87d0 net: decnet: dn_nsp_in: mark expected switch fall-through by Gustavo A. R. Silva · 7 years ago
  72. c53e0c7 tipc: mark expected switch fall-throughs by Gustavo A. R. Silva · 7 years ago
  73. dfecc75 cxgb4: Fix the condition to check if the card is T5 by Ganesh Goudar · 7 years ago
  74. 4ed88df net: ethernet: sun: remove redundant variables adv and lpa and mii_reads by Colin Ian King · 7 years ago
  75. 2727eac Merge branch 'net-ethernet-Miscellaneous-Kconfig-and-Makefile-cleanups' by David S. Miller · 7 years ago
  76. eec8bb1 net: ethernet: sfc: Make subdir logic consistent with other vendors by Geert Uytterhoeven · 7 years ago
  77. 0df5f81 net: ethernet: Add missing VENDOR to Cadence and Packet Engines symbols by Geert Uytterhoeven · 7 years ago
  78. 118e969 net: ethernet: Make NET_VENDOR_AURORA default to yes by Geert Uytterhoeven · 7 years ago
  79. 8e15268 qlogic: netxen: remove various redundant variables by Colin Ian King · 7 years ago
  80. 2e41c38 Merge branch 'devlink-Add-configuration-parameters-support' by David S. Miller · 7 years ago
  81. 6354b95 bnxt_en: Add bnxt_en initial params table and register it. by Vasundhara Volam · 7 years ago
  82. f567bcd devlink: Add enable_sriov boolean generic parameter by Vasundhara Volam · 7 years ago
  83. dfb3c08 mlx4: Add support for devlink reload and load driverinit values by Moshe Shemesh · 7 years ago
  84. bd1b51d mlx4: Add mlx4 initial parameters table and register it by Moshe Shemesh · 7 years ago
  85. 036467c devlink: Add generic parameters internal_err_reset and max_macs by Moshe Shemesh · 7 years ago
  86. ea601e1 devlink: Add devlink notifications support for params by Moshe Shemesh · 7 years ago
  87. ec01aeb devlink: Add support for get/set driverinit value by Moshe Shemesh · 7 years ago
  88. e3b7ca1 devlink: Add param set command by Moshe Shemesh · 7 years ago
  89. 45f05de devlink: Add param get command by Moshe Shemesh · 7 years ago
  90. eabaef1 devlink: Add devlink_param register and unregister by Moshe Shemesh · 7 years ago
  91. 827ad90 net/hamradio/6pack: remove redundant variable channel by Colin Ian King · 7 years ago
  92. b67030b fjes: use currently unused variable my_epid and max_epid by Colin Ian King · 7 years ago
  93. 2f9be18 net: tehuti: remove redundant pointer skb by Colin Ian King · 7 years ago
  94. e0515b0 net: socionext: remove redundant pointer ndev by Colin Ian King · 7 years ago
  95. dfbd074 net: aquantia: Make some functions static by Wei Yongjun · 7 years ago
  96. e7550b0 net: dsa: vsc73xx: Make some functions static by Wei Yongjun · 7 years ago
  97. 896e863 net: dsa: fix spelling mistake "waitting" -> "waiting" by Colin Ian King · 7 years ago
  98. 6312fe7 net: limit each hash list length to MAX_GRO_SKBS by Li RongQing · 7 years ago
  99. 6fcf9b1 r8169: fix runtime suspend by Heiner Kallweit · 7 years ago
  100. a4ca8b7 net: ipv4: fix drop handling in ip_list_rcv() and ip_list_rcv_finish() by Edward Cree · 7 years ago