summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2017-01-24bpf: enable load bytes helper for filter/reuseport progsDaniel Borkmann1-15/+26
2017-01-24bpf: simplify __is_valid_access test on cbDaniel Borkmann1-13/+2
2017-01-24net/mlx5e: CQE compression control code reuseShaker Daibes4-20/+10
2017-01-24net/mlx5e: Reduce memory consumption on kdump kernelKamal Heib3-11/+21
2017-01-24IB/mlx5: Enable Eth VFs to query their min-inline value for user-spaceOr Gerlitz2-1/+22
2017-01-24net/mlx5: Push min-inline mode resolution helper into the coreOr Gerlitz3-17/+19
2017-01-24net/mlx5: Add support for setting VF min rateMohamad Haj Yahia4-13/+104
2017-01-24net/mlx5: E-Switch, Enlarge the FDB size for the switchdev modeOr Gerlitz1-5/+8
2017-01-24net/mlx5e: Support SRIOV TC encapsulation offloads for IPv6 tunnelsOr Gerlitz1-8/+151
2017-01-24net/mlx5e: Maximize ip tunnel key usage on the TC offloading pathOr Gerlitz1-9/+6
2017-01-24net/mlx5e: Use the full tunnel key info for encapsulation offload house-keepingOr Gerlitz2-30/+17
2017-01-24net/mlx5e: TC ipv4 tunnel encap offload cosmetic changesOr Gerlitz1-6/+4
2017-01-24net/mlx5e: Add TC offloads matching on IPv6 encapsulation headersOr Gerlitz1-3/+27
2017-01-24net/mlx5: Use exact encap header size for the FW input bufferOr Gerlitz1-2/+5
2017-01-24phy: marvell: remove conflicting initializerArnd Bergmann1-7/+6
2017-01-24net: dummy: Introduce dummy virtual functionsPhil Sutter1-2/+215
2017-01-24net: broadcom: bnx2x: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes1-90/+109
2017-01-24Merge branch 'packet-sampling-offload'David S. Miller19-0/+929
2017-01-24mlxsw: spectrum: Add packet sample offloading supportYotam Gigi3-0/+122
2017-01-24mlxsw: reg: add the Monitoring Packet Sampling Configuration RegisterYotam Gigi1-0/+41
2017-01-24net/sched: Introduce sample tc actionYotam Gigi6-0/+364
2017-01-24net: Introduce psample, a new genetlink channel for packet samplingYotam Gigi9-0/+402
2017-01-24Merge branch 'mdio_module_driver-misc'David S. Miller2-13/+2
2017-01-24net: dsa: b53: Utilize mdio_module_driverFlorian Fainelli1-12/+1
2017-01-24net: phy: Fix typo for MDIO module boilerplate commentFlorian Fainelli1-1/+1
2017-01-24Merge branch 'stmmac-dwmac-meson8b-configurable-RGMII-TX-delay'David S. Miller2-6/+30
2017-01-24net: stmmac: dwmac-meson8b: make the RGMII TX delay configurableMartin Blumenstingl1-6/+14
2017-01-24net: dt-bindings: add RGMII TX delay configuration to meson8b-dwmacMartin Blumenstingl1-0/+16
2017-01-24net: dsa: Fix inverted test for multiple CPU interfaceAndrew Lunn1-1/+1
2017-01-24bridge: multicast to unicastFelix Fietkau8-29/+114
2017-01-24Introduce a sysctl that modifies the value of PROT_SOCK.Krister Johansen9-12/+86
2017-01-23bpf, lpm: fix kfree of im_node in trie_update_elemDaniel Borkmann1-1/+1
2017-01-23Merge branch 'bpf-lpm'David S. Miller8-3/+951
2017-01-23samples/bpf: add lpm-trie benchmarkDavid Herrmann2-0/+79
2017-01-23bpf: Add tests for the lpm trie mapDavid Herrmann3-2/+361
2017-01-23bpf: add a longest prefix match trie map implementationDaniel Mack3-1/+511
2017-01-23net: xilinx: constify net_device_ops structureBhumika Goyal1-2/+2
2017-01-23net: moxa: constify net_device_ops structuresBhumika Goyal1-1/+1
2017-01-23net: qcom/emac: claim the irq only when the device is openedTimur Tabi3-14/+11
2017-01-23net: qcom/emac: rename emac_phy to emac_sgmii and move itTimur Tabi9-24/+23
2017-01-23bnx2x: avoid two atomic ops per page on x86Eric Dumazet1-10/+5
2017-01-22Merge branch 'bcm7278'David S. Miller8-57/+261
2017-01-22net: phy: bcm7xxx: Implement EGPHY workaround for 7278Florian Fainelli1-0/+34
2017-01-22net: phy: bcm7xxx: Add entry for BCM7278Florian Fainelli2-0/+3
2017-01-22net: dsa: bcm_sf2: Allow non-IMP ports to have Broadcom tags enabledFlorian Fainelli3-0/+18
2017-01-22net: dsa: bcm_sf2: Move code enabling Broadcom tagsFlorian Fainelli1-27/+34
2017-01-22net: dsa: bcm_sf2: Add support for BCM7278 integrated switchFlorian Fainelli5-10/+68
2017-01-22net: dsa: bcm_sf2: Prepare for different register layoutsFlorian Fainelli3-25/+109
2017-01-22net: dsa: bcm_sf2: Make SF2_IO64_MACRO() utilize 32-bit macroFlorian Fainelli1-2/+2
2017-01-22Merge branch 'systemport-lite'David S. Miller3-80/+339