summaryrefslogtreecommitdiffstats
path: root/include/uapi/linux/bpf.h
Commit message (Expand)AuthorAgeFilesLines
* 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-021-0/+1
* bpf: Adds support for setting initial cwndLawrence Brakmo2017-07-021-0/+2
* bpf: Add support for changing congestion controlLawrence Brakmo2017-07-021-0/+3
* bpf: Add TCP connection BPF callbacksLawrence Brakmo2017-07-021-0/+11
* bpf: Add setsockopt helper function to bpfLawrence Brakmo2017-07-021-1/+13
* bpf: Support for setting initial receive windowLawrence Brakmo2017-07-021-0/+4
* bpf: Support for per connection SYN/SYN-ACK RTOsLawrence Brakmo2017-07-021-0/+3
* bpf: BPF support for sock_opsLawrence Brakmo2017-07-021-0/+30
* bpf: add bpf_set_hash helper for tc progsDaniel Borkmann2017-06-111-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-051-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-05-011-2/+1Star
* bpf: add napi_id read access to __sk_buffDaniel Borkmann2017-04-211-0/+1
* bpf: fix comment typoAlexander Alemayhu2017-04-101-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-241-1/+8
* Add a helper function to get socket cookie in eBPFChenbo Feng2017-03-241-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-171-0/+7
|\
| * bpf: introduce BPF_F_ALLOW_OVERRIDE flagAlexei Starovoitov2017-02-131-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
* bpf: Add BPF_MAP_TYPE_LRU_HASHMartin KaFai Lau2016-11-151-0/+8
* bpf: Print function name in addition to function idThomas Graf2016-10-291-285/+289
* bpf: add helper for retrieving current numa node idDaniel Borkmann2016-10-221-0/+6
* bpf: add helper to invalidate hashDaniel Borkmann2016-09-231-0/+7
* bpf: direct packet write and access for helpers for clsact progsDaniel Borkmann2016-09-211-0/+21
* bpf: introduce BPF_PROG_TYPE_PERF_EVENT program typeAlexei Starovoitov2016-09-021-0/+1
* bpf: add bpf_skb_change_tail helperDaniel Borkmann2016-08-191-0/+11
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-08-181-2/+2
|\
| * bpf: fix bpf_skb_in_cgroup helper namingDaniel Borkmann2016-08-131-2/+2
* | bpf: Add bpf_current_task_under_cgroup helperSargun Dhillon2016-08-131-0/+11
|/
* bpf: Add bpf_probe_write_user BPF helper to be called in tracersSargun Dhillon2016-07-261-0/+10