summaryrefslogtreecommitdiffstats
path: root/kernel/bpf
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'linus' into perf/core, to fix conflictsIngo Molnar2017-11-072-6/+24
|\
| * Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-11-021-0/+1
| |\
| | * License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
| * | bpf: remove SK_REDIRECT from UAPIJohn Fastabend2017-11-011-4/+12
| * | bpf: rename sk_actions to align with bpf infrastructureJohn Fastabend2017-10-291-1/+2
| * | bpf: bpf_compute_data uses incorrect cb structureJohn Fastabend2017-10-291-2/+10
| |/
* | perf/bpf: Extend the perf_event_read_local() interface, a.k.a. "bpf: perf eve...Yonghong Song2017-10-271-1/+1
|/
* bpf: fix pattern matches for direct packet accessDaniel Borkmann2017-10-221-0/+24
* bpf: fix off by one for range markings with L{T, E} patternsDaniel Borkmann2017-10-221-12/+21
* bpf: devmap fix arithmetic overflow in bitmap_size calculationJohn Fastabend2017-10-221-1/+1
* bpf: require CAP_NET_ADMIN when using devmapJohn Fastabend2017-10-201-0/+3
* bpf: require CAP_NET_ADMIN when using sockmap mapsJohn Fastabend2017-10-201-0/+3
* bpf: avoid preempt enable/disable in sockmap using tcp_skb_cb regionJohn Fastabend2017-10-201-10/+9
* bpf: enforce TCP only support for sockmapJohn Fastabend2017-10-201-0/+6
* bpf: do not test for PCPU_MIN_UNIT_SIZE before percpu allocationsDaniel Borkmann2017-10-192-5/+1
* bpf: fix splat for illegal devmap percpu allocationDaniel Borkmann2017-10-191-2/+3
* bpf: disallow arithmetic operations on context pointerJakub Kicinski2017-10-181-2/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2017-10-091-0/+1
|\
| * netfilter: xt_bpf: Fix XT_BPF_MODE_FD_PINNED mode of 'xt_bpf_info_v1'Shmulik Ladkani2017-10-091-0/+1
* | bpf: fix liveness markingAlexei Starovoitov2017-10-071-0/+5
* | bpf: fix bpf_tail_call() x64 JITAlexei Starovoitov2017-10-031-1/+1
|/
* bpf: fix ri->map_owner pointer on bpf_prog_reallocDaniel Borkmann2017-09-191-1/+6
* bpf: do not disable/enable BH in bpf_map_free_id()Eric Dumazet2017-09-191-2/+4
* bpf: devmap: pass on return value of bpf_map_precharge_memlockTobias Klauser2017-09-181-2/+4
* bpf/verifier: reject BPF_ALU64|BPF_ENDEdward Cree2017-09-151-1/+2
* bpf: devmap, use cond_resched instead of cpu_relaxJohn Fastabend2017-09-081-1/+1
* bpf: add support for sockmap detach programsJohn Fastabend2017-09-082-11/+18
* bpf: don't select potentially stale ri->map from buggy xdp progsDaniel Borkmann2017-09-081-0/+16
* bpf: fix numa_node validationEric Dumazet2017-09-051-1/+2
* bpf: sockmap update/simplify memory accounting schemeJohn Fastabend2017-09-011-11/+7
* bpf: Only set node->ref = 1 if it has not been setMartin KaFai Lau2017-09-012-2/+8
* bpf: Inline LRU map lookupMartin KaFai Lau2017-09-011-0/+19
* bpf: fix oops on allocation failureDan Carpenter2017-08-281-0/+1
* bpf: sockmap indicate sock events to listenersJohn Fastabend2017-08-281-0/+6
* bpf: harden sockmap program attach to ensure correct map typeJohn Fastabend2017-08-281-0/+3
* bpf: sockmap add missing rcu_read_(un)lock in smap_data_readyJohn Fastabend2017-08-281-3/+6
* bpf: sockmap, remove STRPARSER map_flags and add multi-map supportJohn Fastabend2017-08-281-104/+165
* bpf: convert sockmap field attach_bpf_fd2 to typeJohn Fastabend2017-08-282-38/+25
* strparser: initialize all callbacksEric Biggers2017-08-241-5/+5
* bpf: netdev is never null in __dev_map_flushDaniel Borkmann2017-08-231-5/+3
* bpf/verifier: document liveness analysisEdward Cree2017-08-231-1/+27
* bpf/verifier: remove varlen_map_value_access flagEdward Cree2017-08-231-29/+12
* bpf/verifier: when pruning a branch, ignore its write marksEdward Cree2017-08-231-2/+7
* bpf: minor cleanups for dev_mapDaniel Borkmann2017-08-221-59/+41
* bpf: fix map value attribute for hash of mapsDaniel Borkmann2017-08-221-13/+17
* bpf: fix double free from dev_map_notification()Daniel Borkmann2017-08-201-7/+5
* bpf: inline map in map lookup functions for array and htabDaniel Borkmann2017-08-192-0/+43
* bpf: make htab inlining more robust wrt assumptionsDaniel Borkmann2017-08-191-1/+5
* bpf: Allow selecting numa node during map creationMartin KaFai Lau2017-08-197-21/+55
* bpf: Fix map-in-map checking in the verifierMartin KaFai Lau2017-08-181-0/+1
OpenPOWER on IntegriCloud