summaryrefslogtreecommitdiffstats
path: root/include/uapi/linux/bpf.h
Commit message (Expand)AuthorAgeFilesLines
...
* bpf: expose program stats via bpf_prog_infoAlexei Starovoitov2019-02-271-0/+2
* bpf: add plumbing for BPF_LWT_ENCAP_IP in bpf_lwt_push_encapPeter Oskolkov2019-02-141-2/+24
* bpf: Add struct bpf_tcp_sock and BPF_FUNC_tcp_sockMartin KaFai Lau2019-02-111-1/+50
* bpf: Add state, dst_ip4, dst_ip6 and dst_port to bpf_sockMartin KaFai Lau2019-02-111-9/+8Star
* bpf: Add a bpf_sock pointer to __sk_buff and a bpf_sk_fullsock helperMartin KaFai Lau2019-02-111-1/+11
* bpf: introduce BPF_F_LOCK flagAlexei Starovoitov2019-02-011-0/+1
* bpf: introduce bpf_spin_lockAlexei Starovoitov2019-02-011-1/+6
* bpf: allocate 0x06 to new eBPF instruction class JMP32Jiong Wang2019-01-261-0/+1
* bpf: allow BPF programs access skb_shared_info->gso_segs fieldEric Dumazet2019-01-241-0/+1
* bpf: sockmap, metadata support for reporting size of msgJohn Fastabend2018-12-191-0/+1
* bpf: remove useless version check for prog loadDaniel Borkmann2018-12-171-1/+9
* bpf: include sub program tags in bpf_prog_infoSong Liu2018-12-131-0/+2
* bpf: fix up uapi helper description and sync bpf header with toolsDaniel Borkmann2018-12-111-6/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-12-111-43/+95
|\
| * bpf: rename *_info_cnt to nr_*_info in bpf_prog_infoYonghong Song2018-12-101-3/+3
| * media: bpf: add bpf function to report mouse movementSean Young2018-12-091-1/+16
| * bpf: Add bpf_line_info supportMartin KaFai Lau2018-12-091-0/+19
| * bpf: Change insn_offset to insn_off in bpf_func_infoMartin KaFai Lau2018-12-061-1/+1
| * bpf: respect size hint to BPF_PROG_TEST_RUN if presentLorenz Bauer2018-12-041-2/+5
| * bpf: fix documentation for eBPF helpersQuentin Monnet2018-12-031-45/+45
| * bpf: allow BPF read access to qdisc pkt_lenPetar Penkov2018-12-031-0/+1
| * bpf: Add BPF_F_ANY_ALIGNMENT.David Miller2018-12-011-0/+14
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-12-101-23/+37
|\ \ | |/ |/|
| * bpf: Improve socket lookup reuseport documentationJoe Stringer2018-12-011-0/+4
| * bpf: Support sk lookup in netns with id 0Joe Stringer2018-12-011-14/+21
| * bpf: fix pointer offsets in context for 32 bitDaniel Borkmann2018-12-011-5/+12
* | bpf: helper to pop data from messagesJohn Fastabend2018-11-281-1/+15
* | bpf: add skb->tstamp r/w access from tc clsact and cg skb progsVlad Dumitrescu2018-11-231-0/+1
* | bpf: Introduce bpf_func_infoYonghong Song2018-11-201-0/+13
* | bpf: move BPF_F_QUERY_EFFECTIVE after map flagsLorenz Bauer2018-11-201-3/+3
* | bpf: allow zero-initializing hash map seedLorenz Bauer2018-11-201-0/+3
* | bpf: Extend the sk_lookup() helper to XDP hookpoint.Nitin Hande2018-11-091-0/+4
|/
* bpf: sk_msg program helper bpf_msg_push_dataJohn Fastabend2018-10-201-1/+19
* bpf: add MAP_LOOKUP_AND_DELETE_ELEM syscallMauricio Vasquez B2018-10-191-0/+1
* bpf: add queue and stack mapsMauricio Vasquez B2018-10-191-1/+28
* bpf: fix doc of bpf_skb_adjust_room() in uapiNicolas Dichtel2018-10-181-1/+1
* bpf: Add helper to retrieve socket in BPFJoe Stringer2018-10-031-1/+92
* bpf: introduce per-cpu cgroup local storageRoman Gushchin2018-10-011-0/+1
* flow_dissector: implements flow dissector BPF hookPetar Penkov2018-09-141-0/+26
* bpf: Introduce bpf_skb_ancestor_cgroup_id helperAndrey Ignatov2018-08-131-1/+20
* bpf: Introduce BPF_PROG_TYPE_SK_REUSEPORTMartin KaFai Lau2018-08-111-1/+35
* bpf: Introduce BPF_MAP_TYPE_REUSEPORT_SOCKARRAYMartin KaFai Lau2018-08-111-0/+1
* bpf: introduce the bpf_get_local_storage() helper functionRoman Gushchin2018-08-031-1/+20
* bpf: introduce cgroup storage mapsRoman Gushchin2018-08-031-0/+6
* bpf: Support bpf_get_socket_cookie in more prog typesAndrey Ignatov2018-07-311-0/+14
* bpf: Add BPF_SOCK_OPS_TCP_LISTEN_CBAndrey Ignatov2018-07-151-0/+3
* bpf: fix documentation for eBPF helpersQuentin Monnet2018-07-121-4/+2Star
* bpf: Change bpf_fib_lookup to return lookup statusDavid Ahern2018-06-291-5/+23
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-06-051-27/+109
|\
| * bpf: flowlabel in bpf_fib_lookup should be flowinfoDavid Ahern2018-06-041-1/+1