summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* samples/bpf: Add example of ipv4 and ipv6 forwarding in XDPDavid Ahern2018-05-114-0/+258
* bpf: Provide helper to do forwarding lookups in kernel FIB tableDavid Ahern2018-05-112-1/+347
* net/ipv6: Add fib lookup stubs for use in bpf helperDavid Ahern2018-05-113-2/+51
* net/ipv6: Update fib6 tracepoint to take fib6_infoDavid Ahern2018-05-112-15/+13
* net/ipv6: Add fib6_lookupDavid Ahern2018-05-113-2/+97
* net/ipv6: Refactor fib6_rule_actionDavid Ahern2018-05-111-21/+31
* net/ipv6: Extract table lookup from ip6_pol_routeDavid Ahern2018-05-112-14/+29
* net/ipv6: Rename rt6_multipath_selectDavid Ahern2018-05-112-8/+14
* net/ipv6: Rename fib6_lookup to fib6_node_lookupDavid Ahern2018-05-113-13/+15
* bpf, doc: clarification for the meaning of 'id'Wang YanQing2018-05-111-6/+9
* selftests/bpf: ignore build productsSirio Balmelli2018-05-102-0/+4
* selftests/bpf: add architecture-agnostic headersSirio Balmelli2018-05-102-0/+36
* xsk: fix 64-bit divisionBjörn Töpel2018-05-091-1/+1
* Merge branch 'bpf-nfp-programmable-rss'Daniel Borkmann2018-05-099-15/+115
|\
| * nfp: bpf: support setting the RX queue indexJakub Kicinski2018-05-096-12/+105
| * bpf: xdp: allow offloads to store into rx_queue_indexJakub Kicinski2018-05-093-3/+10
|/
* Merge branch 'bpf-btf-id'Daniel Borkmann2018-05-098-127/+563
|\
| * bpf: btf: Tests for BPF_OBJ_GET_INFO_BY_FD and BPF_BTF_GET_FD_BY_IDMartin KaFai Lau2018-05-093-13/+287
| * bpf: btf: Update tools/include/uapi/linux/btf.h with BTF IDMartin KaFai Lau2018-05-091-0/+11
| * bpf: btf: Some test_btf clean upMartin KaFai Lau2018-05-091-102/+99
| * bpf: btf: Add struct bpf_btf_infoMartin KaFai Lau2018-05-093-6/+43
| * bpf: btf: Introduce BTF IDMartin KaFai Lau2018-05-094-11/+128
| * bpf: btf: Avoid WARN_ON when CONFIG_REFCOUNT_FULL=yMartin KaFai Lau2018-05-091-1/+1
|/
* dt-bindings: dsa: Remove unnecessary #address/#size-cellsFabio Estevam2018-05-081-6/+0
* net: phy: sfp: handle cases where neither BR, min nor BR, max is givenAntoine Tenart2018-05-081-0/+7
* Merge branch 'bnxt_en-Fixes-for-net-next'David S. Miller2018-05-084-20/+30
|\
| * bnxt_en: Always forward VF MAC address to the PF.Michael Chan2018-05-082-2/+3
| * bnxt_en: Read phy eeprom A2h address only when optical diagnostics is supported.Vasundhara Volam2018-05-082-14/+9
| * bnxt_en: Check unsupported speeds in bnxt_update_link() on PF only.Michael Chan2018-05-081-0/+3
| * bnxt_en: Fix firmware message delay loop regression.Michael Chan2018-05-082-4/+15
|/
* net-next/hinic: add pci device ids for 25ge and 100ge cardZhao Chen2018-05-081-2/+6
* flow_dissector: do not rely on implicit castsPaolo Abeni2018-05-082-3/+3
* net: core: rework basic flow dissection helperPaolo Abeni2018-05-084-20/+28
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2018-05-075-8/+114
|\
| * xfrm: use a dedicated slab cache for struct xfrm_stateMathias Krause2018-05-041-2/+7
| * change the comment of vti6_ioctlSun Lianwen2018-05-011-1/+1
| * xfrm: remove VLA usage in __xfrm6_sort()Kees Cook2018-04-261-4/+2
| * udp: enable UDP checksum offload for ESPJacek Kalwas2018-04-181-1/+1
| * selftests: add xfrm state-policy-monitor to rtnetlink.shShannon Nelson2018-04-171-0/+103
* | Merge branch 'ipv6-misc'David S. Miller2018-05-072-11/+28
|\ \
| * | net: ipv6/gre: Add GRO supportEran Ben Elisha2018-05-071-10/+27
| * | net: ipv6: Fix typo in ipv6_find_hdr() documentationTariq Toukan2018-05-071-1/+1
|/ /
* | Merge branch 'qed-Add-support-for-new-multi-partitioning-modes'David S. Miller2018-05-0717-82/+389
|\ \
| * | qed: Add support for Unified Fabric Port.Sudarsana Reddy Kalluru2018-05-0714-27/+283
| * | qed: Add support for multi function mode with 802.1ad tagging.Sudarsana Reddy Kalluru2018-05-072-20/+49
| * | qed: Remove unused data member 'is_mf_default'.Sudarsana Reddy Kalluru2018-05-072-3/+0
| * | qed*: Refactor mf_mode to consist of bits.Sudarsana Reddy Kalluru2018-05-078-46/+71
|/ /
* | net/9p: correct the variable name in v9fs_get_trans_by_name() commentSun Lianwen2018-05-071-1/+1
* | vlan: correct the file path in vlan_dev_change_flags() commentSun Lianwen2018-05-071-1/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-05-07107-2713/+8852
|\ \