summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* xsk: add Rx receive functions and poll supportBjörn Töpel2018-05-042-0/+23
* xsk: add support for bind for RxMagnus Karlsson2018-05-042-0/+12
* xsk: add Rx queue setup and mmap supportBjörn Töpel2018-05-042-0/+20
* xsk: add umem fill queue support and mmapMagnus Karlsson2018-05-041-0/+15
* xsk: add user memory registration support sockoptBjörn Töpel2018-05-042-0/+65
* net: initial AF_XDP skeletonBjörn Töpel2018-05-041-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-272-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-261-1/+3
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2018-04-261-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
| * | | | macvlan: Rename fwd_priv to accel_priv and add accessor functionAlexander Duyck2018-04-251-1/+7
* | | | | sctp: remove the unused sctp_assoc_is_match functionXin Long2018-04-251-4/+0
* | | | | sctp: fix const parameter violation in sctp_make_sackMarcelo Ricardo Leitner2018-04-251-1/+1
* | | | | neighbour: support for NTF_EXT_LEARNED flagRoopa Prabhu2018-04-251-1/+18
* | | | | ipv6: sr: Compute flowlabel for outer IPv6 header of seg6 encap modeAhmed Abdelsalam2018-04-251-0/+1
|/ / / /
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-04-2514-43/+52
|\| | |
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-04-244-3/+7
| |\ \ \
| | * | | net: ethtool: Add missing kernel doc for FEC parametersFlorian Fainelli2018-04-241-0/+2
| | |/ /
| | * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2018-04-231-2/+2
| | |\ \
| | | * | bpf/tracing: fix a deadlock in perf_event_detach_bpf_progYonghong Song2018-04-111-2/+2
| | * | | net: sched: ife: handle malformed tlv lengthAlexander Aring2018-04-231-1/+2
| | * | | llc: delete timers synchronously in llc_sk_free()Cong Wang2018-04-221-0/+1