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