summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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-04net sched actions: skbedit convert to use more modern nla_put_xxxJamal Hadi Salim1-8/+4
2016-07-04net sched actions: skbedit add support for mod-ing skb pkt_typeJamal Hadi Salim3-6/+24
2016-07-04net: simplify and make pkt_type_ok() available for other usersJamal Hadi Salim2-8/+11
2016-07-04batman-adv: split routing API data structure in subobjectsAntonio Quartulli12-124/+150
2016-07-04batman-adv: throughput meter implementationAntonio Quartulli13-10/+2021
2016-07-04batman-adv: return netdev status in the TX pathAntonio Quartulli5-44/+68
2016-07-04batman-adv: add netlink command to query generic mesh information filesMatthias Schiffer2-0/+155
2016-07-04batman-adv: add generic netlink family for batman-advMatthias Schiffer6-0/+141
2016-07-02net-next: mediatek: fix compile error inside mtk_poll_controller()John Crispin1-1/+1
2016-07-02Merge branch 'mlxsw-router-interfaces-groundwork'David S. Miller7-86/+474
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-02Merge branch 'bnxt_en-next'David S. Miller6-49/+158
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-02Merge branch 'mlx5-next'David S. Miller20-331/+1840
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 Zion5-90/+171
2016-07-02net/mlx5e: Add devlink based SRIOV mode changesOr Gerlitz2-9/+124