summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* net: bridge: add per-port group_fwd_mask with less restrictionsNikolay Aleksandrov2017-09-295-2/+42
* Merge branch 'hns3-dcb'David S. Miller2017-09-2813-119/+927
|\
| * net: hns3: Add DCB support when interacting with network stackYunsheng Lin2017-09-281-15/+87
| * net: hns3: Setting for fc_mode and dcb enable flag in TM moduleYunsheng Lin2017-09-281-4/+30
| * net: hns3: Add dcb netlink interface for the support of DCB featureYunsheng Lin2017-09-284-0/+117
| * net: hns3: Add hclge_dcb module for the support of DCB featureYunsheng Lin2017-09-287-6/+375
| * net: hns3: Add some interface for the support of DCB featureYunsheng Lin2017-09-284-5/+55
| * net: hns3: Add tc-based TM support for sriov enabled portYunsheng Lin2017-09-281-18/+31
| * net: hns3: Add support for port shaper setting in TM moduleYunsheng Lin2017-09-282-0/+36
| * net: hns3: Add support for PFC setting in TM moduleYunsheng Lin2017-09-282-5/+68
| * net: hns3: Add support for dynamically buffer reallocationYunsheng Lin2017-09-283-70/+87
| * net: hns3: Support for dynamically assigning tx buffer to TCYunsheng Lin2017-09-282-10/+55
|/
* arp: make arp_hdr_len() return unsigned intAlexey Dobriyan2017-09-282-2/+3
* net-next/hinic: Fix a case of Tx Queue is Stopped foreverAviad Krawczyk2017-09-281-2/+12
* net-next/hinic: Set Rxq irq to specific cpu for NUMAAviad Krawczyk2017-09-281-9/+9
* Merge branch 'bpf-verifier-disassembly-improvements'David S. Miller2017-09-281-2/+21
|\
| * bpf/verifier: improve disassembly of BPF_NEG instructionsEdward Cree2017-09-281-0/+5
| * bpf/verifier: improve disassembly of BPF_END instructionsEdward Cree2017-09-281-2/+16
|/
* cxgb4: make function ch_flower_stats_cb, fixes warningColin Ian King2017-09-281-1/+1
* Merge branch 'rtnl-pushdown-prep'David S. Miller2017-09-281-38/+84
|\
| * rtnetlink: rtnl_have_link_slave_info doesn't need rtnlFlorian Westphal2017-09-281-3/+7
| * rtnetlink: add helpers to dump netnsid informationFlorian Westphal2017-09-281-11/+19
| * rtnetlink: add helpers to dump vf informationFlorian Westphal2017-09-281-19/+31
| * rtnetlink: add helper to put master and link ifindexesFlorian Westphal2017-09-281-5/+27
|/
* selftests: rtnetlink.sh: add rudimentary vrf testFlorian Westphal2017-09-281-0/+42
* net_sched: use idr to allocate u32 filter handlesCong Wang2017-09-281-41/+67
* net_sched: use idr to allocate basic filter handlesCong Wang2017-09-281-15/+22
* net_sched: use idr to allocate bpf filter handlesCong Wang2017-09-281-29/+28
* inetpeer: speed up inetpeer_invalidate_tree()Eric Dumazet2017-09-281-4/+7
* Merge branch 'mlxsw-Add-support-for-offloading-IPv4-multicast-routes'David S. Miller2017-09-2711-11/+2480
|\
| * mlxsw: spectrum: router: Don't ignore IPMR notificationsYotam Gigi2017-09-271-1/+2
| * mlxsw: spectrum: Notify multicast router on RIF MTU changesYotam Gigi2017-09-271-0/+11
| * mlxsw: spectrum_router: Add multicast routes notification handling functionalityYotam Gigi2017-09-271-2/+185
| * mlxsw: spectrum: router: Squash the default route table to mainYotam Gigi2017-09-271-2/+2
| * mlxsw: spectrum: Add the multicast routing hardware logicYotam Gigi2017-09-274-1/+873
| * mlxsw: spectrum: Add the multicast routing offloading logicYotam Gigi2017-09-274-1/+1150
| * net: mroute: Check if rule is a default ruleYotam Gigi2017-09-272-0/+19
| * net: ipmr: Add MFC offload indicationYotam Gigi2017-09-272-0/+5
| * ipmr: Send FIB notifications on MFC and VIF entriesYotam Gigi2017-09-271-0/+53
| * ipmr: Add FIB notification access functionsYotam Gigi2017-09-273-2/+153
| * ipmr: Add reference count to MFC entriesYotam Gigi2017-09-272-3/+26
| * fib: notifier: Add VIF add and delete event typesYotam Gigi2017-09-271-0/+2
|/
* Merge branch 'nfp-flower-vxlan-tunnel-offload'David S. Miller2017-09-2610-42/+1243
|\
| * nfp: flower vxlan neighbour keep-aliveJohn Hurley2017-09-264-0/+69
| * nfp: flower vxlan neighbour offloadJohn Hurley2017-09-264-0/+268
| * nfp: offload vxlan IPv4 endpoints of flower rulesJohn Hurley2017-09-265-3/+143
| * nfp: offload flower vxlan endpoint MAC addressesJohn Hurley2017-09-267-8/+423
| * nfp: compile flower vxlan tunnel set actionsJohn Hurley2017-09-262-21/+179
| * nfp: compile flower vxlan tunnel metadata match fieldsJohn Hurley2017-09-264-12/+158
| * nfp: add helper to get flower cmsg lengthJohn Hurley2017-09-262-1/+6
|/