summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2015-08-11vxlan: fix fdb_dump index calculationAtzm Watanabe1-5/+5
2015-08-11mellanox: mlxsw: Use '%zx' to print size_t formatFabio Estevam1-1/+1
2015-08-11isdn: Remove reverse_bits(), use revbit8()yalin wang1-17/+5
2015-08-11cxgb4: cleanup some indentingDan Carpenter1-3/+3
2015-08-11net: dsa: mv88e6352: Use mnemonics for EEPROM registers and bitsAndrew Lunn2-10/+16
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: phy: select copper mode when Marvel 88e1111 in SGMIIMadalin Bucur1-0/+11
2015-08-10net: fec: fix the race between xmit and bdp reclaiming pathKevin Hao1-15/+20
2015-08-10mlxsw: Fix use-after-free bug in mlxsw_sx_port_xmitIdo Schimmel1-1/+3
2015-08-10mlxsw: Use correct skb length when dumping payloadIdo Schimmel1-1/+1
2015-08-10mlxsw: Simplify mlxsw_sx_port_xmit functionIdo Schimmel4-20/+40
2015-08-10mlxsw: Strip FCS from incoming packetsJiri Pirko2-1/+11
2015-08-10mlxsw: Make pci module dependent on HAS_DMA and HAS_IOMEMJiri Pirko1-1/+1
2015-08-10mlxsw: Make system port to local port mapping explicitIdo Schimmel2-0/+78
2015-08-10mlxsw: Call free_netdev when removing portIdo Schimmel1-0/+1
2015-08-10net: phy: add RealTek RTL8211DN phy idShaohui Xie1-0/+14
2015-08-10net: dsa: mv88e6xxx: rework FDB add/del operationsVivien Didelot4-42/+80
2015-08-10net: dsa: mv88e6xxx: rework FDB getnext operationVivien Didelot4-27/+87
2015-08-10net: dsa: mv88e6xxx: rename ATU MAC accessorsVivien Didelot1-8/+8
2015-08-10net: dsa: mv88e6xxx: extend fid maskVivien Didelot2-10/+18
2015-08-10net: dsa: add support for switchdev FDB objectsVivien Didelot2-6/+0
2015-08-10net: switchdev: change fdb addr for a byte arrayVivien Didelot1-1/+1
2015-08-07vxlan: combine VXLAN_FLOWBASED into VXLAN_COLLECT_METADATAAlexei Starovoitov1-11/+6
2015-08-07Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller23-136/+3136
2015-08-07net/mlx5_core: Support physical port countersGal Pressman3-1/+126
2015-08-07net/mlx5e: Take advantage of the light-weight netdev open/stopAchiad Shochat3-106/+32
2015-08-07net/mlx5e: Disable async events before unregister_netdev()Achiad Shochat1-2/+2
2015-08-07net/mlx5e: Rename/move functions following the ndo_stop flow changeAchiad Shochat3-308/+306
2015-08-07net/mlx5e: Light-weight netdev open/stopAchiad Shochat3-75/+176
2015-08-07net/mlx5_core: Introduce access function to modify RSS/LRO paramsAchiad Shochat2-0/+14
2015-08-07net/mlx5e: Introduce the "Drop RQ"Achiad Shochat2-11/+114
2015-08-07net/mlx5e: Unify the RX flowAchiad Shochat2-34/+69
2015-08-07drivers: net: cpsw: add separate napi for txMugunthan V N1-13/+31
2015-08-07drivers: net: cpsw: dual_emac: simplify napi usageMugunthan V N1-17/+9
2015-08-07drivers: net: cpsw: remove disable_irq/enable_irq as irq can be masked from c...Mugunthan V N1-25/+2
2015-08-07bnx2fc: Read npiv table from nvram and create vports.Joe Carnuccio1-0/+66
2015-08-07bnx2x: Add BD support for storageYuval Mintz4-2/+118
2015-08-07cnic: Add the interfaces to get FC-NPIV table.Adheer Chandravanshi2-2/+32
2015-08-07cnic: Populate upper layer driver state in MFWTej Parkash2-3/+20
2015-08-07rocker: use netdev_err after register_netdevScott Feldman1-1/+1
2015-08-07rocker: NULL port if port probe failsScott Feldman1-0/+1
2015-08-06e1000e: Increase driver version numberRaanan Avargil1-1/+1
2015-08-06e1000e: Fix tight loop implementation of systime read algorithmRaanan Avargil1-10/+21
2015-08-06e1000e: Fix incorrect ASPM lockingRaanan Avargil1-2/+2
2015-08-06e1000e: Cosmetic changesRaanan Avargil2-5/+4