summaryrefslogtreecommitdiffstats
path: root/include/uapi/linux/bpf.h
Commit message (Expand)AuthorAgeFilesLines
* bpf: fix bpf_tail_call() x64 JITAlexei Starovoitov2017-10-031-1/+1
* bpf: make error reporting in bpf_warn_invalid_xdp_action more clearDaniel Borkmann2017-09-081-2/+2
* bpf: Add mark and priority to sock options that can be setDavid Ahern2017-09-011-0/+2
* bpf: sockmap, remove STRPARSER map_flags and add multi-map supportJohn Fastabend2017-08-281-3/+0
* bpf: convert sockmap field attach_bpf_fd2 to typeJohn Fastabend2017-08-281-6/+3
* bpf: Allow selecting numa node during map creationMartin KaFai Lau2017-08-191-1/+9
* bpf: add access to sock fields and pkt data from sk_skb programsJohn Fastabend2017-08-161-0/+9
* bpf: sockmap with sk redirect supportJohn Fastabend2017-08-161-1/+32
* bpf: introduce new program type for skbs on socketsJohn Fastabend2017-08-161-0/+1
* bpf: add BPF_J{LT,LE,SLT,SLE} instructionsDaniel Borkmann2017-08-091-0/+5
* net: comment fixes against BPF devmap helper callsJohn Fastabend2017-08-041-5/+11
* bpf: add bpf_redirect_map helper routineJohn Fastabend2017-07-171-1/+7
* bpf: add devmap, a map for storing net device referencesJohn Fastabend2017-07-171-0/+1
* xdp: add bpf_redirect helper functionJohn Fastabend2017-07-171-0/+1
* bpf: add bpf_skb_adjust_room helperDaniel Borkmann2017-07-031-1/+15
* bpf: Adds support for setting sndcwnd clampLawrence Brakmo2017-07-011-0/+1
* bpf: Adds support for setting initial cwndLawrence Brakmo2017-07-011-0/+2
* bpf: Add support for changing congestion controlLawrence Brakmo2017-07-011-0/+3
* bpf: Add TCP connection BPF callbacksLawrence Brakmo2017-07-011-0/+11
* bpf: Add setsockopt helper function to bpfLawrence Brakmo2017-07-011-1/+13
* bpf: Support for setting initial receive windowLawrence Brakmo2017-07-011-0/+4
* bpf: Support for per connection SYN/SYN-ACK RTOsLawrence Brakmo2017-07-011-0/+3
* bpf: BPF support for sock_opsLawrence Brakmo2017-07-011-0/+30
* bpf: add bpf_set_hash helper for tc progsDaniel Borkmann2017-06-101-1/+7
* bpf: Add BPF_OBJ_GET_INFO_BY_FDMartin KaFai Lau2017-06-061-0/+28
* bpf: Add BPF_MAP_GET_FD_BY_IDMartin KaFai Lau2017-06-061-0/+2
* bpf: Add BPF_PROG_GET_FD_BY_IDMartin KaFai Lau2017-06-061-2/+6
* bpf: Add BPF_(PROG|MAP)_GET_NEXT_ID commandMartin KaFai Lau2017-06-061-0/+7
* bpf: update perf event helper functions documentationTeng Qin2017-06-041-4/+7
* bpf: Add strict alignment flag for BPF_PROG_LOAD.David S. Miller2017-05-111-0/+8
* bpf: Fix inaccurate helper function descriptionChenbo Feng2017-04-301-2/+1
* bpf: add napi_id read access to __sk_buffDaniel Borkmann2017-04-211-0/+1
* bpf: fix comment typoAlexander Alemayhu2017-04-091-1/+1
* bpf: introduce BPF_PROG_TEST_RUN commandAlexei Starovoitov2017-04-011-0/+12
* Add a eBPF helper function to retrieve socket uidChenbo Feng2017-03-231-1/+8
* Add a helper function to get socket cookie in eBPFChenbo Feng2017-03-231-1/+8
* bpf: Add hash of maps supportMartin KaFai Lau2017-03-221-0/+1
* bpf: Add array of maps supportMartin KaFai Lau2017-03-221-0/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-02-161-0/+7
|\
| * bpf: introduce BPF_F_ALLOW_OVERRIDE flagAlexei Starovoitov2017-02-121-0/+7
* | bpf: allow option for setting bpf_l4_csum_replace from scratchDaniel Borkmann2017-01-241-0/+1
* | bpf: add a longest prefix match trie map implementationDaniel Mack2017-01-231-0/+7
* | bpf: add bpf_probe_read_str helperGianluca Borello2017-01-201-1/+14
|/
* bpf: xdp: Allow head adjustment in XDP progMartin KaFai Lau2016-12-081-1/+10
* bpf: Add support for reading socket family, type, protocolDavid Ahern2016-12-021-0/+3
* bpf: Add new cgroup attach type to enable sock modificationsDavid Ahern2016-12-021-0/+6
* bpf: BPF for lightweight tunnel infrastructureThomas Graf2016-12-021-1/+31
* bpf: add BPF_PROG_ATTACH and BPF_PROG_DETACH commandsDaniel Mack2016-11-251-0/+8
* bpf: add new prog type for cgroup socket filteringDaniel Mack2016-11-251-0/+9
* bpf: Add BPF_MAP_TYPE_LRU_PERCPU_HASHMartin KaFai Lau2016-11-151-1/+2