aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-08-12net: fec: Remove unneeded use of IS_ERR_VALUE() macroFabio Estevam1-3/+3
2015-08-12cxgb4: Add debugfs support to dump tid infoHariprasad Shenai3-5/+76
2015-08-12cxgb4: Differentiate between stids between server and filter regionHariprasad Shenai2-5/+11
2015-08-12cxgb4: Differentiates between TIDs being used in TCAM and HASHHariprasad Shenai3-6/+36
2015-08-12cxgb4: Add some more details to sge qinfoHariprasad Shenai1-8/+53
2015-08-12net: atl1c: add BQL supportRon Angeles1-0/+10
2015-08-12net: eth: altera: Remove sgdmadesclen member from altera_tse_privateTobias Klauser3-6/+4
2015-08-11net: switchdev: support static FDB addressesVivien Didelot1-0/+1
2015-08-11Revert "Merge branch 'mv88e6xxx-switchdev-fdb'"David S. Miller1-1/+1
2015-08-11net, thunder, bgx: Add support to get MAC address from ACPI.David Daney1-1/+85
2015-08-11net: thunder: Factor out DT specific code in BGXRobert Richter1-13/+35
2015-08-10mellanox: mlxsw: Use '%zx' to print size_t formatFabio Estevam1-1/+1
2015-08-10cxgb4: cleanup some indentingDan Carpenter1-3/+3
2015-08-10qlcnic: Update version to 5.3.63Shahed Shaikh1-2/+2
2015-08-10qlcnic: Don't use kzalloc unncecessarily for allocating large chunk of memoryShahed Shaikh1-2/+2
2015-08-10qlcnic: Add new VF device ID 0x8C30Shahed Shaikh2-5/+12
2015-08-10qlcnic: Print firmware minidump buffer and template header addressesShahed Shaikh1-2/+3
2015-08-10qlcnic: Add support to enable capability to extend minidump for iSCSIShahed Shaikh5-0/+61
2015-08-10qlcnic: Rearrange ordering of header files inclusionHarish Patil10-21/+22
2015-08-10net: fec: fix the race between xmit and bdp reclaiming pathKevin Hao1-15/+20
2015-08-09mlxsw: Fix use-after-free bug in mlxsw_sx_port_xmitIdo Schimmel1-1/+3
2015-08-09mlxsw: Use correct skb length when dumping payloadIdo Schimmel1-1/+1
2015-08-09mlxsw: Simplify mlxsw_sx_port_xmit functionIdo Schimmel4-20/+40
2015-08-09mlxsw: Strip FCS from incoming packetsJiri Pirko2-1/+11
2015-08-09mlxsw: Make pci module dependent on HAS_DMA and HAS_IOMEMJiri Pirko1-1/+1
2015-08-09mlxsw: Make system port to local port mapping explicitIdo Schimmel2-0/+78
2015-08-09mlxsw: Call free_netdev when removing portIdo Schimmel1-0/+1
2015-08-09net: switchdev: change fdb addr for a byte arrayVivien Didelot1-1/+1
2015-08-07Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queueDavid S. Miller23-136/+3136
2015-08-06net/mlx5_core: Support physical port countersGal Pressman3-1/+126
2015-08-06net/mlx5e: Take advantage of the light-weight netdev open/stopAchiad Shochat3-106/+32
2015-08-06net/mlx5e: Disable async events before unregister_netdev()Achiad Shochat1-2/+2
2015-08-06net/mlx5e: Rename/move functions following the ndo_stop flow changeAchiad Shochat3-308/+306
2015-08-06net/mlx5e: Light-weight netdev open/stopAchiad Shochat3-75/+176
2015-08-06net/mlx5_core: Introduce access function to modify RSS/LRO paramsAchiad Shochat2-0/+14
2015-08-06net/mlx5e: Introduce the "Drop RQ"Achiad Shochat2-11/+114
2015-08-06net/mlx5e: Unify the RX flowAchiad Shochat2-34/+69
2015-08-06drivers: net: cpsw: add separate napi for txMugunthan V N1-13/+31
2015-08-06drivers: net: cpsw: dual_emac: simplify napi usageMugunthan V N1-17/+9
2015-08-06drivers: net: cpsw: remove disable_irq/enable_irq as irq can be masked from cpsw itselfMugunthan V N1-25/+2
2015-08-06bnx2x: Add BD support for storageYuval Mintz4-2/+118
2015-08-06cnic: Add the interfaces to get FC-NPIV table.Adheer Chandravanshi2-2/+32
2015-08-06cnic: Populate upper layer driver state in MFWTej Parkash2-3/+20
2015-08-06rocker: use netdev_err after register_netdevScott Feldman1-1/+1
2015-08-06rocker: NULL port if port probe failsScott Feldman1-0/+1
2015-08-05e1000e: Increase driver version numberRaanan Avargil1-1/+1
2015-08-05e1000e: Fix tight loop implementation of systime read algorithmRaanan Avargil1-10/+21
2015-08-05e1000e: Fix incorrect ASPM lockingRaanan Avargil1-2/+2
2015-08-05e1000e: Cosmetic changesRaanan Avargil2-5/+4
2015-08-05e1000e: Fix EEE in Sx implementationRaanan Avargil1-0/+27