summaryrefslogtreecommitdiffstats
path: root/kernel/bpf
Commit message (Expand)AuthorAgeFilesLines
* bpf: btf: implement btf_name_valid_identifier()Yonghong Song2018-11-281-0/+25
* bpf, ppc64: generalize fetching subprog into bpf_jit_get_func_addrDaniel Borkmann2018-11-261-0/+34
* bpf: fix integer overflow in queue_stack_mapAlexei Starovoitov2018-11-221-8/+8
* bpf: allocate local storage buffers using GFP_ATOMICRoman Gushchin2018-11-161-1/+2
* bpf: fix off-by-one error in adjust_subprog_startsEdward Cree2018-11-161-1/+1
* bpf: fix bpf_prog_get_info_by_fd to return 0 func_lens for unprivDaniel Borkmann2018-11-021-0/+1
* bpf: show main program address and length in bpf_prog_infoSong Liu2018-11-021-9/+24
* bpf: show real jited address in bpf_prog_info->jited_ksymsSong Liu2018-11-021-1/+0
* bpf: show real jited prog address in /proc/kallsymsSong Liu2018-11-021-3/+1
* bpf: don't set id on after map lookup with ptr_to_map_val returnDaniel Borkmann2018-10-311-5/+6
* bpf: fix partial copy of map_ptr when dst is scalarDaniel Borkmann2018-10-311-4/+6
* bpf: add bpf_jit_limit knob to restrict unpriv allocationsDaniel Borkmann2018-10-251-3/+46
* bpf: make direct packet write unclone more robustDaniel Borkmann2018-10-251-1/+5
* bpf: fix leaking uninitialized memory on pop/peek helpersDaniel Borkmann2018-10-251-0/+2
* bpf: fix direct packet write into pop/peek helpersDaniel Borkmann2018-10-251-2/+0
* bpf: fix cg_skb types to hint access type in may_access_direct_pkt_dataDaniel Borkmann2018-10-251-0/+1
* bpf: fix direct packet access for flow dissector progsDaniel Borkmann2018-10-251-2/+4
* bpf, btf: fix a missing check bug in btf_parseMartin Lau2018-10-261-33/+25
* bpf: devmap: fix wrong interface selection in notifier_callTaehee Yoo2018-10-261-2/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-10-218-20/+500
|\
| * bpf, verifier: avoid retpoline for map push/pop/peek operationDaniel Borkmann2018-10-201-1/+24
| * bpf, verifier: remove unneeded flow key in check_helper_mem_accessDaniel Borkmann2018-10-201-2/+0
| * bpf, verifier: reject xadd on flow key memoryDaniel Borkmann2018-10-201-1/+10
| * bpf, verifier: fix register type dump in xadd and stDaniel Borkmann2018-10-201-6/+13
| * bpf: remove unused variableAlexei Starovoitov2018-10-191-1/+1
| * bpf: add cg_skb_is_valid_access for BPF_PROG_TYPE_CGROUP_SKBSong Liu2018-10-191-0/+6
| * bpf: add MAP_LOOKUP_AND_DELETE_ELEM syscallMauricio Vasquez B2018-10-191-0/+66
| * bpf: add queue and stack mapsMauricio Vasquez B2018-10-196-2/+359
| * bpf/verifier: add ARG_PTR_TO_UNINIT_MAP_VALUEMauricio Vasquez B2018-10-191-3/+6
| * bpf/syscall: allow key to be null in map functionsMauricio Vasquez B2018-10-191-4/+15
| * bpf: rename stack trace map operationsMauricio Vasquez B2018-10-191-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-10-191-8/+2
|\ \ | |/ |/|
| * xsk: do not call synchronize_net() under RCU read lockBjörn Töpel2018-10-111-8/+2
* | bpf, sockmap: convert to generic sk_msg interfaceDaniel Borkmann2018-10-154-2620/+3
* | tcp, ulp: remove ulp bits from sockmapDaniel Borkmann2018-10-151-29/+10
* | bpf: wait for running BPF programs when updating map-in-mapDaniel Colascione2018-10-121-0/+13
* | bpf: return EOPNOTSUPP when map lookup isn't supportedPrashant Bhole2018-10-094-4/+4
* | bpf: error handling when map_lookup_elem isn't supportedPrashant Bhole2018-10-091-2/+7
* | bpf: btf: Fix a missing check bugWenwen Wang2018-10-091-0/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-10-087-184/+767
|\ \
| * | bpf: allow offload of programs with BPF-to-BPF function callsQuentin Monnet2018-10-081-7/+3
| * | bpf: add verifier callback to get stack usage info for offloaded progsQuentin Monnet2018-10-082-0/+21
| * | bpf: Add helper to retrieve socket in BPFJoe Stringer2018-10-031-1/+7
| * | bpf: Add reference tracking to verifierJoe Stringer2018-10-031-19/+287
| * | bpf: Macrofy stack state copyJoe Stringer2018-10-031-46/+60
| * | bpf: Add PTR_TO_SOCKET verifier typeJoe Stringer2018-10-031-14/+106
| * | bpf: Generalize ptr_or_null regs checkJoe Stringer2018-10-031-18/+25
| * | bpf: Reuse canonical string formatter for ctx errsJoe Stringer2018-10-031-4/+3
| * | bpf: Simplify ptr_min_max_vals adjustmentJoe Stringer2018-10-031-12/+10
| * | bpf: Add iterator for spilled registersJoe Stringer2018-10-031-9/+7