aboutsummaryrefslogtreecommitdiffstats
path: root/include/uapi/linux/bpf.h
AgeCommit message (Expand)Author
2018-12-19bpf: sockmap, metadata support for reporting size of msgJohn Fastabend
2018-12-17bpf: remove useless version check for prog loadDaniel Borkmann
2018-12-13bpf: include sub program tags in bpf_prog_infoSong Liu
2018-12-11bpf: fix up uapi helper description and sync bpf header with toolsDaniel Borkmann
2018-12-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2018-12-10bpf: rename *_info_cnt to nr_*_info in bpf_prog_infoYonghong Song
2018-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-12-09media: bpf: add bpf function to report mouse movementSean Young
2018-12-09bpf: Add bpf_line_info supportMartin KaFai Lau
2018-12-05bpf: Change insn_offset to insn_off in bpf_func_infoMartin KaFai Lau
2018-12-04bpf: respect size hint to BPF_PROG_TEST_RUN if presentLorenz Bauer
2018-12-03bpf: fix documentation for eBPF helpersQuentin Monnet
2018-12-03bpf: allow BPF read access to qdisc pkt_lenPetar Penkov
2018-11-30bpf: Add BPF_F_ANY_ALIGNMENT.David Miller
2018-11-30bpf: Improve socket lookup reuseport documentationJoe Stringer
2018-11-30bpf: Support sk lookup in netns with id 0Joe Stringer
2018-11-30bpf: fix pointer offsets in context for 32 bitDaniel Borkmann
2018-11-28bpf: helper to pop data from messagesJohn Fastabend
2018-11-22bpf: add skb->tstamp r/w access from tc clsact and cg skb progsVlad Dumitrescu
2018-11-20bpf: Introduce bpf_func_infoYonghong Song
2018-11-20bpf: move BPF_F_QUERY_EFFECTIVE after map flagsLorenz Bauer
2018-11-20bpf: allow zero-initializing hash map seedLorenz Bauer
2018-11-09bpf: Extend the sk_lookup() helper to XDP hookpoint.Nitin Hande
2018-10-20bpf: sk_msg program helper bpf_msg_push_dataJohn Fastabend
2018-10-19bpf: add MAP_LOOKUP_AND_DELETE_ELEM syscallMauricio Vasquez B
2018-10-19bpf: add queue and stack mapsMauricio Vasquez B
2018-10-17bpf: fix doc of bpf_skb_adjust_room() in uapiNicolas Dichtel
2018-10-03bpf: Add helper to retrieve socket in BPFJoe Stringer
2018-10-01bpf: introduce per-cpu cgroup local storageRoman Gushchin
2018-09-14flow_dissector: implements flow dissector BPF hookPetar Penkov
2018-08-13bpf: Introduce bpf_skb_ancestor_cgroup_id helperAndrey Ignatov
2018-08-11bpf: Introduce BPF_PROG_TYPE_SK_REUSEPORTMartin KaFai Lau
2018-08-11bpf: Introduce BPF_MAP_TYPE_REUSEPORT_SOCKARRAYMartin KaFai Lau
2018-08-03bpf: introduce the bpf_get_local_storage() helper functionRoman Gushchin
2018-08-03bpf: introduce cgroup storage mapsRoman Gushchin
2018-07-31bpf: Support bpf_get_socket_cookie in more prog typesAndrey Ignatov
2018-07-15bpf: Add BPF_SOCK_OPS_TCP_LISTEN_CBAndrey Ignatov
2018-07-12bpf: fix documentation for eBPF helpersQuentin Monnet
2018-06-29bpf: Change bpf_fib_lookup to return lookup statusDavid Ahern
2018-06-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2018-06-03bpf: flowlabel in bpf_fib_lookup should be flowinfoDavid Ahern
2018-06-03bpf: implement bpf_get_current_cgroup_id() helperYonghong Song
2018-06-03bpf: make sure to clear unused fields in tunnel/xfrm state fetchDaniel Borkmann
2018-06-03bpf: add bpf_skb_cgroup_id helperDaniel Borkmann
2018-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-06-01bpf: fix uapi hole for 32 bit compat applicationsDaniel Borkmann
2018-05-30media: rc: introduce BPF_PROG_LIRC_MODE2Sean Young
2018-05-29bpf: Drop mpls from bpf_fib_lookupDavid Ahern
2018-05-29bpf: clean up eBPF helpers documentationQuentin Monnet
2018-05-28bpf: Hooks for sys_sendmsgAndrey Ignatov