aboutsummaryrefslogtreecommitdiffstats
path: root/include/uapi/linux/bpf.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-01-26bpf: allocate 0x06 to new eBPF instruction class JMP32Jiong Wang1-0/+1
2019-01-24bpf: allow BPF programs access skb_shared_info->gso_segs fieldEric Dumazet1-0/+1
2018-12-19bpf: sockmap, metadata support for reporting size of msgJohn Fastabend1-0/+1
2018-12-17bpf: remove useless version check for prog loadDaniel Borkmann1-1/+9
2018-12-13bpf: include sub program tags in bpf_prog_infoSong Liu1-0/+2
2018-12-11bpf: fix up uapi helper description and sync bpf header with toolsDaniel Borkmann1-6/+6
2018-12-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-43/+95
2018-12-10bpf: rename *_info_cnt to nr_*_info in bpf_prog_infoYonghong Song1-3/+3
2018-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-23/+37
2018-12-09media: bpf: add bpf function to report mouse movementSean Young1-1/+16
2018-12-09bpf: Add bpf_line_info supportMartin KaFai Lau1-0/+19
2018-12-05bpf: Change insn_offset to insn_off in bpf_func_infoMartin KaFai Lau1-1/+1
2018-12-04bpf: respect size hint to BPF_PROG_TEST_RUN if presentLorenz Bauer1-2/+5
2018-12-03bpf: fix documentation for eBPF helpersQuentin Monnet1-45/+45
2018-12-03bpf: allow BPF read access to qdisc pkt_lenPetar Penkov1-0/+1
2018-11-30bpf: Add BPF_F_ANY_ALIGNMENT.David Miller1-0/+14
2018-11-30bpf: Improve socket lookup reuseport documentationJoe Stringer1-0/+4
2018-11-30bpf: Support sk lookup in netns with id 0Joe Stringer1-14/+21
2018-11-30bpf: fix pointer offsets in context for 32 bitDaniel Borkmann1-5/+12
2018-11-28bpf: helper to pop data from messagesJohn Fastabend1-1/+15
2018-11-22bpf: add skb->tstamp r/w access from tc clsact and cg skb progsVlad Dumitrescu1-0/+1
2018-11-20bpf: Introduce bpf_func_infoYonghong Song1-0/+13
2018-11-20bpf: move BPF_F_QUERY_EFFECTIVE after map flagsLorenz Bauer1-3/+3
2018-11-20bpf: allow zero-initializing hash map seedLorenz Bauer1-0/+3
2018-11-09bpf: Extend the sk_lookup() helper to XDP hookpoint.Nitin Hande1-0/+4
2018-10-20bpf: sk_msg program helper bpf_msg_push_dataJohn Fastabend1-1/+19
2018-10-19bpf: add MAP_LOOKUP_AND_DELETE_ELEM syscallMauricio Vasquez B1-0/+1
2018-10-19bpf: add queue and stack mapsMauricio Vasquez B1-1/+28
2018-10-17bpf: fix doc of bpf_skb_adjust_room() in uapiNicolas Dichtel1-1/+1
2018-10-03bpf: Add helper to retrieve socket in BPFJoe Stringer1-1/+92
2018-10-01bpf: introduce per-cpu cgroup local storageRoman Gushchin1-0/+1
2018-09-14flow_dissector: implements flow dissector BPF hookPetar Penkov1-0/+26
2018-08-13bpf: Introduce bpf_skb_ancestor_cgroup_id helperAndrey Ignatov1-1/+20
2018-08-11bpf: Introduce BPF_PROG_TYPE_SK_REUSEPORTMartin KaFai Lau1-1/+35
2018-08-11bpf: Introduce BPF_MAP_TYPE_REUSEPORT_SOCKARRAYMartin KaFai Lau1-0/+1
2018-08-03bpf: introduce the bpf_get_local_storage() helper functionRoman Gushchin1-1/+20
2018-08-03bpf: introduce cgroup storage mapsRoman Gushchin1-0/+6
2018-07-31bpf: Support bpf_get_socket_cookie in more prog typesAndrey Ignatov1-0/+14
2018-07-15bpf: Add BPF_SOCK_OPS_TCP_LISTEN_CBAndrey Ignatov1-0/+3
2018-07-12bpf: fix documentation for eBPF helpersQuentin Monnet1-4/+2
2018-06-29bpf: Change bpf_fib_lookup to return lookup statusDavid Ahern1-5/+23
2018-06-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-27/+109
2018-06-03bpf: flowlabel in bpf_fib_lookup should be flowinfoDavid Ahern1-1/+1
2018-06-03bpf: implement bpf_get_current_cgroup_id() helperYonghong Song1-1/+7
2018-06-03bpf: make sure to clear unused fields in tunnel/xfrm state fetchDaniel Borkmann1-1/+2
2018-06-03bpf: add bpf_skb_cgroup_id helperDaniel Borkmann1-1/+18
2018-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2018-06-01bpf: fix uapi hole for 32 bit compat applicationsDaniel Borkmann1-0/+2
2018-05-30media: rc: introduce BPF_PROG_LIRC_MODE2Sean Young1-1/+52
2018-05-29bpf: Drop mpls from bpf_fib_lookupDavid Ahern1-13/+13