aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-07-04net: ethernet: arc: emac: use phydev from struct net_devicePhilippe Reynes2-18/+12
2016-07-04net: ethernet: ixp4xx_eth: use phy_ethtool_{get|set}_link_ksettingsPhilippe Reynes1-12/+2
2016-07-04net: ethernet: ixp4xx_eth: use phydev from struct net_devicePhilippe Reynes1-20/+16
2016-07-04net: ethernet: smsc: smsc911x: use phy_ethtool_{get|set}_link_ksettingsPhilippe Reynes1-16/+2
2016-07-04net: ethernet: smsc: smsc911x: use phydev from struct net_devicePhilippe Reynes1-35/+31
2016-07-04net: ethernet: lantiq_etop: use phy_ethtool_{get|set}_link_ksettingsPhilippe Reynes1-14/+2
2016-07-04net: ethernet: lantiq_etop: use phydev from struct net_devicePhilippe Reynes1-17/+7
2016-07-04net: ethernet: cavium: octeon: use phy_ethtool_{get|set}_link_ksettingsPhilippe Reynes1-23/+2
2016-07-04net: ethernet: cavium: octeon: use phydev from struct net_devicePhilippe Reynes1-46/+40
2016-07-04net/mlx4: Fix some indent inconsistancyChristophe Jaillet5-19/+17
2016-07-02net-next: mediatek: fix compile error inside mtk_poll_controller()John Crispin1-1/+1
2016-07-02mlxsw: spectrum: Add traps needed for router implementationJiri Pirko2-0/+30
2016-07-02mlxsw: spectrum: Use action 'discard' when removing trapsIdo Schimmel1-2/+2
2016-07-02mlxsw: reg: Add Router Interface Table RegisterIdo Schimmel1-0/+194
2016-07-02mlxsw: reg: Add FDB action to forward to routerIdo Schimmel1-1/+3
2016-07-02mlxsw: spectrum: Add router interface structIdo Schimmel2-0/+22
2016-07-02mlxsw: spectrum_router: Add basic ipv4 router initializationIdo Schimmel4-1/+83
2016-07-02mlxsw: spectrum: Initialize ports at the end of init sequenceIdo Schimmel1-14/+11
2016-07-02mlxsw: reg: Add Router General Configuration RegisterIdo Schimmel1-1/+77
2016-07-02mlxsw: spectrum: Remove RIF from PVID vPort when joining / leaving LAGIdo Schimmel1-0/+13
2016-07-02mlxsw: spectrum: Sync PVID vPort LAG statusIdo Schimmel1-0/+31
2016-07-02mlxsw: spectrum: Remove VLANs configuration via SELF flagIdo Schimmel3-66/+6
2016-07-02mlxsw: spectrum: Send untagged packets through a port netdevIdo Schimmel1-1/+2
2016-07-02bnxt_en: Allow statistics DMA to be configurable using ethtool -C.Michael Chan3-3/+31
2016-07-02bnxt_en: Assign netdev->dev_port with port ID.Michael Chan1-0/+1
2016-07-02bnxt_en: Allow promiscuous mode for VF if default VLAN is enabled.Michael Chan1-3/+12
2016-07-02bnxt_en: Increase maximum supported MTU to 9500.Vasundhara Volam1-1/+1
2016-07-02bnxt_en: Enable MRU enables bit when configuring VNIC MRU.Michael Chan1-1/+2
2016-07-02bnxt_en: Add support for firmware updates for additional processors.Rob Swindell2-0/+21
2016-07-02bnxt_en: Request firmware reset after successful firwmare updateRob Swindell1-0/+2
2016-07-02bnxt_en: Add support for updating flash more securelyRob Swindell2-1/+3
2016-07-02bnxt_en: Do function reset on the 1st PF open only.Michael Chan2-6/+17
2016-07-02bnxt_en: Update firmware spec. to 1.3.0.Michael Chan2-32/+66
2016-07-02bnxt_en: VF/NPAR should return -EOPNOTSUPP for unsupported ethtool ops.Michael Chan1-2/+2
2016-07-02net: ethernet: davinci_emac: use phy_ethtool_{get|set}_link_ksettingsPhilippe Reynes1-37/+2
2016-07-02net: ethernet: davinci_emac: use phydev from struct net_devicePhilippe Reynes1-34/+27
2016-07-02net/mlx5e: Introduce SRIOV VF representorsHadar Hen Zion6-19/+574
2016-07-02net/mlx5: Add Representors registration APIHadar Hen Zion5-7/+97
2016-07-02net/mlx5e: Add support for multiple profilesHadar Hen Zion2-118/+240
2016-07-02net/mlx5e: Mark enabled RQTs instances explicitlyHadar Hen Zion3-23/+37
2016-07-02net/mlx5e: TIRs management refactoringHadar Hen Zion6-57/+77
2016-07-02net/mlx5e: Create NIC global resources only onceHadar Hen Zion4-90/+158
2016-07-02net/mlx5e: Add devlink based SRIOV mode changesOr Gerlitz2-9/+124
2016-07-02net/mlx5: Add devlink interfaceOr Gerlitz4-4/+37
2016-07-02net/mlx5: E-Switch, Add API to create vport rx rulesOr Gerlitz2-0/+89
2016-07-02net/mlx5: E-Switch, Add offloads tableOr Gerlitz2-0/+36
2016-07-02net/mlx5: Introduce offloads steering namespaceOr Gerlitz1-1/+10
2016-07-02net/mlx5: E-Switch, Add API to create send-to-vport rulesOr Gerlitz2-1/+41
2016-07-02net/mlx5: E-Switch, Add miss rule for offloads modeOr Gerlitz2-0/+41
2016-07-02net/mlx5: E-Switch, Add support for the sriov offloads modeOr Gerlitz4-20/+168