summaryrefslogtreecommitdiff
path: root/include/uapi/linux/bpf.h
AgeCommit message (Expand)Author
2017-11-01bpf: remove SK_REDIRECT from UAPIJohn Fastabend
2017-10-29bpf: rename sk_actions to align with bpf infrastructureJohn Fastabend
2017-10-03bpf: fix bpf_tail_call() x64 JITAlexei Starovoitov
2017-09-08bpf: make error reporting in bpf_warn_invalid_xdp_action more clearDaniel Borkmann
2017-09-01bpf: Add mark and priority to sock options that can be setDavid Ahern
2017-08-28bpf: sockmap, remove STRPARSER map_flags and add multi-map supportJohn Fastabend
2017-08-28bpf: convert sockmap field attach_bpf_fd2 to typeJohn Fastabend
2017-08-19bpf: Allow selecting numa node during map creationMartin KaFai Lau
2017-08-16bpf: add access to sock fields and pkt data from sk_skb programsJohn Fastabend
2017-08-16bpf: sockmap with sk redirect supportJohn Fastabend
2017-08-16bpf: introduce new program type for skbs on socketsJohn Fastabend
2017-08-09bpf: add BPF_J{LT,LE,SLT,SLE} instructionsDaniel Borkmann
2017-08-04net: comment fixes against BPF devmap helper callsJohn Fastabend
2017-07-17bpf: add bpf_redirect_map helper routineJohn Fastabend
2017-07-17bpf: add devmap, a map for storing net device referencesJohn Fastabend
2017-07-17xdp: add bpf_redirect helper functionJohn Fastabend
2017-07-03bpf: add bpf_skb_adjust_room helperDaniel Borkmann
2017-07-01bpf: Adds support for setting sndcwnd clampLawrence Brakmo
2017-07-01bpf: Adds support for setting initial cwndLawrence Brakmo
2017-07-01bpf: Add support for changing congestion controlLawrence Brakmo
2017-07-01bpf: Add TCP connection BPF callbacksLawrence Brakmo
2017-07-01bpf: Add setsockopt helper function to bpfLawrence Brakmo
2017-07-01bpf: Support for setting initial receive windowLawrence Brakmo
2017-07-01bpf: Support for per connection SYN/SYN-ACK RTOsLawrence Brakmo
2017-07-01bpf: BPF support for sock_opsLawrence Brakmo
2017-06-10bpf: add bpf_set_hash helper for tc progsDaniel Borkmann
2017-06-06bpf: Add BPF_OBJ_GET_INFO_BY_FDMartin KaFai Lau
2017-06-06bpf: Add BPF_MAP_GET_FD_BY_IDMartin KaFai Lau
2017-06-06bpf: Add BPF_PROG_GET_FD_BY_IDMartin KaFai Lau
2017-06-06bpf: Add BPF_(PROG|MAP)_GET_NEXT_ID commandMartin KaFai Lau
2017-06-04bpf: update perf event helper functions documentationTeng Qin
2017-05-11bpf: Add strict alignment flag for BPF_PROG_LOAD.David S. Miller
2017-04-30bpf: Fix inaccurate helper function descriptionChenbo Feng
2017-04-21bpf: add napi_id read access to __sk_buffDaniel Borkmann
2017-04-09bpf: fix comment typoAlexander Alemayhu
2017-04-01bpf: introduce BPF_PROG_TEST_RUN commandAlexei Starovoitov
2017-03-23Add a eBPF helper function to retrieve socket uidChenbo Feng
2017-03-23Add a helper function to get socket cookie in eBPFChenbo Feng
2017-03-22bpf: Add hash of maps supportMartin KaFai Lau
2017-03-22bpf: Add array of maps supportMartin KaFai Lau
2017-02-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-02-12bpf: introduce BPF_F_ALLOW_OVERRIDE flagAlexei Starovoitov
2017-01-24bpf: allow option for setting bpf_l4_csum_replace from scratchDaniel Borkmann
2017-01-23bpf: add a longest prefix match trie map implementationDaniel Mack
2017-01-20bpf: add bpf_probe_read_str helperGianluca Borello
2016-12-08bpf: xdp: Allow head adjustment in XDP progMartin KaFai Lau
2016-12-02bpf: Add support for reading socket family, type, protocolDavid Ahern
2016-12-02bpf: Add new cgroup attach type to enable sock modificationsDavid Ahern
2016-12-02bpf: BPF for lightweight tunnel infrastructureThomas Graf
2016-11-25bpf: add BPF_PROG_ATTACH and BPF_PROG_DETACH commandsDaniel Mack