Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bpf: devmap, use cond_resched instead of cpu_relax | John Fastabend | 2017-09-09 | 1 | -1/+1 |
* | bpf: netdev is never null in __dev_map_flush | Daniel Borkmann | 2017-08-24 | 1 | -5/+3 |
* | bpf: minor cleanups for dev_map | Daniel Borkmann | 2017-08-23 | 1 | -59/+41 |
* | bpf: fix double free from dev_map_notification() | Daniel Borkmann | 2017-08-21 | 1 | -7/+5 |
* | bpf: Allow selecting numa node during map creation | Martin KaFai Lau | 2017-08-20 | 1 | -3/+6 |
* | bpf: devmap: remove unnecessary value size check | John Fastabend | 2017-08-16 | 1 | -6/+0 |
* | bpf: devmap fix mutex in rcu critical section | John Fastabend | 2017-08-07 | 1 | -23/+25 |
* | bpf: dev_map_alloc() shouldn't return NULL | Dan Carpenter | 2017-07-25 | 1 | -0/+1 |
* | net: add notifier hooks for devmap bpf map | John Fastabend | 2017-07-17 | 1 | -0/+73 |
* | xdp: Add batching support to redirect map | John Fastabend | 2017-07-17 | 1 | -1/+83 |
* | bpf: add bpf_redirect_map helper routine | John Fastabend | 2017-07-17 | 1 | -0/+12 |
* | bpf: add devmap, a map for storing net device references | John Fastabend | 2017-07-17 | 1 | -0/+264 |