aboutsummaryrefslogtreecommitdiffstats
path: root/tools (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2016-06-25samples/bpf: set max locked memory to ulimitedWilliam Tu2-0/+6
2016-06-25net: ethernet: macb: use phy_ethtool_{get|set}_link_ksettingsPhilippe Reynes1-26/+4
2016-06-25net: ethernet: macb: use phydev from struct net_devicePhilippe Reynes2-16/+13
2016-06-25openvswitch: Only set mark and labels with a commit flag.Jarno Rajahalme1-25/+51
2016-06-25openvswitch: Set mark and labels before confirming.Jarno Rajahalme1-19/+14
2016-06-25net: dsa: mv88e6xxx: rename single-chip supportVivien Didelot3-720/+731
2016-06-25net: dsa: mv88e6xxx: move driver in its own folderVivien Didelot7-16/+21
2016-06-23qede: Add support for coalescing config read/update.Sudarsana Reddy Kalluru1-0/+53
2016-06-23qed: Add support for coalescing config read/update.Sudarsana Reddy Kalluru8-5/+307
2016-06-23net/mlx4_en: Add DCB PFC support through CEE netlink commandsRana Shahout8-14/+331
2016-06-23net: dsa: b53: Fix statistics readingsFlorian Fainelli1-1/+1
2016-06-23of_mdio: Enable fixed PHY support if driver is a moduleBen Hutchings2-2/+2
2016-06-23ti_cpsw: Check for disabled child nodesBen Hutchings1-1/+1
2016-06-22openvswitch: Add packet len info to upcall.William Tu2-1/+14
2016-06-22net: ethernet: bgmac: use phy_ethtool_{get|set}_link_ksettingsPhilippe Reynes1-18/+2
2016-06-22net: ethernet: bgmac: use phydev from struct net_devicePhilippe Reynes2-12/+6
2016-06-22net: ethernet: altera_tse: use phy_ethtool_{get|set}_link_ksettingsPhilippe Reynes1-22/+2
2016-06-22net: ethernet: altera_tse: use phydev from struct net_devicePhilippe Reynes3-14/+9
2016-06-22net: ethernet: sun4i-emac: use phy_ethtool_{get|set}_link_ksettingsPhilippe Reynes1-22/+2
2016-06-22net: ethernet: sun4i-emac: use phydev from struct net_devicePhilippe Reynes1-20/+14
2016-06-21mlxsw: spectrum: Add debug printsIdo Schimmel2-0/+14
2016-06-21mlxsw: spectrum: Free resources upon vPort destructionIdo Schimmel2-35/+15
2016-06-21mlxsw: spectrum: Refactor FDB flushing logicIdo Schimmel3-89/+47
2016-06-21mlxsw: spectrum: Don't count on FID being presentIdo Schimmel3-8/+11
2016-06-21mlxsw: spectrum: Add FID get / set functionsIdo Schimmel3-21/+32
2016-06-21mlxsw: spectrum: Check if port is vPort using its VIDIdo Schimmel1-6/+8
2016-06-21mlxsw: spectrum: Use per-FID struct for the VLAN-aware bridgeIdo Schimmel3-125/+195
2016-06-21mlxsw: spectrum: Remove unused function argumentIdo Schimmel1-6/+3
2016-06-21mlxsw: spectrum: Use join / leave functions for vFID operationsIdo Schimmel1-178/+126
2016-06-21mlxsw: spectrum: Make vFID struct genericIdo Schimmel3-150/+131
2016-06-21mlxsw: spectrum: Use FID instead of vFID to setup floodingIdo Schimmel3-10/+12
2016-06-21mlxsw: spectrum: Create a function to map vPort's FIDIdo Schimmel1-46/+38
2016-06-21mlxsw: spectrum: Use only one function to create vFIDsIdo Schimmel1-42/+37
2016-06-21mlxsw: spectrum: Remove redundant function argumentIdo Schimmel3-10/+8
2016-06-21mlxsw: spectrum: Use DECLARE_BITMAP() macroIdo Schimmel1-4/+4
2016-06-21mlxsw: spectrum: Centralize VLAN-aware bridge ref countingIdo Schimmel1-28/+30
2016-06-21mlxsw: spectrum: Remove unnecessary function argumentIdo Schimmel1-4/+3
2016-06-21mlxsw: spectrum: Make unlinking functions return voidIdo Schimmel1-40/+28
2016-06-21mlxsw: spectrum: Use WARN_ON() return valueIdo Schimmel1-12/+4
2016-06-21mlxsw: spectrum: Remove unnecessary checks from event processingIdo Schimmel1-4/+2
2016-06-21mlxsw: spectrum: Forbid LAG slave from having VLAN uppersIdo Schimmel1-1/+6
2016-06-21mlxsw: spectrum: Sanitize port netdev upper devicesIdo Schimmel1-0/+7
2016-06-21mlxsw: spectrum: Use notifier_from_errno() in notifier blockIdo Schimmel1-63/+29
2016-06-21net: hns: bug fix about TSO on|off when there is trafficDaode Huang1-4/+4
2016-06-21net: hns: change the default coalesce usecsDaode Huang2-2/+2
2016-06-21net: hns: fix sbm default parameters config errorDaode Huang2-17/+39
2016-06-21net: hns: fix bug that alloc skb fail lead to port unavailableJun He1-2/+3
2016-06-21net: hns: bug fix about led control logic when link downDaode Huang1-5/+7
2016-06-21net: hns: delete redundancy ring enable operationsDaode Huang4-21/+10
2016-06-21net: hns: add get_coalesce_range api for hnsDaode Huang3-0/+40