aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-03-01net: aquantia: fixed memcpy sizeNikita Danilov1-1/+1
2019-03-01Merge branch 'nfp-control-processor-DMA-support-and-RJ45'David S. Miller3-46/+243
2019-03-01nfp: nsp: set higher timeout for flash bundleDirk van der Merwe1-4/+1
2019-03-01nfp: nsp: allow the use of DMA bufferJakub Kicinski1-5/+191
2019-03-01nfp: nsp: move default buffer handling into its own functionJakub Kicinski1-42/+51
2019-03-01nfp: nsp: use fractional size of the bufferJakub Kicinski1-6/+7
2019-03-01nfp: report RJ45 connector in ethtoolJakub Kicinski2-0/+4
2019-03-01net: marvell: neta: disable comphy when setting modeMarek BehĂșn1-5/+23
2019-03-01Merge branch 'enetc-Add-mdio-support-and-device-tree-nodes'David S. Miller7-1/+340
2019-03-01dt-bindings: net: freescale: enetc: Add connection bindings for ENETC etherne...Claudiu Manoil1-0/+69
2019-03-01enetc: Add ENETC PF level external MDIO supportClaudiu Manoil4-1/+219
2019-03-01arm64: dts: fsl: ls1028a-rdb: Add ENETC external eth ports for the LS1028A RD...Claudiu Manoil1-0/+17
2019-03-01arm64: dts: fsl: ls1028a: Add PCI IERC node and ENETC endpointsClaudiu Manoil1-0/+35
2019-02-28selftests: rtnetlink: use internal netns switch for ip commandsDavid Ahern1-61/+61
2019-02-28Merge branch 's390-qeth-next'David S. Miller6-212/+80
2019-02-28s390/qeth: drop redundant state checkingJulian Wiedmann5-43/+13
2019-02-28s390/qeth: don't special-case HW trap during suspendJulian Wiedmann2-12/+4
2019-02-28s390/qeth: remove driver-wide workqueueJulian Wiedmann1-18/+1
2019-02-28s390/qeth: don't defer close_dev work during recoveryJulian Wiedmann4-5/+3
2019-02-28s390/qeth: remove a redundant check for card->devJulian Wiedmann1-1/+1
2019-02-28s390/qeth: call dev_close() during recoveryJulian Wiedmann3-75/+20
2019-02-28s390/qeth: unconditionally clear MAC_REGISTERED flagJulian Wiedmann2-2/+1
2019-02-28s390/qeth: enable/disable the HW trap a little earlierJulian Wiedmann2-14/+17
2019-02-28s390/qeth: remove RECOVER stateJulian Wiedmann6-47/+25
2019-02-28net/smc: allow pnetid-less configurationUrsula Braun1-1/+41
2019-02-28net: sched: pie: avoid slow division in drop probability decayLeslie Monis1-1/+2
2019-02-28cxgb4vf: Enter debugging mode if FW is inaccessibleArjun Vynipadath2-13/+33
2019-02-28cxgb4: Enable outer UDP checksum offload for T6Arjun Vynipadath1-0/+2
2019-02-28cxgb4/cxgb4vf: Fix up netdev->hw_featuresArjun Vynipadath2-10/+9
2019-02-27net: sched: act_csum: Fix csum calc for tagged packetsEli Britstein1-2/+29
2019-02-27net: hns: use struct_size() in devm_kzalloc()Gustavo A. R. Silva1-2/+3
2019-02-27Merge branch 'net-phy-marvell10g-Clean-get_features-by-using-C45-helpers'David S. Miller1-11/+1
2019-02-27net: phy: marvell10g: Use the generic C45 helper to read the 2110 featuresMaxime Chevallier1-1/+1
2019-02-27net: phy: marvell10g: Let genphy_c45_pma_read_abilities set Aneg bitMaxime Chevallier1-10/+0
2019-02-27net: sched: act_tunnel_key: fix metadata handlingVlad Buslov1-9/+9
2019-02-27drivers: net: phy: mdio-mux: Add support for Generic Mux controlsPankaj Bansal3-0/+135
2019-02-27dt-bindings: net: Add bindings for mdio mux consumersPankaj Bansal1-0/+82
2019-02-27route: Add multipath_hash in flowi_common to make user-define hashwenxu6-6/+13
2019-02-27Merge branch 'net-Remove-switchdev_ops'David S. Miller13-83/+204
2019-02-27net: Remove switchdev_opsFlorian Fainelli9-57/+0
2019-02-27net: switchdev: Replace port attr set SDO with a notificationFlorian Fainelli2-30/+31
2019-02-27staging: fsl-dpaa2: ethsw: Handle SWITCHDEV_PORT_ATTR_SETFlorian Fainelli1-0/+21
2019-02-27net: mscc: ocelot: Handle SWITCHDEV_PORT_ATTR_SETFlorian Fainelli3-0/+30
2019-02-27mlxsw: spectrum_switchdev: Handle SWITCHDEV_PORT_ATTR_SETFlorian Fainelli1-0/+12
2019-02-27net: dsa: Handle SWITCHDEV_PORT_ATTR_SETFlorian Fainelli1-0/+18
2019-02-27rocker: Handle SWITCHDEV_PORT_ATTR_SETFlorian Fainelli1-0/+18
2019-02-27switchdev: Add SWITCHDEV_PORT_ATTR_SETFlorian Fainelli2-0/+78
2019-02-27Revert "net: sched: fw: don't set arg->stop in fw_walk() when empty"Vlad Buslov1-1/+4
2019-02-27ethtool: Use explicit designated initializers for .cmdLi RongQing1-2/+2
2019-02-26net: sched: pie: fix 64-bit divisionLeslie Monis1-1/+1