summaryrefslogtreecommitdiffstats
path: root/kernel/bpf
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | Merge tag 'v4.18-rc5' into locking/core, to pick up fixesIngo Molnar2018-07-174-177/+260
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| * | | | | atomics/treewide: Rename __atomic_add_unless() => atomic_fetch_add_unless()Mark Rutland2018-06-211-2/+2
* | | | | | xdp: fix bug in devmap teardown code pathJesper Dangaard Brouer2018-08-091-5/+9
* | | | | | xdp: fix bug in cpumap teardown code pathJesper Dangaard Brouer2018-08-091-6/+9
* | | | | | bpf, sockmap: fix leak in bpf_tcp_sendmsg wait for mem pathDaniel Borkmann2018-08-081-2/+5
* | | | | | bpf, sockmap: fix bpf_tcp_sendmsg sock error handlingDaniel Borkmann2018-08-081-1/+1
| |_|_|_|/ |/| | | |
* | | | | bpf: btf: Use exact btf value_size match in map_check_btf()Martin KaFai Lau2018-07-271-1/+1
* | | | | bpf: btf: Ensure the member->offset is in the right orderMartin KaFai Lau2018-07-241-1/+13
| |_|_|/ |/| | |
* | | | bpf: btf: Clean up BTF_INT_BITS() in uapi btf.hMartin KaFai Lau2018-07-201-6/+10
| |_|/ |/| |
* | | bpf: don't leave partial mangled prog in jit_subprogs error pathDaniel Borkmann2018-07-121-2/+9
* | | bpf: btf: Fix bitfield extraction for big endianOkash Khawaja2018-07-111-17/+13
* | | xdp: XDP_REDIRECT should check IFF_UP and MTUToshiaki Makita2018-07-071-1/+6
* | | bpf: sockmap, convert bpf_compute_data_pointers to bpf_*_sk_skbJohn Fastabend2018-07-071-2/+2
* | | bpf: sockmap, consume_skb in close pathJohn Fastabend2018-07-071-1/+4
* | | bpf: sockhash, disallow bpf_tcp_close and update in parallelJohn Fastabend2018-07-072-1/+18
* | | bpf: sockmap, hash table is RCU so readers do not need locksJohn Fastabend2018-07-071-2/+0
* | | bpf: sockmap, error path can not release psock in multi-map caseJohn Fastabend2018-07-071-11/+6
* | | bpf: hash map: decrement counter on errorMauricio Vasquez B2018-07-031-5/+11
| |/ |/|
* | bpf: sockhash, add release routineJohn Fastabend2018-07-011-0/+1
* | bpf: sockhash fix omitted bucket lock in sock_closeJohn Fastabend2018-07-011-49/+96
* | bpf: sockmap, fix smap_list_map_remove when psock is in many mapsJohn Fastabend2018-07-011-12/+22
* | bpf: sockmap, fix crash when ipv6 sock is addedJohn Fastabend2018-07-011-10/+48
* | bpf: undo prog rejection on read-only lock failureDaniel Borkmann2018-06-291-29/+1
* | bpf: fix attach type BPF_LIRC_MODE2 dependency wrt CONFIG_CGROUP_BPFSean Young2018-06-263-78/+93
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2018-06-173-16/+79
|\
| * xdp: Fix handling of devmap in generic XDPToshiaki Makita2018-06-151-0/+14
| * bpf: reject any prog that failed read-only lockDaniel Borkmann2018-06-152-10/+49
| * bpf: fix panic in prog load calls cleanupDaniel Borkmann2018-06-152-6/+16
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-06-161-2/+12
|\|
| * bpf: implement dummy fops for bpf objectsDaniel Borkmann2018-06-081-2/+12
* | treewide: Use array_size() in vzalloc()Kees Cook2018-06-121-3/+5
* | treewide: kvzalloc() -> kvcalloc()Kees Cook2018-06-121-4/+4
* | treewide: kzalloc() -> kcalloc()Kees Cook2018-06-121-1/+1
* | treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-121-2/+3
|/
* bpf: reject passing modified ctx to helper functionsDaniel Borkmann2018-06-071-17/+31
* bpf: implement bpf_get_current_cgroup_id() helperYonghong Song2018-06-032-0/+16
* bpf/xdp: devmap can avoid calling ndo_xdp_flushJesper Dangaard Brouer2018-06-031-13/+6
* xdp: add flags argument to ndo_xdp_xmit APIJesper Dangaard Brouer2018-06-031-1/+1
* bpf: fix context access in tracing progs on 32 bit archsDaniel Borkmann2018-06-031-1/+2
* bpf: avoid retpoline for lookup/update/delete calls on mapsDaniel Borkmann2018-06-032-22/+58
* bpf: show prog and map id in fdinfoDaniel Borkmann2018-06-031-4/+8
* bpf: fixup error message from gpl helpers on license mismatchDaniel Borkmann2018-06-031-1/+1
* bpf: btf: Ensure t->type == 0 for BTF_KIND_FWDMartin KaFai Lau2018-06-021-1/+20
* bpf: btf: Check array t->sizeMartin KaFai Lau2018-06-021-0/+5
* bpf: devmap: remove redundant assignment of dev = devColin Ian King2018-05-301-1/+1
* media: rc: introduce BPF_PROG_LIRC_MODE2Sean Young2018-05-301-0/+7
* bpf: bpf_prog_array_copy() should return -ENOENT if exclude_prog not foundSean Young2018-05-301-2/+9
* bpf: Hooks for sys_sendmsgAndrey Ignatov2018-05-282-1/+18
* bpf: avoid -Wmaybe-uninitialized warningArnd Bergmann2018-05-281-4/+3
* bpf: btf: avoid -Wreturn-type warningArnd Bergmann2018-05-281-1/+1