summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2012-09-29Merge branch 'for-davem' of git://gitorious.org/linux-can/linux-can-nextDavid S. Miller1-3/+0
2012-09-29smsc75xx: add wol magic packet supportSteve Glendinning1-14/+174
2012-09-29smsc75xx: enable power saving mode during system suspendSteve Glendinning1-3/+54
2012-09-29smsc75xx: add explicit test that device is READYSteve Glendinning1-0/+23
2012-09-29smsc95xx: add wol magic packet supportSteve Glendinning2-8/+182
2012-09-29smsc95xx: enable power saving mode during system suspendSteve Glendinning2-2/+32
2012-09-29smsc95xx: fix resume when usb device is resetSteve Glendinning1-0/+1
2012-09-29smsc95xx: check return code from control messagesSteve Glendinning1-183/+148
2012-09-29smsc95xx: remove unnecessary variablesSteve Glendinning2-20/+10
2012-09-29smsc95xx: sleep before read for lengthy operationsSteve Glendinning1-2/+2
2012-09-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller39-96/+199
2012-09-28ath9k: Fix BTCOEX weight initializationSujith Manoharan4-32/+39
2012-09-28mwifiex: convert to use le16_add_cpu()Wei Yongjun1-3/+2
2012-09-28mwifiex: enhance RX reordering to avoid packet drop during host sleepAvinash Patil4-8/+49
2012-09-28ath9k_hw: Handle AR_INTR_SYNC_HOST1_(FATAL|PERR) on AR9003Sven Eckelmann1-0/+17
2012-09-28brcmfmac: remove brcmf_update_prof() functionArend van Spriel1-62/+19
2012-09-28brcmfmac: remove brcmf_read_prof() functionArend van Spriel1-27/+22
2012-09-28brcmfmac: rename structure brcmf_cfg80211_privArend van Spriel3-616/+615
2012-09-28brcmfmac: add hostap supoort.Hante Meuleman3-51/+962
2012-09-28brcmfmac: remove two obsolete structure definitionsArend van Spriel2-32/+8
2012-09-28brcmfmac: use brcmf_cfg80211_priv to interface with wl_cfg80211 codeArend van Spriel3-47/+15
2012-09-28brcmfmac: get rid of extern keyword in wl_cfg80211.hArend van Spriel1-8/+8
2012-09-28brcmfmac: notify common driver about usb tx completion.Hante Meuleman1-0/+2
2012-09-28brcmfmac: use define instead of hardcoded values.Hante Meuleman1-4/+6
2012-09-28brcmfmac: use different fw api for encryption,auth. configHante Meuleman4-97/+219
2012-09-28brcmfmac: use wait_event_timeout for fw control packets over usb.Hante Meuleman1-37/+9
2012-09-28b43legacy: Fix crash on unload when firmware not availableLarry Finger1-0/+2
2012-09-28ath9k: Enable MCI for AR9565Bala Shanmugam3-5/+5
2012-09-28brcmfmac: use kcalloc() to prevent integer overflowDan Carpenter1-2/+2
2012-09-28ath9k: Fix chainmask selection for AR9462Sujith Manoharan2-0/+6
2012-09-28mwifiex: add inactivity deauth support for apKevin Gan4-1/+39
2012-09-28mwifiex: set txpd when send a mgmt frame for AP and GO modeStone Piao1-0/+9
2012-09-28mwifiex: parse P2P IEs from beacon_dataStone Piao1-32/+54
2012-09-28mwifiex: add support for P2P GO in interface type changeStone Piao6-3/+90
2012-09-28mwifiex: add support for P2P client in interface type changeStone Piao4-0/+95
2012-09-28mwifiex: add P2P interfaceStone Piao3-2/+47
2012-09-28mwifiex: send firmware initialization commands synchronouslyStone Piao1-32/+33
2012-09-28mwifiex: append each IE into a seperate IE bufferStone Piao1-4/+9
2012-09-28mwifiex: process remain on channel expired eventStone Piao2-0/+13
2012-09-28mwifiex: implement remain_on_channel and cancel_remain_on_channelStone Piao8-6/+163
2012-09-28mwifiex: report received management frames to cfg80211Stone Piao6-0/+58
2012-09-28mwifiex: implement cfg80211 mgmt_frame_register handlerStone Piao5-0/+40
2012-09-28mwifiex: advertise mgmt_stype to cfg80211Stone Piao1-0/+30
2012-09-28mwifiex: implement cfg80211 mgmt_tx handlerStone Piao6-17/+143
2012-09-28mwifiex: fix coding style issueStone Piao2-4/+1
2012-09-28ath9k: Add a debugfs file to adjust antenna diversitySujith Manoharan2-3/+54
2012-09-28ath9k: Handle errors properly in MCI initializationSujith Manoharan3-17/+23
2012-09-28ath9k: Fix rx filtering issue for older chipsThomas Wagner1-2/+2
2012-09-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville68-1245/+1623
2012-09-28netdev: octeon: fix return value check in octeon_mgmt_init_phy()Wei Yongjun1-3/+1