summaryrefslogtreecommitdiffstats
path: root/kernel/bpf/syscall.c
AgeCommit message (Expand)AuthorLines
2017-02-12bpf: introduce BPF_F_ALLOW_OVERRIDE flagAlexei Starovoitov-6/+14
2017-01-18bpf: don't trigger OOM killer under pressure with map allocDaniel Borkmann-0/+26
2017-01-16bpf: rework prog_digest into prog_tagDaniel Borkmann-4/+4
2016-12-17bpf: fix overflow in prog accountingDaniel Borkmann-8/+28
2016-12-17bpf: dynamically allocate digest scratch bufferDaniel Borkmann-1/+1
2016-12-08bpf: xdp: Allow head adjustment in XDP progMartin KaFai Lau-0/+2
2016-12-07bpf: fix loading of BPF_MAXINSNS sized programsDaniel Borkmann-2/+2
2016-12-05bpf: add prog_digest and expose it via fdinfo/netlinkDaniel Borkmann-1/+23
2016-12-02bpf: Add new cgroup attach type to enable sock modificationsDavid Ahern-1/+4
2016-12-02bpf: Refactor cgroups code in prep for new typeDavid Ahern-13/+15
2016-11-27bpf: add owner_prog_type and accounted mem to array map's fdinfoDaniel Borkmann-2/+15
2016-11-25bpf: add BPF_PROG_ATTACH and BPF_PROG_DETACH commandsDaniel Mack-0/+81
2016-11-21bpf, mlx5: fix mlx5e_create_rq taking reference on progDaniel Borkmann-0/+1
2016-11-15bpf: Add BPF_MAP_TYPE_LRU_PERCPU_HASHMartin KaFai Lau-2/+6
2016-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-1/+3
2016-11-14bpf: Use u64_to_user_ptr()Mickaël Salaün-17/+12
2016-11-12bpf, mlx4: fix prog refcount in mlx4_en_try_alloc_resources error pathDaniel Borkmann-0/+11
2016-11-07bpf: fix map not being uncharged during map creation failureDaniel Borkmann-1/+3
2016-07-19bpf: add bpf_prog_add api for bulk prog refcntBrenden Blanco-3/+9
2016-07-01cgroup: bpf: Add BPF_MAP_TYPE_CGROUP_ARRAYMartin KaFai Lau-1/+2
2016-07-01bpf: refactor bpf_prog_get and type check into helperDaniel Borkmann-8/+19
2016-07-01bpf: generally move prog destruction to RCU deferralDaniel Borkmann-10/+3
2016-06-15bpf, maps: extend map_fd_get_ptr argumentsDaniel Borkmann-0/+6
2016-06-15bpf, maps: add release callbackDaniel Borkmann-1/+6
2016-05-16bpf: prepare bpf_int_jit_compile/bpf_prog_select_runtime apisDaniel Borkmann-1/+1
2016-04-28bpf: fix refcnt overflowAlexei Starovoitov-4/+20
2016-03-25bpf: add missing map_flags to bpf_map_show_fdinfoDaniel Borkmann-2/+4
2016-03-09bpf: bpf_stackmap_copy depends on CONFIG_PERF_EVENTSAlexei Starovoitov-0/+5
2016-03-08bpf: convert stackmap to pre-allocationAlexei Starovoitov-0/+2
2016-03-08bpf: pre-allocate hash map elementsAlexei Starovoitov-1/+14
2016-03-08bpf: prevent kprobe+bpf deadlocksAlexei Starovoitov-0/+13
2016-02-06bpf: add lookup/update support for per-cpu hash and array mapsAlexei Starovoitov-17/+40
2015-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-18/+32
2015-12-02bpf: fix allocation warnings in bpf maps and integer overflowAlexei Starovoitov-2/+2
2015-11-25bpf: fix clearing on persistent program array mapsDaniel Borkmann-11/+25
2015-11-20bpf: add show_fdinfo handler for mapsDaniel Borkmann-1/+21
2015-11-02bpf: add support for persistent maps/progsDaniel Borkmann-3/+27
2015-11-02bpf: consolidate bpf_prog_put{, _rcu} dismantle pathsDaniel Borkmann-10/+5
2015-11-02bpf: align and clean bpf_{map,prog}_get helpersDaniel Borkmann-18/+23
2015-11-02bpf: abstract anon_inode_getfd invocationsDaniel Borkmann-3/+14
2015-10-16bpf: Need to call bpf_prog_uncharge_memlock from bpf_prog_putTom Herbert-0/+1
2015-10-12bpf: charge user for creation of BPF maps and programsAlexei Starovoitov-0/+63
2015-10-12bpf: enable non-root eBPF programsAlexei Starovoitov-5/+6
2015-10-08bpf: split state from prandom_u32() and consolidate {c, e}BPF prngsDaniel Borkmann-0/+2
2015-10-03sched, bpf: add helper for retrieving routing realmsDaniel Borkmann-0/+2
2015-10-03ebpf: migrate bpf_prog's flags to bitfieldDaniel Borkmann-2/+2
2015-09-09ebpf: fix fd refcount leaks related to maps in bpf syscallDaniel Borkmann-4/+8
2015-08-09bpf: Make the bpf_prog_array_map more genericWang Nan-1/+1
2015-05-31bpf: add missing rcu protection when releasing programs from prog_arrayAlexei Starovoitov-1/+18
2015-05-21bpf: allow bpf programs to tail-call other bpf programsAlexei Starovoitov-1/+22