summaryrefslogtreecommitdiffstats
path: root/include/linux/bpf.h
Commit message (Expand)AuthorAgeFilesLines
* bpf: enable program statsAlexei Starovoitov2019-02-271-0/+9
* bpf: offload: add priv field for driversJakub Kicinski2019-02-121-1/+2
* bpf: Add struct bpf_tcp_sock and BPF_FUNC_tcp_sockMartin KaFai Lau2019-02-101-0/+30
* bpf: Add a bpf_sock pointer to __sk_buff and a bpf_sk_fullsock helperMartin KaFai Lau2019-02-101-0/+12
* bpf: introduce BPF_F_LOCK flagAlexei Starovoitov2019-02-011-0/+2
* bpf: introduce bpf_spin_lockAlexei Starovoitov2019-02-011-3/+34
* bpf: add BPF_PROG_TEST_RUN support for flow dissectorStanislav Fomichev2019-01-291-0/+3
* bpf: notify offload JITs about optimizationsJakub Kicinski2019-01-231-0/+7
* bpf: pass struct btf pointer to the map_check_btf() callbackRoman Gushchin2018-12-121-0/+3
* bpf: Add bpf_line_info supportMartin KaFai Lau2018-12-091-0/+21
* bpf: btf: support proper non-jit func infoYonghong Song2018-11-261-2/+4
* bpf: Introduce bpf_func_infoYonghong Song2018-11-201-1/+4
* bpf: do not pass netdev to translate() and prepare() offload callbacksQuentin Monnet2018-11-101-2/+2
* bpf: pass prog instead of env to bpf_prog_offload_verifier_prep()Quentin Monnet2018-11-101-1/+1
* bpf: pass destroy() as a callback and remove its ndo_bpf subcommandQuentin Monnet2018-11-101-0/+1
* bpf: pass translate() as a callback and remove its ndo_bpf subcommandQuentin Monnet2018-11-101-0/+1
* bpf: call verifier_prep from its callback in struct bpf_offload_devQuentin Monnet2018-11-101-1/+1
* bpf: call verify_insn from its callback in struct bpf_offload_devQuentin Monnet2018-11-101-0/+1
* bpf: pass a struct with offload callbacks to bpf_offload_dev_create()Quentin Monnet2018-11-101-1/+2
* bpf: let verifier to calculate and record max_pkt_offsetJiong Wang2018-11-091-0/+1
* bpf: add queue and stack mapsMauricio Vasquez B2018-10-191-0/+6
* bpf/verifier: add ARG_PTR_TO_UNINIT_MAP_VALUEMauricio Vasquez B2018-10-191-0/+1
* bpf, sockmap: convert to generic sk_msg interfaceDaniel Borkmann2018-10-151-22/+11
* bpf: add verifier callback to get stack usage info for offloaded progsQuentin Monnet2018-10-081-0/+1
* bpf: Add PTR_TO_SOCKET verifier typeJoe Stringer2018-10-031-0/+34
* bpf: introduce per-cpu cgroup local storageRoman Gushchin2018-10-011-0/+1
* bpf: extend cgroup bpf core to allow multiple cgroup storage typesRoman Gushchin2018-10-011-2/+9
* flow_dissector: implements flow dissector BPF hookPetar Penkov2018-09-141-0/+1
* bpf: decouple btf from seq bpf fs dump and enable more mapsDaniel Borkmann2018-08-131-4/+9
* bpf: Introduce BPF_MAP_TYPE_REUSEPORT_SOCKARRAYMartin KaFai Lau2018-08-111-0/+28
* bpf: introduce the bpf_get_local_storage() helper functionRoman Gushchin2018-08-031-0/+2
* bpf/verifier: introduce BPF_PTR_TO_MAP_VALUERoman Gushchin2018-08-031-0/+1
* bpf: extend bpf_prog_array to store pointers to the cgroup storageRoman Gushchin2018-08-031-6/+13
* bpf: introduce cgroup storage mapsRoman Gushchin2018-08-031-0/+1
* bpf: add ability to charge bpf maps memory dynamicallyRoman Gushchin2018-08-031-0/+2
* bpf: offload: allow program and map sharing per-ASICJakub Kicinski2018-07-181-0/+1
* bpf: offload: keep the offload state per-ASICJakub Kicinski2018-07-181-2/+7
* bpf: offload: aggregate offloads per-deviceJakub Kicinski2018-07-181-0/+3
* bpf: offload: rename bpf_offload_dev_match() to bpf_offload_prog_map_match()Jakub Kicinski2018-07-181-1/+1
* bpf: bpf_prog_array_alloc() should return a generic non-rcu pointerRoman Gushchin2018-07-181-1/+1
* bpf: fix attach type BPF_LIRC_MODE2 dependency wrt CONFIG_CGROUP_BPFSean Young2018-06-261-0/+8
* xdp: Fix handling of devmap in generic XDPToshiaki Makita2018-06-151-0/+12
* bpf: implement bpf_get_current_cgroup_id() helperYonghong Song2018-06-031-0/+1
* xdp: add tracepoint for devmap like cpumap haveJesper Dangaard Brouer2018-05-241-2/+4
* bpf: devmap introduce dev_map_enqueueJesper Dangaard Brouer2018-05-241-3/+13
* bpf: btf: Rename btf_key_id and btf_value_id in bpf_map_infoMartin KaFai Lau2018-05-231-2/+2
* bpf: Expose check_uarg_tail_zero()Martin KaFai Lau2018-05-231-0/+2
* bpf: sockmap, add hash map supportJohn Fastabend2018-05-151-0/+8
* bpf: xdp: allow offloads to store into rx_queue_indexJakub Kicinski2018-05-091-1/+1
* bpf: offload: allow offloaded programs to use perf event arraysJakub Kicinski2018-05-041-0/+5