1. b954d83 net: bpf: only build bpf_jit_binary_{alloc, free}() when jit selected by Daniel Borkmann · 10 years ago
  2. 286aad3 net: bpf: be friendly to kmemcheck by Daniel Borkmann · 10 years ago
  3. 738cbe7 net: bpf: consolidate JIT binary allocator by Daniel Borkmann · 10 years ago
  4. daedfb2 net: filter: split filter.h and expose eBPF to user space by Alexei Starovoitov · 10 years ago
  5. 02ab695 net: filter: add "load 64-bit immediate" eBPF instruction by Alexei Starovoitov · 10 years ago
  6. 60a3b22 net: bpf: make eBPF interpreter images read-only by Daniel Borkmann · 10 years ago
  7. 7ae457c net: filter: split 'struct sk_filter' into socket and bpf parts by Alexei Starovoitov · 10 years ago
  8. 8fb575c net: filter: rename sk_convert_filter() -> bpf_convert_filter() by Alexei Starovoitov · 10 years ago
  9. 4df95ff net: filter: rename sk_chk_filter() -> bpf_check_classic() by Alexei Starovoitov · 10 years ago
  10. 009937e net: filter: rename sk_filter_proglen -> bpf_classic_proglen by Alexei Starovoitov · 10 years ago
  11. 278571b net: filter: simplify socket charging by Alexei Starovoitov · 10 years ago
  12. 2695fb5 net: filter: rename 'struct sock_filter_int' into 'struct bpf_insn' by Alexei Starovoitov · 10 years ago
  13. ec31a05 net: filter: sk_chk_filter() no longer mangles filter by Eric Dumazet · 10 years ago
  14. 9f12fbe net: filter: move load_pointer() into filter.h by Zi Shen Lim · 10 years ago
  15. e430f34 net: filter: cleanup A/X name usage by Alexei Starovoitov · 10 years ago
  16. f8f6d67 net: filter: improve filter block macros by Daniel Borkmann · 10 years ago
  17. 3480593 net: filter: get rid of BPF_S_* enum by Daniel Borkmann · 10 years ago
  18. b1fcd35 net: filter: let unattached filters use sock_fprog_kern by Daniel Borkmann · 10 years ago
  19. 8556ce7 net: filter: remove DL macro by Daniel Borkmann · 10 years ago
  20. 5fe821a net: filter: cleanup invocation of internal BPF by Alexei Starovoitov · 10 years ago
  21. 6225827 net: filter: x86: internal BPF JIT by Alexei Starovoitov · 10 years ago
  22. 9739eef net: filter: make BPF conversion more readable by Alexei Starovoitov · 10 years ago
  23. 3074383 net: filter: make register naming more comprehensible by Daniel Borkmann · 10 years ago
  24. 5bcfedf net: filter: simplify label names from jump-table by Daniel Borkmann · 10 years ago
  25. 4cd3675 filter: added BPF random opcode by Chema Gonzalez · 10 years ago
  26. 8c482cdc net: filter: seccomp: fix wrong decoding of BPF_S_ANC_SECCOMP_LD_W by Daniel Borkmann · 10 years ago
  27. bd4cf0e net: filter: rework/optimize internal BPF interpreter's instruction set by Alexei Starovoitov · 10 years ago
  28. fbc907f net: filter: move filter accounting to filter core by Daniel Borkmann · 10 years ago
  29. a3ea269 net: filter: keep original BPF program around by Daniel Borkmann · 10 years ago
  30. f8bbbfc net: filter: add jited flag to indicate jit compiled filters by Daniel Borkmann · 10 years ago
  31. 3769229 net: filter: let bpf_tell_extensions return SKF_AD_MAX by Daniel Borkmann · 10 years ago
  32. ea02f94 net: introduce SO_BPF_EXTENSIONS by Michal Sekletar · 10 years ago
  33. d45ed4a net: fix unsafe set_memory_rw from softirq by Alexei Starovoitov · 11 years ago
  34. d98cae64e Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  35. ed13998 sock_diag: fix filter code sent to userspace by Nicolas Dichtel · 11 years ago
  36. 1649544 filter: do not output bpf image address for security reason by Eric Dumazet · 11 years ago
  37. 20074f3 filter: fix va_list build error by Xi Wang · 11 years ago
  38. a691ce7 include/linux: printk is needed in filter.h when CONFIG_BPF_JIT is defined by Chen Gang · 11 years ago
  39. 7961780 filter: bpf_jit_comp: refactor and unify BPF JIT image dump output by Daniel Borkmann · 11 years ago
  40. 3e5289d filter: add ANC_PAY_OFFSET instruction for loading payload start offset by Daniel Borkmann · 11 years ago
  41. a8fc927 sk-filter: Add ability to get socket filter program (v2) by Pavel Emelyanov · 12 years ago
  42. f333503 net: filter: add vlan tag access by Eric Dumazet · 12 years ago
  43. 607ca46 UAPI: (Scripted) Disintegrate include/linux by David Howells · 12 years ago
  44. 9e49e88 filter: add XOR instruction for use with X/K by Daniel Borkmann · 12 years ago
  45. b6069a9 filter: add MOD operation by Eric Dumazet · 12 years ago
  46. cb60e3e Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 12 years ago
  47. 0c5fe1b net/compat.c,linux/filter.h: share compat_sock_fprog by Will Drewry · 12 years ago
  48. 46b325c sk_run_filter: add BPF_S_ANC_SECCOMP_LD_W by Will Drewry · 12 years ago
  49. ffe06c1 filter: add XOR operation by Jiri Pirko · 12 years ago
  50. 302d663 filter: Allow to create sk-unattached filters by Jiri Pirko · 12 years ago
  51. 4f25af2 filter: use unsigned int to silence static checker warning by Dan Carpenter · 13 years ago
  52. 60063497 atomic: use <linux/atomic.h> by Arun Sharma · 13 years ago
  53. 792d4b5 net: filter: move forward declarations to avoid compile warnings by Heiko Carstens · 13 years ago
  54. 0a14842 net: filter: Just In Time compiler for x86-64 by Eric Dumazet · 13 years ago
  55. 62ab081 filter: constify sk_run_filter() by Eric Dumazet · 14 years ago
  56. da2033c filter: add SKF_AD_RXHASH and SKF_AD_CPU by Eric Dumazet · 14 years ago
  57. 93aaae2 filter: optimize sk_run_filter by Eric Dumazet · 14 years ago
  58. 4c3710a net: move definitions of BPF_S_* to net/core/filter.c by Changli Gao · 14 years ago
  59. 01f2f3f net: optimize Berkeley Packet Filter (BPF) processing by Hagen Paul Pfeifer · 14 years ago
  60. 40eaf96 net: Socket filter ancilliary data access for skb->dev->type by Paul LeoNerd Evans · 14 years ago
  61. d94d9fe net: cleanup include/linux by Eric Dumazet · 15 years ago
  62. d19742f filter: Add SKF_AD_QUEUE instruction by Eric Dumazet · 15 years ago
  63. 7e75f93 pkt_sched: ingress socket filter by mark by jamal · 15 years ago
  64. d214c75 filter: add SKF_AD_NLATTR_NEST to look for nested attributes by Pablo Neira Ayuso · 16 years ago
  65. 4738c1d [SKFILTER]: Add SKF_ADF_NLATTR instruction by Patrick McHardy · 16 years ago
  66. 43db6d6 socket: sk_filter deinline by Stephen Hemminger · 16 years ago
  67. b715631 socket: sk_filter minor cleanups by Stephen Hemminger · 16 years ago
  68. 55b3332 [NET]: Introduce the sk_detach_filter() call by Pavel Emelyanov · 17 years ago
  69. fda9ef5 [NET]: Fix sk->sk_filter field access by Dmitry Mishin · 18 years ago
  70. 4bad4dc [NET]: Change sk_run_filter()'s return type in net/core/filter.c by Kris Katterjohn · 19 years ago
  71. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago