summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* Bluetooth: hci_bcm: Add suspend/resume PM functionsFrederic Danis2015-08-111-1/+66
* Bluetooth: hci_bcm: Retrieve UART speed from ACPIFrederic Danis2015-08-111-0/+28
* Bluetooth: hci_bcm: Add PM for BCM devicesFrederic Danis2015-08-111-2/+214
* cc2520: set the default fifo pin value from platform dataYong Li2015-08-111-0/+1
* Bluetooth: hciuart: Add support QCA chipset for UARTBen Young Tae Kim2015-08-105-1/+996
* Bluetooth: btqca: Introduce generic QCA ROME supportBen Young Tae Kim2015-08-104-0/+532
* at86rf230: use STATE_TX_ARET mode onlyAlexander Aring2015-08-101-38/+14
* Bluetooth: btmrvl: release sdio bus after firmware is upAniket Nagarnaik2015-08-101-2/+2
* mlxsw: Fix use-after-free bug in mlxsw_sx_port_xmitIdo Schimmel2015-08-101-1/+3
* mlxsw: Use correct skb length when dumping payloadIdo Schimmel2015-08-101-1/+1
* mlxsw: Simplify mlxsw_sx_port_xmit functionIdo Schimmel2015-08-104-20/+40
* mlxsw: Strip FCS from incoming packetsJiri Pirko2015-08-102-1/+11
* mlxsw: Make pci module dependent on HAS_DMA and HAS_IOMEMJiri Pirko2015-08-101-1/+1
* mlxsw: Make system port to local port mapping explicitIdo Schimmel2015-08-102-0/+78
* mlxsw: Call free_netdev when removing portIdo Schimmel2015-08-101-0/+1
* net: phy: add RealTek RTL8211DN phy idShaohui Xie2015-08-101-0/+14
* net: dsa: mv88e6xxx: rework FDB add/del operationsVivien Didelot2015-08-104-42/+80
* net: dsa: mv88e6xxx: rework FDB getnext operationVivien Didelot2015-08-104-27/+87
* net: dsa: mv88e6xxx: rename ATU MAC accessorsVivien Didelot2015-08-101-8/+8
* net: dsa: mv88e6xxx: extend fid maskVivien Didelot2015-08-102-10/+18
* net: dsa: add support for switchdev FDB objectsVivien Didelot2015-08-102-6/+0
* net: switchdev: change fdb addr for a byte arrayVivien Didelot2015-08-101-1/+1
* vxlan: combine VXLAN_FLOWBASED into VXLAN_COLLECT_METADATAAlexei Starovoitov2015-08-071-11/+6
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller2015-08-0723-136/+3136
|\
| * e1000e: Increase driver version numberRaanan Avargil2015-08-061-1/+1
| * e1000e: Fix tight loop implementation of systime read algorithmRaanan Avargil2015-08-061-10/+21
| * e1000e: Fix incorrect ASPM lockingRaanan Avargil2015-08-061-2/+2
| * e1000e: Cosmetic changesRaanan Avargil2015-08-062-5/+4
| * e1000e: Fix EEE in Sx implementationRaanan Avargil2015-08-061-0/+27
| * i40e: Add AQ commands for NVM Update for X722Shannon Nelson2015-08-061-0/+129
| * i40e/i40evf: Add ATR HW eviction support for X722Anjali Singhai Jain2015-08-062-0/+14
| * i40e: Add IWARP support for X722Anjali Singhai Jain2015-08-061-0/+10
| * i40e/i40evf: Add TX/RX outer UDP checksum support for X722Anjali Singhai Jain2015-08-067-5/+50
| * i40e/i40evf: Add support for writeback on ITR feature for X722Anjali Singhai Jain2015-08-067-18/+74
| * i40e/i40evf: RSS changes for X722Anjali Singhai Jain2015-08-069-89/+307
| * i40e/i40evf: Update register.h file for X722Anjali Singhai Jain2015-08-062-2/+1991
| * i40e/i40evf: Update FW API with X722 supportAnjali Singhai Jain2015-08-066-1/+444
| * i40e/i40evf: Add flags for X722 capabilitiesAnjali Singhai Jain2015-08-063-1/+21
| * i40e/i40evf: Add device ids for X722Anjali Singhai Jain2015-08-066-2/+41
* | net/mlx5_core: Support physical port countersGal Pressman2015-08-073-1/+126
* | net/mlx5e: Take advantage of the light-weight netdev open/stopAchiad Shochat2015-08-073-106/+32
* | net/mlx5e: Disable async events before unregister_netdev()Achiad Shochat2015-08-071-2/+2
* | net/mlx5e: Rename/move functions following the ndo_stop flow changeAchiad Shochat2015-08-073-308/+306
* | net/mlx5e: Light-weight netdev open/stopAchiad Shochat2015-08-073-75/+176
* | net/mlx5_core: Introduce access function to modify RSS/LRO paramsAchiad Shochat2015-08-072-0/+14
* | net/mlx5e: Introduce the "Drop RQ"Achiad Shochat2015-08-072-11/+114
* | net/mlx5e: Unify the RX flowAchiad Shochat2015-08-072-34/+69
* | drivers: net: cpsw: add separate napi for txMugunthan V N2015-08-071-13/+31
* | drivers: net: cpsw: dual_emac: simplify napi usageMugunthan V N2015-08-071-17/+9
* | drivers: net: cpsw: remove disable_irq/enable_irq as irq can be masked from c...Mugunthan V N2015-08-071-25/+2