1. 77a844e nfp: bpf: prepare for parsing BPF FW capabilities by Jakub Kicinski · 8 years ago
  2. bd0b2e7 net: xdp: make the stack take care of the tear down by Jakub Kicinski · 8 years ago
  3. 6bc7103 nfp: bpf: detect load/store sequences lowered from memory copy by Jiong Wang · 8 years ago
  4. 8c90053 nfp: bpf: implement memory bulk copy for length bigger than 32-bytes by Jiong Wang · 8 years ago
  5. 9879a38 nfp: bpf: implement memory bulk copy for length within 32-bytes by Jiong Wang · 8 years ago
  6. 5e4d6d2 nfp: bpf: factor out is_mbpf_load & is_mbpf_store by Jiong Wang · 8 years ago
  7. 5468a8b nfp: bpf: encode indirect commands by Jakub Kicinski · 8 years ago
  8. 3239e7b nfp: bpf: correct the encoding for No-Dest immed by Jiong Wang · 8 years ago
  9. 29fe46e nfp: bpf: don't do ld/shifts combination if shifts are jump destination by Jiong Wang · 8 years ago
  10. 1266f5d nfp: bpf: don't do ld/mask combination if mask is jump destination by Jiong Wang · 8 years ago
  11. a09d5c5 nfp: bpf: flag jump destination to guide insn combine optimizations by Jiong Wang · 8 years ago
  12. 5b67414 nfp: bpf: record jump destination to simplify jump fixup by Jiong Wang · 8 years ago
  13. 854dc87 nfp: bpf: support backward jump by Jiong Wang · 8 years ago
  14. 288b3de bpf: offload: move offload device validation out to the drivers by Jakub Kicinski · 8 years ago
  15. c6c580d nfp: bpf: move to new BPF program offload infrastructure by Jakub Kicinski · 8 years ago
  16. 9314c44 nfp: bpf: move translation prepare to offload.c by Jakub Kicinski · 8 years ago
  17. c1c88ea nfp: bpf: move program prepare and free into offload.c by Jakub Kicinski · 8 years ago
  18. e4a91cd nfp: bpf: require seamless reload for program replace by Jakub Kicinski · 8 years ago
  19. 9ce7a95 nfp: bpf: refactor offload logic by Jakub Kicinski · 8 years ago
  20. 5559eed nfp: bpf: remove unnecessary include of nfp_net.h by Jakub Kicinski · 8 years ago
  21. 9450843 nfp: bpf: remove the register renumbering leftovers by Jakub Kicinski · 8 years ago
  22. 012bb8a nfp: bpf: drop support for cls_bpf with legacy actions by Jakub Kicinski · 8 years ago
  23. 43b4524 nfp: bpf: fall back to core NIC app if BPF not selected by Jakub Kicinski · 8 years ago
  24. f449657 nfp: bpf: reject TC offload if XDP loaded by Jakub Kicinski · 8 years ago
  25. 254ef4d nfp: bpf: support [BPF_ALU | BPF_ALU64] | BPF_NEG by Jiong Wang · 8 years ago
  26. 5d42ced nfp: bpf: rename ALU_OP_NEG to ALU_OP_NOT by Jiong Wang · 8 years ago
  27. 44ae12a net: sched: move the can_offload check from binding phase to rule insertion phase by Jiri Pirko · 8 years ago
  28. 638f5b9 bpf: reduce verifier memory consumption by Alexei Starovoitov · 8 years ago
  29. 3248f77 drivers/net: netronome: Convert timers to use timer_setup() by Kees Cook · 8 years ago
  30. 9f16c8a nfp: bpf: optimize mov64 a little by Jakub Kicinski · 8 years ago
  31. b14157e nfp: bpf: support stack accesses via non-constant pointers by Jakub Kicinski · 8 years ago
  32. 2df03a5 nfp: bpf: support accessing the stack beyond 64 bytes by Jakub Kicinski · 8 years ago
  33. d348848 nfp: bpf: allow stack accesses via modified stack registers by Jakub Kicinski · 8 years ago
  34. 9a90c83 nfp: bpf: optimize the RMW for stack accesses by Jakub Kicinski · 8 years ago
  35. a82b23f nfp: bpf: add stack read support by Jakub Kicinski · 8 years ago
  36. ee9133a nfp: bpf: add stack write support by Jakub Kicinski · 8 years ago
  37. 70c78fc nfp: bpf: refactor nfp_bpf_check_ptr() by Jakub Kicinski · 8 years ago
  38. ff42bb9 nfp: bpf: add helper for emitting nops by Jakub Kicinski · 8 years ago
  39. 8d26d56 net: sched: avoid ndo_setup_tc calls for TC_SETUP_CLS* by Jiri Pirko · 8 years ago
  40. 90d9731 nfp: bpf: Convert ndo_setup_tc offloads to block callbacks by Jiri Pirko · 8 years ago
  41. bfddbc8 nfp: bpf: support direct packet access in TC by Jakub Kicinski · 8 years ago
  42. e663fe3 nfp: bpf: direct packet access - write by Jakub Kicinski · 8 years ago
  43. 2ca7144 nfp: bpf: add support for direct packet access - read by Jakub Kicinski · 8 years ago
  44. 0a79397 nfp: bpf: separate I/O from checks for legacy data load by Jakub Kicinski · 8 years ago
  45. 943c57b nfp: bpf: fix context accesses by Jakub Kicinski · 8 years ago
  46. 0f6cf4d nfp: bpf: support BPF offload only on little endian by Jakub Kicinski · 8 years ago
  47. 3119d1f nfp: bpf: implement byte swap instruction by Jakub Kicinski · 8 years ago
  48. c000dfb nfp: bpf: add mov helper by Jakub Kicinski · 8 years ago
  49. 26fa818 nfp: bpf: fix compare instructions by Jakub Kicinski · 8 years ago
  50. 8283737 nfp: bpf: add missing return in jne_imm optimization by Jakub Kicinski · 8 years ago
  51. bc8c80a nfp: bpf: reorder arguments to emit_ld_field_any() by Jakub Kicinski · 8 years ago
  52. 2de1be1 nfp: bpf: pass dst register to ld_field instruction by Jakub Kicinski · 8 years ago
  53. 2e85d38 nfp: bpf: byte swap the instructions by Jakub Kicinski · 8 years ago
  54. 1c03e03 nfp: bpf: pad code with valid nops by Jakub Kicinski · 8 years ago
  55. fd068ddc8 nfp: bpf: calculate code store ECC by Jakub Kicinski · 8 years ago
  56. 18e53b6 nfp: bpf: move to datapath ABI version 2 by Jakub Kicinski · 8 years ago
  57. 995e101 nfp: bpf: encode extended LM pointer operands by Jakub Kicinski · 8 years ago
  58. 509144e nfp: bpf: remove packet marking support by Jakub Kicinski · 8 years ago
  59. 226e0e9 nfp: bpf: remove register rename by Jakub Kicinski · 8 years ago
  60. 3cae131 nfp: bpf: encode all 64bit shifts by Jakub Kicinski · 8 years ago
  61. 2a15bb1 nfp: bpf: move software reg helpers and cmd table out of translator by Jakub Kicinski · 8 years ago
  62. b3f868d nfp: bpf: use the power of sparse to check we encode registers right by Jakub Kicinski · 8 years ago
  63. a52b35c nfp: bpf: lift the single-port limitation by Jakub Kicinski · 8 years ago
  64. c496291 nfp: separate app vNIC init/clean from alloc/free by Jakub Kicinski · 8 years ago
  65. 7f3b39d net/sched: Fix the logic error to decide the ingress qdisc by Chris Mi · 8 years ago
  66. a2e8da9 net: sched: use newly added classid identity helpers by Jiri Pirko · 8 years ago
  67. 5dd294d bpf, nfp: implement jiting of BPF_J{LT,LE} by Daniel Borkmann · 8 years ago
  68. f1174f7 bpf/verifier: rework value tracking by Edward Cree · 8 years ago
  69. de4784c net: sched: get rid of struct tc_to_netdev by Jiri Pirko · 8 years ago
  70. 5fd9fc4 net: sched: push cls related args into cls_common structure by Jiri Pirko · 8 years ago
  71. 37cba6b nfp: change flows in apps that offload ndo_setup_tc by Jiri Pirko · 8 years ago
  72. 2572ac5 net: sched: make type an argument for ndo_setup_tc by Jiri Pirko · 8 years ago
  73. 3bcc0ce net: sched: change names of action number helpers to be aligned with the rest by Jiri Pirko · 8 years ago
  74. c66a9cf nfp: move basic eBPF stats to app-specific code by Jakub Kicinski · 8 years ago
  75. bb45e51 nfp: move bpf offload code to the BPF app by Jakub Kicinski · 8 years ago
  76. d9ae7f2 nfp: move eBPF offload files to BPF app directory by Jakub Kicinski · 8 years ago
  77. 2707d6f nfp: report app name in ethtool -i by Jakub Kicinski · 8 years ago
  78. 8aa0cb0 nfp: move port init to apps by Jakub Kicinski · 8 years ago