summaryrefslogtreecommitdiff
path: root/include/uapi/linux/bpf.h
Commit message (Expand)AuthorAge
* bpf: add bpf_skb_adjust_room helperDaniel Borkmann2017-07-03
* bpf: Adds support for setting sndcwnd clampLawrence Brakmo2017-07-01
* bpf: Adds support for setting initial cwndLawrence Brakmo2017-07-01
* bpf: Add support for changing congestion controlLawrence Brakmo2017-07-01
* bpf: Add TCP connection BPF callbacksLawrence Brakmo2017-07-01
* bpf: Add setsockopt helper function to bpfLawrence Brakmo2017-07-01
* bpf: Support for setting initial receive windowLawrence Brakmo2017-07-01
* bpf: Support for per connection SYN/SYN-ACK RTOsLawrence Brakmo2017-07-01
* bpf: BPF support for sock_opsLawrence Brakmo2017-07-01
* bpf: add bpf_set_hash helper for tc progsDaniel Borkmann2017-06-10
* bpf: Add BPF_OBJ_GET_INFO_BY_FDMartin KaFai Lau2017-06-06
* bpf: Add BPF_MAP_GET_FD_BY_IDMartin KaFai Lau2017-06-06
* bpf: Add BPF_PROG_GET_FD_BY_IDMartin KaFai Lau2017-06-06
* bpf: Add BPF_(PROG|MAP)_GET_NEXT_ID commandMartin KaFai Lau2017-06-06
* bpf: update perf event helper functions documentationTeng Qin2017-06-04
* bpf: Add strict alignment flag for BPF_PROG_LOAD.David S. Miller2017-05-11
* bpf: Fix inaccurate helper function descriptionChenbo Feng2017-04-30
* bpf: add napi_id read access to __sk_buffDaniel Borkmann2017-04-21
* bpf: fix comment typoAlexander Alemayhu2017-04-09
* bpf: introduce BPF_PROG_TEST_RUN commandAlexei Starovoitov2017-04-01
* Add a eBPF helper function to retrieve socket uidChenbo Feng2017-03-23
* Add a helper function to get socket cookie in eBPFChenbo Feng2017-03-23
* bpf: Add hash of maps supportMartin KaFai Lau2017-03-22
* bpf: Add array of maps supportMartin KaFai Lau2017-03-22
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-02-16
|\
| * bpf: introduce BPF_F_ALLOW_OVERRIDE flagAlexei Starovoitov2017-02-12
* | bpf: allow option for setting bpf_l4_csum_replace from scratchDaniel Borkmann2017-01-24
* | bpf: add a longest prefix match trie map implementationDaniel Mack2017-01-23
* | bpf: add bpf_probe_read_str helperGianluca Borello2017-01-20
|/
* bpf: xdp: Allow head adjustment in XDP progMartin KaFai Lau2016-12-08
* bpf: Add support for reading socket family, type, protocolDavid Ahern2016-12-02
* bpf: Add new cgroup attach type to enable sock modificationsDavid Ahern2016-12-02
* bpf: BPF for lightweight tunnel infrastructureThomas Graf2016-12-02
* bpf: add BPF_PROG_ATTACH and BPF_PROG_DETACH commandsDaniel Mack2016-11-25
* bpf: add new prog type for cgroup socket filteringDaniel Mack2016-11-25
* bpf: Add BPF_MAP_TYPE_LRU_PERCPU_HASHMartin KaFai Lau2016-11-15
* bpf: Add BPF_MAP_TYPE_LRU_HASHMartin KaFai Lau2016-11-15
* bpf: Print function name in addition to function idThomas Graf2016-10-29
* bpf: add helper for retrieving current numa node idDaniel Borkmann2016-10-22
* bpf: add helper to invalidate hashDaniel Borkmann2016-09-23
* bpf: direct packet write and access for helpers for clsact progsDaniel Borkmann2016-09-20
* bpf: introduce BPF_PROG_TYPE_PERF_EVENT program typeAlexei Starovoitov2016-09-02
* bpf: add bpf_skb_change_tail helperDaniel Borkmann2016-08-18
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-08-18
|\
| * bpf: fix bpf_skb_in_cgroup helper namingDaniel Borkmann2016-08-12
* | bpf: Add bpf_current_task_under_cgroup helperSargun Dhillon2016-08-12
|/
* bpf: Add bpf_probe_write_user BPF helper to be called in tracersSargun Dhillon2016-07-25
* bpf: add XDP_TX xdp_action for direct forwardingBrenden Blanco2016-07-19
* bpf: add XDP prog type for early driver filterBrenden Blanco2016-07-19
* bpf: avoid stack copy and use skb ctx for event outputDaniel Borkmann2016-07-15