summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2013-06-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville165-1996/+25820
2013-06-19bnx2: use pdev->pm_cap instead of pci_find_capability(.., PCI_CAP_ID_PM)Yijing Wang1-1/+1
2013-06-19amd8111e: use pdev->pm_cap instead of pci_find_capability(.., PCI_CAP_ID_PM)Yijing Wang1-3/+3
2013-06-19Bnx2x: remove redundant D0 power state setYijing Wang1-3/+1
2013-06-19net: Add missing dependencies on NETDEVICESBen Hutchings1-3/+3
2013-06-19at91_ether: Do not select NET_COREBen Hutchings1-1/+0
2013-06-19net: Move MII out from under NET_CORE and hide itBen Hutchings31-59/+3
2013-06-19bonding: trivial: make alb use bond_slave_has_mac()Veaceslav Falico1-42/+11
2013-06-19be2net: use pci_vfs_assigned()/pci_num_vf() instead of be_find_vfs()Sathya Perla1-27/+4
2013-06-19bnx2x: replace mechanism to check for next available packetDmitry Kravkov4-37/+42
2013-06-19bnx2x: add support for ndo_ll_pollDmitry Kravkov4-11/+208
2013-06-19net/mlx4_en: Low Latency recv statisticsAmir Vadai3-1/+29
2013-06-19net/mlx4_en: Add Low Latency Socket (LLS) supportAmir Vadai4-4/+178
2013-06-19ip_tunnels: extend iptunnel_xmit()Pravin B Shelar1-24/+8
2013-06-19sh_eth: get R8A7740 Rx descriptor word 0 shift out of #ifdefSergei Shtylyov2-3/+4
2013-06-19sh_eth: cleanup 'enum TD_STS_BIT'Sergei Shtylyov1-4/+4
2013-06-19sh_eth: remove redundant bits from 'eesipr_value' field initializerSergei Shtylyov1-1/+1
2013-06-19sh_eth: remove 'tx_error_check' field of 'struct sh_eth_cpu_data'Sergei Shtylyov2-17/+0
2013-06-19sh_eth: add NAPI supportSergei Shtylyov2-12/+74
2013-06-19sh_eth: define/use EESR_RX_CHECK macroSergei Shtylyov2-11/+10
2013-06-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller161-665/+5855
2013-06-19mwifiex: channel switch handling for stationAmitkumar Karwar6-0/+54
2013-06-19mwifiex: add basic 11h support for stationAmitkumar Karwar8-0/+155
2013-06-19brcm80211: fix null pointer accessAntonio Quartulli1-2/+1
2013-06-19mwifiex: code rearrangement for better readabilityAmitkumar Karwar1-12/+11
2013-06-19rtlwifi: rtl8192cu: Fix duplicate if testLarry Finger1-1/+1
2013-06-19vxlan: fix check for migration of static entrystephen hemminger1-1/+1
2013-06-19bcm63xx_enet: fix return value check in bcm_enet_shared_probe()Wei Yongjun1-2/+2
2013-06-19can: usb_8dev: unregister netdev before free()ingMarc Kleine-Budde1-1/+4
2013-06-18brcmfmac: add sdio sg list supportFranky Lin4-174/+137
2013-06-18brcmfmac: replace brcmf_sdioh_request_buffer with brcmf_sdio_buffrwFranky Lin3-54/+53
2013-06-18brcmfmac: remove redundant chip ID check in dhd_sdioFranky Lin1-22/+0
2013-06-18brcmfmac: simplify dpc handling using atomic operationsArend van Spriel1-58/+12
2013-06-18brcmfmac: consolidate mac_descriptor related function namesArend van Spriel1-27/+26
2013-06-18brcmfmac: remove dependency with nl80211.hArend van Spriel1-2/+1
2013-06-18brcmfmac: rename variable prec to more appropriate name, ie. fifoArend van Spriel1-4/+4
2013-06-18brcmfmac: Only use credits for bcmc when firmware indicates it.Hante Meuleman2-2/+33
2013-06-18ath9k: Program initvals for CUS217Sujith Manoharan3-0/+16
2013-06-18ath9k: Add initvals required for CUS217Sujith Manoharan1-0/+15
2013-06-18ath9k: Add PCI IDs for CUS217Sujith Manoharan3-0/+16
2013-06-18ath10k: off by one sanity checkDan Carpenter1-1/+1
2013-06-18ssb: register serial flash as platform deviceRafał Miłecki3-0/+31
2013-06-18ath9k: Modify IDs to identify CUS230Sujith Manoharan3-4/+10
2013-06-18ath9k: Add support for 5G-XLNA/AR9462Sujith Manoharan4-1/+310
2013-06-18ath9k: Update AR9462 2.0 initvalsSujith Manoharan1-1/+1
2013-06-18ath9k: Convert a couple of debug messagesSujith Manoharan1-2/+2
2013-06-18ath9k: Merge HWTIMER debug level with BTCOEXSujith Manoharan2-10/+9
2013-06-18Merge branch 'for-linville' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville10-254/+367
2013-06-18Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlw...John W. Linville1-0/+13
2013-06-18Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville10-35/+33