aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-07-04liquidio: Droq validationRaghu Vatsavayi1-12/+0
2016-07-04liquidio: MTU limitsRaghu Vatsavayi3-11/+15
2016-07-04liquidio: free resources during shutdownRaghu Vatsavayi4-8/+13
2016-07-04liquidio: iq/oq limitsRaghu Vatsavayi1-5/+1
2016-07-04liquidio: softcommand delayRaghu Vatsavayi3-5/+5
2016-07-04liquidio: IQ synchronizationRaghu Vatsavayi1-11/+16
2016-07-04liquidio: Macro replacementsRaghu Vatsavayi17-321/+66
2016-07-04liquidio: Vxlan supportRaghu Vatsavayi6-5/+254
2016-07-04net: ethernet: bcmgenet: use phy_ethtool_{get|set}_link_ksettingsPhilippe Reynes1-26/+2
2016-07-04net: ethernet: bcmgenet: use phydev from struct net_devicePhilippe Reynes3-39/+31
2016-07-04net: ethernet: arc: emac: use phy_ethtool_{get|set}_link_ksettingsPhilippe Reynes1-38/+2
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