summaryrefslogtreecommitdiffstats
path: root/kernel/bpf/syscall.c
Commit message (Expand)AuthorAgeFilesLines
* bpf: do not disable/enable BH in bpf_map_free_id()Eric Dumazet2017-09-191-2/+4
* bpf: add support for sockmap detach programsJohn Fastabend2017-09-081-10/+17
* bpf: fix numa_node validationEric Dumazet2017-09-051-1/+2
* bpf: convert sockmap field attach_bpf_fd2 to typeJohn Fastabend2017-08-281-27/+11
* bpf: Allow selecting numa node during map creationMartin KaFai Lau2017-08-191-4/+10
* bpf: fix a return in sockmap_get_from_fd()Dan Carpenter2017-08-181-2/+2
* bpf: sockmap with sk redirect supportJohn Fastabend2017-08-161-1/+50
* bpf: export bpf_prog_inc_not_zeroJohn Fastabend2017-08-161-1/+2
* bpf: Extend check_uarg_tail_zero() checksMickaël Salaün2017-08-081-11/+15
* bpf: Move check_uarg_tail_zero() upwardMickaël Salaün2017-08-081-26/+26
* bpf: fix bpf_prog_get_info_by_fd to dump correct xlated_prog_lenDaniel Borkmann2017-07-291-1/+1
* bpf: don't indicate success when copy_from_user failsDaniel Borkmann2017-07-291-1/+1
* Merge branch 'work.memdup_user' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-07-051-29/+16
|\
| * bpf: don't open-code memdup_user()Al Viro2017-06-301-29/+16
* | bpf: export whether tail call has jited ownerDaniel Borkmann2017-07-031-1/+6
* | bpf: BPF support for sock_opsLawrence Brakmo2017-07-011-0/+5
* | bpf: Add syscall lookup support for fd array and htabMartin KaFai Lau2017-06-291-3/+13
* | bpf: Add BPF_OBJ_GET_INFO_BY_FDMartin KaFai Lau2017-06-061-17/+146
* | bpf: Add BPF_MAP_GET_FD_BY_IDMartin KaFai Lau2017-06-061-10/+85
* | bpf: Add BPF_PROG_GET_FD_BY_IDMartin KaFai Lau2017-06-061-10/+81
* | bpf: Add BPF_(PROG|MAP)_GET_NEXT_ID commandMartin KaFai Lau2017-06-061-0/+38
* | bpf: Introduce bpf_map IDMartin KaFai Lau2017-06-061-1/+33
* | bpf: Introduce bpf_prog IDMartin KaFai Lau2017-06-061-1/+39
* | bpf: Remove the capability check for cgroup skb eBPF programChenbo Feng2017-06-021-1/+3
* | bpf: Add strict alignment flag for BPF_PROG_LOAD.David S. Miller2017-05-111-1/+4
|/
* mm, vmalloc: use __GFP_HIGHMEM implicitlyMichal Hocko2017-05-081-2/+1
* bpf: map_get_next_key to return first key on NULLTeng Qin2017-04-251-8/+12
* bpf: remove struct bpf_map_type_listJohannes Berg2017-04-111-18/+19
* bpf: remove struct bpf_prog_type_listJohannes Berg2017-04-111-16/+11
* bpf: introduce BPF_PROG_TEST_RUN commandAlexei Starovoitov2017-04-011-2/+25
* bpf: Add hash of maps supportMartin KaFai Lau2017-03-221-1/+7
* bpf: Add array of maps supportMartin KaFai Lau2017-03-221-2/+5
* bpf: move fixup_bpf_calls() functionAlexei Starovoitov2017-03-161-56/+0
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* bpf: make jited programs visible in tracesDaniel Borkmann2017-02-171-0/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-02-161-6/+14
|\
| * bpf: introduce BPF_F_ALLOW_OVERRIDE flagAlexei Starovoitov2017-02-121-6/+14
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-01-281-0/+26
|\ \ | |/
| * bpf: don't trigger OOM killer under pressure with map allocDaniel Borkmann2017-01-181-0/+26
* | bpf: add initial bpf tracepointsDaniel Borkmann2017-01-251-2/+17
|/
* bpf: rework prog_digest into prog_tagDaniel Borkmann2017-01-161-4/+4
* bpf: fix overflow in prog accountingDaniel Borkmann2016-12-171-8/+28
* bpf: dynamically allocate digest scratch bufferDaniel Borkmann2016-12-171-1/+1
* bpf: xdp: Allow head adjustment in XDP progMartin KaFai Lau2016-12-081-0/+2
* bpf: fix loading of BPF_MAXINSNS sized programsDaniel Borkmann2016-12-071-2/+2
* bpf: add prog_digest and expose it via fdinfo/netlinkDaniel Borkmann2016-12-051-1/+23
* bpf: Add new cgroup attach type to enable sock modificationsDavid Ahern2016-12-021-1/+4
* bpf: Refactor cgroups code in prep for new typeDavid Ahern2016-12-021-13/+15
* bpf: add owner_prog_type and accounted mem to array map's fdinfoDaniel Borkmann2016-11-271-2/+15
* bpf: add BPF_PROG_ATTACH and BPF_PROG_DETACH commandsDaniel Mack2016-11-251-0/+81
OpenPOWER on IntegriCloud