summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* bpf: Provide helper to do forwarding lookups in kernel FIB tableDavid Ahern2018-05-111-1/+80
* net/ipv6: Add fib lookup stubs for use in bpf helperDavid Ahern2018-05-111-0/+14
* net/ipv6: Update fib6 tracepoint to take fib6_infoDavid Ahern2018-05-111-7/+7
* net/ipv6: Add fib6_lookupDavid Ahern2018-05-111-0/+6
* net/ipv6: Extract table lookup from ip6_pol_routeDavid Ahern2018-05-111-0/+4
* net/ipv6: Rename rt6_multipath_selectDavid Ahern2018-05-111-0/+5
* net/ipv6: Rename fib6_lookup to fib6_node_lookupDavid Ahern2018-05-111-3/+3
* bpf: xdp: allow offloads to store into rx_queue_indexJakub Kicinski2018-05-091-1/+1
* bpf: btf: Add struct bpf_btf_infoMartin KaFai Lau2018-05-091-0/+6
* bpf: btf: Introduce BTF IDMartin KaFai Lau2018-05-092-0/+7
* flow_dissector: do not rely on implicit castsPaolo Abeni2018-05-081-2/+2
* net: core: rework basic flow dissection helperPaolo Abeni2018-05-082-9/+16
* qed: Add support for Unified Fabric Port.Sudarsana Reddy Kalluru2018-05-081-1/+9
* qed: Remove unused data member 'is_mf_default'.Sudarsana Reddy Kalluru2018-05-081-1/+0
* qed*: Refactor mf_mode to consist of bits.Sudarsana Reddy Kalluru2018-05-081-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-05-0813-378/+292
|\
| * 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-041-1/+32
| * bpf: implement ld_abs/ld_ind in native bpfDaniel Borkmann2018-05-042-1/+5
| * bpf: migrate ebpf ld_abs/ld_ind tests to test_verifierDaniel Borkmann2018-05-041-2/+0
| * xsk: statistics supportMagnus Karlsson2018-05-041-0/+7
| * dev: packet: make packet_direct_xmit a common functionMagnus Karlsson2018-05-041-0/+1
| * xsk: add Tx queue setup and mmap supportMagnus Karlsson2018-05-042-0/+3
| * xsk: add umem completion queue support and mmapMagnus Karlsson2018-05-041-0/+2
| * xsk: wire up XDP_SKB side of AF_XDPBjörn Töpel2018-05-041-1/+1
| * bpf: introduce new bpf AF_XDP map type BPF_MAP_TYPE_XSKMAPBjörn Töpel2018-05-044-0/+36
| * 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
* | net: u64_stats_sync: Remove functions without userAnna-Maria Gleixner2018-05-081-14/+0
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2018-05-0723-224/+282
|\ \
| * | netfilter: ctnetlink: export nf_conntrack_maxFlorent Fourcot2018-05-071-0/+1
| * | netfilter: extract Passive OS fingerprint infrastructure from xt_osfFernando Fernandez Mancera2018-05-073-89/+134
| * | netfilter: nf_tables: Provide NFT_{RT,CT}_MAX for userspacePhil Sutter2018-05-061-0/+4
| * | netfilter: nf_nat: remove unused ct arg from lookup functionsFlorian Westphal2018-05-061-16/+8
| * | netfilter: ip6t_srh: extend SRH matching for previous, next and last SIDAhmed Abdelsalam2018-05-061-2/+41
| * | netfilter: nft_numgen: add map lookups for numgen statementsLaura Garcia Liebana2018-05-061-0/+4
| * | Merge tag 'ipvs-for-v4.18' of http://git.kernel.org/pub/scm/linux/kernel/git/...Pablo Neira Ayuso2018-04-271-0/+1
| |\ \
| | * | netfilter: ipvs: Keep latest weight of destinationInju Song2018-04-091-0/+1