| Commit message (Expand) | Author | Age | Files | Lines |
* | bpf/verifier: reject BPF_ALU64|BPF_END | Edward Cree | 2017-09-16 | 1 | -1/+2 |
* | bpf: devmap, use cond_resched instead of cpu_relax | John Fastabend | 2017-09-09 | 1 | -1/+1 |
* | bpf: add support for sockmap detach programs | John Fastabend | 2017-09-09 | 2 | -11/+18 |
* | bpf: don't select potentially stale ri->map from buggy xdp progs | Daniel Borkmann | 2017-09-09 | 1 | -0/+16 |
* | bpf: fix numa_node validation | Eric Dumazet | 2017-09-05 | 1 | -1/+2 |
* | bpf: sockmap update/simplify memory accounting scheme | John Fastabend | 2017-09-02 | 1 | -11/+7 |
* | bpf: Only set node->ref = 1 if it has not been set | Martin KaFai Lau | 2017-09-01 | 2 | -2/+8 |
* | bpf: Inline LRU map lookup | Martin KaFai Lau | 2017-09-01 | 1 | -0/+19 |
* | bpf: fix oops on allocation failure | Dan Carpenter | 2017-08-29 | 1 | -0/+1 |
* | bpf: sockmap indicate sock events to listeners | John Fastabend | 2017-08-28 | 1 | -0/+6 |
* | bpf: harden sockmap program attach to ensure correct map type | John Fastabend | 2017-08-28 | 1 | -0/+3 |
* | bpf: sockmap add missing rcu_read_(un)lock in smap_data_ready | John Fastabend | 2017-08-28 | 1 | -3/+6 |
* | bpf: sockmap, remove STRPARSER map_flags and add multi-map support | John Fastabend | 2017-08-28 | 1 | -104/+165 |
* | bpf: convert sockmap field attach_bpf_fd2 to type | John Fastabend | 2017-08-28 | 2 | -38/+25 |
* | strparser: initialize all callbacks | Eric Biggers | 2017-08-25 | 1 | -5/+5 |
* | bpf: netdev is never null in __dev_map_flush | Daniel Borkmann | 2017-08-24 | 1 | -5/+3 |
* | bpf/verifier: document liveness analysis | Edward Cree | 2017-08-24 | 1 | -1/+27 |
* | bpf/verifier: remove varlen_map_value_access flag | Edward Cree | 2017-08-24 | 1 | -29/+12 |
* | bpf/verifier: when pruning a branch, ignore its write marks | Edward Cree | 2017-08-24 | 1 | -2/+7 |
* | bpf: minor cleanups for dev_map | Daniel Borkmann | 2017-08-23 | 1 | -59/+41 |
* | bpf: fix map value attribute for hash of maps | Daniel Borkmann | 2017-08-23 | 1 | -13/+17 |
* | bpf: fix double free from dev_map_notification() | Daniel Borkmann | 2017-08-21 | 1 | -7/+5 |
* | bpf: inline map in map lookup functions for array and htab | Daniel Borkmann | 2017-08-20 | 2 | -0/+43 |
* | bpf: make htab inlining more robust wrt assumptions | Daniel Borkmann | 2017-08-20 | 1 | -1/+5 |
* | bpf: Allow selecting numa node during map creation | Martin KaFai Lau | 2017-08-20 | 7 | -21/+55 |
* | bpf: Fix map-in-map checking in the verifier | Martin KaFai Lau | 2017-08-19 | 1 | -0/+1 |
* | bpf: fix a return in sockmap_get_from_fd() | Dan Carpenter | 2017-08-18 | 1 | -2/+2 |
* | bpf: don't enable preemption twice in smap_do_verdict | Daniel Borkmann | 2017-08-17 | 1 | -1/+2 |
* | bpf: fix liveness propagation to parent in spilled stack slots | Daniel Borkmann | 2017-08-17 | 1 | -1/+1 |
* | bpf: sock_map fixes for !CONFIG_BPF_SYSCALL and !STREAM_PARSER | John Fastabend | 2017-08-17 | 2 | -1/+5 |
* | bpf: sockmap state change warning fix | John Fastabend | 2017-08-17 | 1 | -0/+3 |
* | bpf: devmap: remove unnecessary value size check | John Fastabend | 2017-08-16 | 1 | -6/+0 |
* | bpf: add access to sock fields and pkt data from sk_skb programs | John Fastabend | 2017-08-16 | 1 | -0/+1 |
* | bpf: sockmap with sk redirect support | John Fastabend | 2017-08-16 | 4 | -2/+857 |
* | bpf: export bpf_prog_inc_not_zero | John Fastabend | 2017-08-16 | 1 | -1/+2 |
* | bpf/verifier: track liveness for pruning | Edward Cree | 2017-08-16 | 1 | -43/+146 |
* | bpf: enable BPF_J{LT, LE, SLT, SLE} opcodes in verifier | Daniel Borkmann | 2017-08-10 | 1 | -4/+58 |
* | bpf: add BPF_J{LT,LE,SLT,SLE} instructions | Daniel Borkmann | 2017-08-10 | 1 | -0/+60 |
* | bpf: Extend check_uarg_tail_zero() checks | Mickaël Salaün | 2017-08-09 | 1 | -11/+15 |
* | bpf: Move check_uarg_tail_zero() upward | Mickaël Salaün | 2017-08-09 | 1 | -26/+26 |
* | bpf/verifier: increase complexity limit to 128k | Edward Cree | 2017-08-09 | 1 | -1/+1 |
* | bpf/verifier: more concise register state logs for constant var_off | Edward Cree | 2017-08-09 | 1 | -19/+27 |
* | bpf/verifier: track signed and unsigned min/max values | Edward Cree | 2017-08-09 | 2 | -308/+445 |
* | bpf/verifier: rework value tracking | Edward Cree | 2017-08-09 | 3 | -807/+1139 |
* | bpf: devmap fix mutex in rcu critical section | John Fastabend | 2017-08-07 | 1 | -23/+25 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2017-08-01 | 2 | -8/+17 |
|\ |
|
| * | bpf: fix bpf_prog_get_info_by_fd to dump correct xlated_prog_len | Daniel Borkmann | 2017-07-30 | 1 | -1/+1 |
| * | bpf: don't indicate success when copy_from_user fails | Daniel Borkmann | 2017-07-29 | 1 | -1/+1 |
| * | bpf/verifier: fix min/max handling in BPF_SUB | Edward Cree | 2017-07-24 | 1 | -6/+15 |
* | | bpf: dev_map_alloc() shouldn't return NULL | Dan Carpenter | 2017-07-25 | 1 | -0/+1 |