summaryrefslogtreecommitdiffstats
path: root/kernel/bpf
AgeCommit message (Expand)Author
2016-01-12net: bpf: reject invalid shiftsRabin Vincent
2015-12-29bpf: hash: use per-bucket spinlocktom.leiming@gmail.com
2015-12-29bpf: hash: move select_bucket() out of htab's spinlocktom.leiming@gmail.com
2015-12-29bpf: hash: use atomic counttom.leiming@gmail.com
2015-12-18bpf: move clearing of A/X into classic to eBPF migration prologueDaniel Borkmann
2015-12-12bpf, inode: allow for rename and link opsDaniel Borkmann
2015-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-12-02bpf: fix allocation warnings in bpf maps and integer overflowAlexei Starovoitov
2015-12-01bpf, array: fix heap out-of-bounds access when updating elementsDaniel Borkmann
2015-11-25bpf: fix clearing on persistent program array mapsDaniel Borkmann
2015-11-20bpf: add show_fdinfo handler for mapsDaniel Borkmann
2015-11-03bpf, verifier: annotate verbose printer with __printfDaniel Borkmann
2015-11-02bpf: add support for persistent maps/progsDaniel Borkmann
2015-11-02bpf: consolidate bpf_prog_put{, _rcu} dismantle pathsDaniel Borkmann
2015-11-02bpf: align and clean bpf_{map,prog}_get helpersDaniel Borkmann
2015-11-02bpf: abstract anon_inode_getfd invocationsDaniel Borkmann
2015-11-02bpf: convert hashtab lock to raw lockYang Shi
2015-10-26bpf: fix bpf_perf_event_read() helperAlexei Starovoitov
2015-10-22bpf: introduce bpf_perf_event_output() helperAlexei Starovoitov
2015-10-16bpf: Need to call bpf_prog_uncharge_memlock from bpf_prog_putTom Herbert
2015-10-12bpf: charge user for creation of BPF maps and programsAlexei Starovoitov
2015-10-12bpf: enable non-root eBPF programsAlexei Starovoitov
2015-10-11bpf: fix cb access in socket filter programsAlexei Starovoitov
2015-10-08bpf: split state from prandom_u32() and consolidate {c, e}BPF prngsDaniel Borkmann
2015-10-05ebpf: include perf_event only where really neededDaniel Borkmann
2015-10-03sched, bpf: add helper for retrieving routing realmsDaniel Borkmann
2015-10-03ebpf: migrate bpf_prog's flags to bitfieldDaniel Borkmann
2015-09-09bpf: fix out of bounds access in verifier logAlexei Starovoitov
2015-09-09ebpf: fix fd refcount leaks related to maps in bpf syscallDaniel Borkmann
2015-08-12bpf: fix bpf_perf_event_read() loop upper boundWei-Chun Chao
2015-08-09bpf: Implement function bpf_perf_event_read() that get the selected hardware ...Kaixu Xia
2015-08-09bpf: Add new bpf map type to store the pointer to struct perf_eventKaixu Xia
2015-08-09bpf: Make the bpf_prog_array_map more genericWang Nan
2015-07-27ebpf: Allow dereferences of PTR_TO_STACK registersAlex Gartrell
2015-07-20test_bpf: add bpf_skb_vlan_push/pop() testsAlexei Starovoitov
2015-07-13ebpf: remove self-assignment in interpreter's tail callDaniel Borkmann
2015-06-15bpf: allow networking programs to use bpf_trace_printk() for debuggingAlexei Starovoitov
2015-06-15bpf: introduce current->pid, tgid, uid, gid, comm accessorsAlexei Starovoitov
2015-06-07bpf: allow programs to write to certain skb fieldsAlexei Starovoitov
2015-05-31ebpf: misc core cleanupDaniel Borkmann
2015-05-31ebpf: allow bpf_ktime_get_ns_proto also for networkingDaniel Borkmann
2015-05-31bpf: add missing rcu protection when releasing programs from prog_arrayAlexei Starovoitov
2015-05-21bpf: allow bpf programs to tail-call other bpf programsAlexei Starovoitov
2015-04-27bpf: fix 64-bit divideAlexei Starovoitov
2015-04-16bpf: fix two bugs in verification logic when accessing 'ctx' pointerAlexei Starovoitov
2015-04-16bpf: fix verifier memory corruptionAlexei Starovoitov
2015-04-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2015-04-02tracing, perf: Implement BPF programs attached to kprobesAlexei Starovoitov
2015-03-29tc: bpf: generalize pedit actionAlexei Starovoitov
2015-03-20ebpf: add sched_act_type and map it to sk_filter's verifier opsDaniel Borkmann