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