summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2014-01-07i40e: remove redundant AQ enableKamil Krawczyk1-6/+0
2014-01-07i40e: Enable/Disable PF switch LB on SR-IOV configure changesGreg Rose1-2/+74
2014-01-07i40e: whitespace paren and comment tweaksShannon Nelson3-6/+7
2014-01-07i40e: rework shadow ram read functionsShannon Nelson1-51/+16
2014-01-07i40e: check MAC type before any REG accessShannon Nelson1-8/+8
2014-01-07i40e: move PF ID init from PF reset to SC initShannon Nelson1-7/+7
2014-01-07i40e: Reduce range of interrupt reg in reg testShannon Nelson1-3/+3
2014-01-07i40e: update firmware api to 1.1Shannon Nelson4-44/+99
2014-01-07i40e: Add code to wait for FW to complete in reset pathShannon Nelson2-0/+42
2014-01-07i40e: Bump versionCatherine Sullivan1-1/+1
2014-01-07i40e: Allow VF to set already assigned MAC addressGreg Rose1-1/+4
2014-01-07i40e: Stop accepting any VLAN tag on VLAN 0 filter setGreg Rose1-11/+0
2014-01-07i40e: Do not enable broadcast promiscuous by defaultGreg Rose2-17/+18
2014-01-07i40e: Expose AQ debugfs hooksAnjali Singhai Jain1-0/+114
2014-01-07mlx4_en: Select PTP_1588_CLOCKShawn Bohrer1-0/+1
2014-01-07net/mlx4_en: fix error return code in mlx4_en_get_qp()Wei Yongjun1-2/+3
2014-01-07treewide: fix comments and printk msgsMasanari Iida1-1/+1
2014-01-07r8152: correct some messagesHayes Wang1-10/+13
2014-01-06bna: Fix build due to missing use of dma_unmap_len_set()David S. Miller1-2/+2
2014-01-06bgmac: fix typosHauke Mehrtens1-2/+2
2014-01-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller58-346/+875
2014-01-06vxlan: keep original skb ownershipEric Dumazet1-21/+10
2014-01-06hso: fix handling of modem port SERIAL_STATE notificationsDan Williams1-2/+11
2014-01-06bonding: fix kstrtou8() return value verification in num_peer_notifVeaceslav Falico1-1/+1
2014-01-06r8152: replace the return value of rtl_ops_inithayeswang1-9/+11
2014-01-06r8152: move the actions of saving the information of the devicehayeswang1-3/+4
2014-01-06r8152: replace some tabs with spaceshayeswang1-8/+8
2014-01-06mmc: add SDIO identifiers for Broadcom WLAN devicesArend van Spriel3-10/+1
2014-01-06brcmfmac: use custom destructor callback for all netdevice interfacesArend van Spriel4-20/+14
2014-01-06brcmfmac: call brcmf_cfg80211_detach() after removal of interfacesArend van Spriel2-4/+6
2014-01-06brcmfmac: move wiphy_unregister() call to brcmf_cfg80211_detach()Arend van Spriel3-38/+18
2014-01-06brcmfmac: inform cfg80211 when changing the CONNECTED stateArend van Spriel1-2/+3
2014-01-06brcmfmac: only disable clock when brcmf_sdio_bus_init() failsArend van Spriel1-1/+1
2014-01-06brcmfmac: enable watchdog when bus initialization is completeArend van Spriel1-1/+1
2014-01-06brcmfmac: correct detection of save&restore device capabilityArend van Spriel1-7/+22
2014-01-06brcmfmac: add sdio drive strength programming for bcm4334 chipsetArend van Spriel1-0/+12
2014-01-06brcmfmac: correct reporting HT40 support in wiphy htcapArend van Spriel2-43/+91
2014-01-06brcmfmac: cleanup helper functions in sdio probe pathArend van Spriel1-56/+34
2014-01-06brcmfmac: cleanup helper functions in sdio remove pathArend van Spriel1-29/+10
2014-01-06brcmfmac: Limit control message length from host to device.Hante Meuleman2-5/+10
2014-01-06brcmfmac: Remove some obsolete definitions and variables.Hante Meuleman2-4/+0
2014-01-06brcmfmac: rework SDIO register access functionsArend van Spriel2-132/+96
2014-01-06Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlw...John W. Linville1-2/+8
2014-01-06Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville1-1/+1
2014-01-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville5-20/+70
2014-01-06be2net: fix max_evt_qs calculation for BE3 in SR-IOV configSuresh Reddy2-4/+9
2014-01-06be2net: increase the timeout value for loopback-test FW cmdSuresh Reddy3-12/+22
2014-01-06be2net: disable RSS when number of RXQs is reduced to 1 via set-channelsVasundhara Volam2-6/+12
2014-01-06Merge branch 'core/rcu'Ingo Molnar1-1/+1
2014-01-06i40e: Do not allow AQ calls from ndo-opsAnjali Singhai Jain1-17/+13