summaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* VFS: Fix up some ->d_inode accesses in the chelsio driverDavid Howells2015-04-152-16/+7
* make new_sync_{read,write}() staticAl Viro2015-04-112-4/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-04-063-11/+4
|\
| * net/mlx4_core: Fix error message deprecation for ConnectX-2 cardsJack Morgenstein2015-04-061-1/+2
| * mvneta: dont call mvneta_adjust_link() manuallyStas Sergeev2015-04-061-6/+1
| * xen-netfront: transmit fully GSO-sized packetsJonathan Davies2015-04-021-4/+1
* | virtio: document queue state logicMichael S. Tsirkin2015-04-061-5/+9
* | mvneta: implement SGMII-based in-band link state signalingStas Sergeev2015-04-031-11/+95
* | add fixed_phy_update_state() - update state of fixed_phyStas Sergeev2015-04-031-0/+29
* | i40e: Bump to version 1.3.1Catherine Sullivan2015-04-031-2/+2
* | i40evf: Refactor VF RSS codeAnjali Singhai Jain2015-04-031-32/+11
* | i40evf: protect VLAN filter listMitch Williams2015-04-031-2/+22
* | i40e: Communicate VSI id in place of VSI index to the VFsAnjali Singhai Jain2015-04-034-53/+76
* | i40e: stop flow director on shutdownMitch Williams2015-04-031-0/+2
* | i40e: fix up VXLAN messagesShannon Nelson2015-04-031-19/+19
* | i40e: Don't register/de-register apps on NIC partitions in MFP modeNeerav Parikh2015-04-031-0/+8
* | i40e/i40evf: Set Ethernet protocol correctly when Tx VLAN offloads are disabledGreg Rose2015-04-032-0/+27
* | i40e: warn at the right timeMitch Williams2015-04-031-3/+2
* | i40e: fix invalid void return in FCoE codeJesse Brandeburg2015-04-031-2/+1
* | i40e/i40evf: fix bug when skb allocation failsJesse Brandeburg2015-04-032-2/+8
* | i40e: Change some memcpys to struct assignmentsJesse Brandeburg2015-04-031-11/+8
* | i40e: Print some more info to help figure out the cause of HMC errorAnjali Singhai Jain2015-04-031-0/+3
* | i40e: validate VSI param from VFsMitch Williams2015-04-031-0/+2
* | i40evf: Fix Outer UDP RX checksum codeAnjali Singhai Jain2015-04-031-11/+13
* | net/mlx5_core: Extend struct mlx5_interface to support multiple protocolsSaeed Mahameed2015-04-021-0/+22
* | net/mlx5_core: Move completion eqs from mlx5_ib to mlx5_coreSaeed Mahameed2015-04-021-0/+91
* | net/mlx5_core: Update module info macros for ConnectX4 SupportAchiad Shochat2015-04-021-3/+3
* | net/mlx5_core: Fix Mellanox copyright noteSaeed Mahameed2015-04-0218-18/+18
* | net/mlx5_core: Fix a bug in alloc_tokenAchiad Shochat2015-04-021-1/+4
* | net/mlx5_core: Avoid usage command work entry after writing command doorbellIra Gusinsky2015-04-021-1/+2
* | net/mlx5_core: Avoid copying outbox in aysnc command completionEli Cohen2015-04-021-1/+2
* | net/mlx5_core: Use coherent memory for command interface pageEli Cohen2015-04-021-23/+49
* | net/mlx5_core: Use the right inbox struct in destroy mkey commandAchiad Shochat2015-04-021-1/+1
* | net/mlx5_core: Clear doorbell record inside mlx5_db_alloc()Saeed Mahameed2015-04-021-0/+3
* | net/mlx5_core: Avoid setting DC requestor/responder resourcesEli Cohen2015-04-021-2/+0
* | net/mlx5_core: Allocate firmware pages from device's NUMA nodeEli Cohen2015-04-021-1/+2
* | net/mlx4_en: Add RX-ALL supportMuhammad Mahajna2015-04-025-2/+81
* | net/mlx4_en: Add RX-FCS supportMuhammad Mahajna2015-04-022-7/+31
* | net/mlx4_en: Add interface identify supportIdo Shamay2015-04-024-0/+64
* | net/mlx4: Add SET_PORT opcode modifiers enumerationIdo Shamay2015-04-022-16/+23
* | net/mlx4: Set enhanced QoS support by default when ETS supportedIdo Shamay2015-04-021-3/+3
* | net/mlx4: Warn users of depracated QoS FirmwareIdo Shamay2015-04-023-3/+14
* | net/mlx4_en: Enable TX rate limit per VFIdo Shamay2015-04-022-1/+187
* | net/mlx4: Added qos_vport QP configuration in VST modeIdo Shamay2015-04-025-1/+24
* | net/mlx4: Allocate VPPs for each port on PF initIdo Shamay2015-04-023-0/+76
* | net/mlx4: Query device for QoS per VF supportIdo Shamay2015-04-021-1/+9
* | net/mlx4: Add mlx4_SET_VPORT_QOS implementationIdo Shamay2015-04-023-0/+134
* | net/mlx4: Add mlx4_ALLOCATE_VPP implementationIdo Shamay2015-04-023-0/+112
* | net/mlx4: New file for QoS related firmware commandsIdo Shamay2015-04-026-88/+204
* | net/mlx4: Aesthetic code changes in multi_func_initIdo Shamay2015-04-021-4/+15