summaryrefslogtreecommitdiff
path: root/kernel/bpf
AgeCommit message (Expand)Author
2017-11-02Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-11-01bpf: remove SK_REDIRECT from UAPIJohn Fastabend
2017-10-29bpf: rename sk_actions to align with bpf infrastructureJohn Fastabend
2017-10-29bpf: bpf_compute_data uses incorrect cb structureJohn Fastabend
2017-10-22bpf: fix pattern matches for direct packet accessDaniel Borkmann
2017-10-22bpf: fix off by one for range markings with L{T, E} patternsDaniel Borkmann
2017-10-22bpf: devmap fix arithmetic overflow in bitmap_size calculationJohn Fastabend
2017-10-20bpf: require CAP_NET_ADMIN when using devmapJohn Fastabend
2017-10-20bpf: require CAP_NET_ADMIN when using sockmap mapsJohn Fastabend
2017-10-20bpf: avoid preempt enable/disable in sockmap using tcp_skb_cb regionJohn Fastabend
2017-10-20bpf: enforce TCP only support for sockmapJohn Fastabend
2017-10-19bpf: do not test for PCPU_MIN_UNIT_SIZE before percpu allocationsDaniel Borkmann
2017-10-19bpf: fix splat for illegal devmap percpu allocationDaniel Borkmann
2017-10-18bpf: disallow arithmetic operations on context pointerJakub Kicinski
2017-10-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2017-10-09netfilter: xt_bpf: Fix XT_BPF_MODE_FD_PINNED mode of 'xt_bpf_info_v1'Shmulik Ladkani
2017-10-07bpf: fix liveness markingAlexei Starovoitov
2017-10-03bpf: fix bpf_tail_call() x64 JITAlexei Starovoitov
2017-09-19bpf: fix ri->map_owner pointer on bpf_prog_reallocDaniel Borkmann
2017-09-19bpf: do not disable/enable BH in bpf_map_free_id()Eric Dumazet
2017-09-18bpf: devmap: pass on return value of bpf_map_precharge_memlockTobias Klauser
2017-09-15bpf/verifier: reject BPF_ALU64|BPF_ENDEdward Cree
2017-09-08bpf: devmap, use cond_resched instead of cpu_relaxJohn Fastabend
2017-09-08bpf: add support for sockmap detach programsJohn Fastabend
2017-09-08bpf: don't select potentially stale ri->map from buggy xdp progsDaniel Borkmann
2017-09-05bpf: fix numa_node validationEric Dumazet
2017-09-01bpf: sockmap update/simplify memory accounting schemeJohn Fastabend
2017-09-01bpf: Only set node->ref = 1 if it has not been setMartin KaFai Lau
2017-09-01bpf: Inline LRU map lookupMartin KaFai Lau
2017-08-28bpf: fix oops on allocation failureDan Carpenter
2017-08-28bpf: sockmap indicate sock events to listenersJohn Fastabend
2017-08-28bpf: harden sockmap program attach to ensure correct map typeJohn Fastabend
2017-08-28bpf: sockmap add missing rcu_read_(un)lock in smap_data_readyJohn Fastabend
2017-08-28bpf: sockmap, remove STRPARSER map_flags and add multi-map supportJohn Fastabend
2017-08-28bpf: convert sockmap field attach_bpf_fd2 to typeJohn Fastabend
2017-08-24strparser: initialize all callbacksEric Biggers
2017-08-23bpf: netdev is never null in __dev_map_flushDaniel Borkmann
2017-08-23bpf/verifier: document liveness analysisEdward Cree
2017-08-23bpf/verifier: remove varlen_map_value_access flagEdward Cree
2017-08-23bpf/verifier: when pruning a branch, ignore its write marksEdward Cree
2017-08-22bpf: minor cleanups for dev_mapDaniel Borkmann
2017-08-22bpf: fix map value attribute for hash of mapsDaniel Borkmann
2017-08-20bpf: fix double free from dev_map_notification()Daniel Borkmann
2017-08-19bpf: inline map in map lookup functions for array and htabDaniel Borkmann
2017-08-19bpf: make htab inlining more robust wrt assumptionsDaniel Borkmann
2017-08-19bpf: Allow selecting numa node during map creationMartin KaFai Lau
2017-08-18bpf: Fix map-in-map checking in the verifierMartin KaFai Lau
2017-08-18bpf: fix a return in sockmap_get_from_fd()Dan Carpenter
2017-08-17bpf: don't enable preemption twice in smap_do_verdictDaniel Borkmann