aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* bpf: offload: allow offloaded programs to use perf event arraysJakub Kicinski2018-05-041-0/+5
* bpf: centre subprog information fieldsJiong Wang2018-05-041-3/+6
* bpf: unify main prog and subprogJiong Wang2018-05-041-1/+1
* bpf: add skb_load_bytes_relative helperDaniel Borkmann2018-05-031-1/+32
* bpf: implement ld_abs/ld_ind in native bpfDaniel Borkmann2018-05-032-1/+5
* bpf: migrate ebpf ld_abs/ld_ind tests to test_verifierDaniel Borkmann2018-05-031-2/+0
* xsk: statistics supportMagnus Karlsson2018-05-031-0/+7
* dev: packet: make packet_direct_xmit a common functionMagnus Karlsson2018-05-031-0/+1
* xsk: add Tx queue setup and mmap supportMagnus Karlsson2018-05-032-0/+3
* xsk: add umem completion queue support and mmapMagnus Karlsson2018-05-031-0/+2
* xsk: wire up XDP_SKB side of AF_XDPBjörn Töpel2018-05-031-1/+1
* bpf: introduce new bpf AF_XDP map type BPF_MAP_TYPE_XSKMAPBjörn Töpel2018-05-034-0/+36
* xsk: add Rx receive functions and poll supportBjörn Töpel2018-05-032-0/+23
* xsk: add support for bind for RxMagnus Karlsson2018-05-032-0/+12
* xsk: add Rx queue setup and mmap supportBjörn Töpel2018-05-032-0/+20
* xsk: add umem fill queue support and mmapMagnus Karlsson2018-05-031-0/+15
* xsk: add user memory registration support sockoptBjörn Töpel2018-05-032-0/+65
* net: initial AF_XDP skeletonBjörn Töpel2018-05-031-1/+4
* bpf: fix formatting for bpf_get_stack() helper docQuentin Monnet2018-04-301-27/+27
* bpf: fix formatting for bpf_perf_event_read() helper docQuentin Monnet2018-04-301-4/+4
* bpf: remove tracepoints from bpf coreAlexei Starovoitov2018-04-302-356/+0
* bpf: Fix helpers ctx struct types in uapi docAndrey Ignatov2018-04-291-6/+6
* bpf/verifier: improve register value range tracking with ARSHYonghong Song2018-04-291-1/+3
* bpf: add bpf_get_stack helperYonghong Song2018-04-293-3/+43
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-04-262-393/+1399
|\
| * bpf: add documentation for eBPF helpers (65-66)Quentin Monnet2018-04-271-0/+30
| * bpf: add documentation for eBPF helpers (58-64)Quentin Monnet2018-04-271-0/+147
| * bpf: add documentation for eBPF helpers (51-57)Quentin Monnet2018-04-271-0/+180
| * bpf: add documentation for eBPF helpers (42-50)Quentin Monnet2018-04-271-0/+172
| * bpf: add documentation for eBPF helpers (33-41)Quentin Monnet2018-04-271-0/+164
| * bpf: add documentation for eBPF helpers (23-32)Quentin Monnet2018-04-271-0/+197
| * bpf: add documentation for eBPF helpers (12-22)Quentin Monnet2018-04-271-0/+254
| * bpf: add documentation for eBPF helpers (01-11)Quentin Monnet2018-04-271-0/+230
| * bpf: add script and prepare bpf.h for new helpers documentationQuentin Monnet2018-04-271-406/+16
| * bpf: Add gpl_compatible flag to struct bpf_prog_infoJiri Olsa2018-04-261-0/+1
| * bpf: add helper for getting xfrm statesEyal Birger2018-04-241-1/+24
| * bpf: btf: Clean up btf.h in uapiMartin KaFai Lau2018-04-231-5/+3
* | udp: add gso support to virtual devicesWillem de Bruijn2018-04-262-1/+5
* | udp: add gso segment cmsgWillem de Bruijn2018-04-261-0/+1
* | udp: generate gso with UDP_SEGMENTWillem de Bruijn2018-04-265-0/+7
* | udp: add udp gsoWillem de Bruijn2018-04-262-0/+6
* | udp: expose inet cork to udpWillem de Bruijn2018-04-262-1/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-04-251-1/+3
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2018-04-251-1/+3
| |\ \
| | * | bpf: sockmap, map_release does not hold refcnt for pinned mapsJohn Fastabend2018-04-241-1/+1
| | * | bpf: disable and restore preemption in __BPF_PROG_RUN_ARRAYRoman Gushchin2018-04-231-0/+2
* | | | Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller2018-04-251-5/+24
|\ \ \ \
| * | | | macvlan: Provide function for interfaces to release HW offloadAlexander Duyck2018-04-251-0/+8
| * | | | macvlan: Add function to test for destination filtering supportAlexander Duyck2018-04-251-0/+9
| * | | | macvlan: macvlan_count_rx shouldn't be static inline AND externAlexander Duyck2018-04-251-4/+0