summaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* bonding: Fix check for ethtool get_link operation supportBen Hutchings2012-12-071-11/+6Star
* net: phy: smsc: Fix config_init typoPatrick Trantham2012-12-071-1/+1
* drivers/net: fix up function prototypes after __dev* removalsGreg Kroah-Hartman2012-12-07107-284/+188Star
* Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2012-12-0788-766/+1121
|\
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-12-0788-766/+1121
| |\
| | * rtlwifi: remove __dev* attributesBill Pemberton2012-12-066-6/+6
| | * wlcore/wl18xx/wl12xx: remove __dev* attributesBill Pemberton2012-12-068-22/+22
| | * rtl8187: remove __dev* attributesBill Pemberton2012-12-061-3/+3
| | * rtl8187: remove __dev* attributesBill Pemberton2012-12-061-3/+3
| | * rt2x00: remove __dev* attributesBill Pemberton2012-12-064-5/+5
| | * p54: remove __dev* attributesBill Pemberton2012-12-063-9/+9
| | * orinoco: remove __dev* attributesBill Pemberton2012-12-064-8/+8
| | * mwl8k: remove __dev* attributesBill Pemberton2012-12-061-4/+4
| | * libertas: remove __dev* attributesBill Pemberton2012-12-061-3/+3
| | * iwlwifi: remove __dev* attributesBill Pemberton2012-12-061-2/+2
| | * iwlegacy: remove __dev* attributesBill Pemberton2012-12-062-4/+4
| | * ipw2x00: remove __dev* attributesBill Pemberton2012-12-062-6/+6
| | * brcm80211: remove __dev* attributesBill Pemberton2012-12-061-2/+2
| | * b43: remove __dev* attributesBill Pemberton2012-12-062-6/+6
| | * atmel: remove __dev* attributesBill Pemberton2012-12-061-3/+3
| | * ath5k: remove __dev* attributesBill Pemberton2012-12-063-6/+6
| | * wireless: remove __dev* attributesBill Pemberton2012-12-062-6/+6
| | * ipw2200: return error code on error in ipw_wx_get_auth()Wei Yongjun2012-12-061-3/+1Star
| | * brcmsmac: remove duplicated include from debug.cWei Yongjun2012-12-061-1/+0Star
| | * rt2x00: Only specify interface combinations if more then one interface is pos...Helmut Schaa2012-12-061-0/+3
| | * carl9170: explain why sta cannot be NULL for ampdusChristian Lamparter2012-12-061-0/+7
| | * brcmfmac: convert struct spinlock to spinlock_tLuis R. Rodriguez2012-12-061-1/+1
| | * Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2012-12-065-12/+45
| | |\
| | | * cfg80211: fix BSS struct IE access racesJohannes Berg2012-11-302-10/+34
| | | * mac80211: remove probe response temporary buffer allocationJohannes Berg2012-11-303-3/+12
| | * | Merge tag 'nfc-fixes-3.7-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville2012-12-061-6/+6
| | |\ \
| | | * \ Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlw...John W. Linville2012-11-261-6/+6
| | | |\ \
| | | | * | iwlwifi: fix the basic CCK rates calculationEmmanuel Grumbach2012-11-211-6/+6
| | * | | | mwl8k: remove useless pci shutdown callback and stray debuggingFlorian Fainelli2012-12-031-6/+0Star
| | * | | | rt2x00: rt2800lib: introduce RFCSR3_VCOCAL_ENGabor Juhos2012-12-032-2/+4
| | * | | | rt2x00: rt2800lib: remove trailing semicolons from RFCSR3_* definesGabor Juhos2012-12-031-2/+2
| | * | | | carl9170: fix signal strength reporting issuesChristian Lamparter2012-12-031-0/+2
| | * | | | rt2x00: rt2800lib: fix indentation in rt2800_init_rfcsrGabor Juhos2012-12-031-60/+60
| | * | | | rt2x00: rt2800lib: fix indentation of some rt2x00_rt callsGabor Juhos2012-12-031-9/+9
| | * | | | p54: potential signedness issue in p54_parse_rssical()Dan Carpenter2012-12-031-2/+3
| | * | | | brcmsmac: Fix possible NULL pointer dereference in _dma_ctrlflags()Seth Forshee2012-11-301-3/+1Star
| | * | | | wireless: mwifiex: Fix typo in wireless/mwifiex driverMasanari Iida2012-11-302-2/+2
| | * | | | rtlwifi: use SIMPLE_DEV_PM_OPSHauke Mehrtens2012-11-306-32/+8Star
| | * | | | p54pci: use SIMPLE_DEV_PM_OPSHauke Mehrtens2012-11-301-10/+3Star
| | * | | | ath9k: use SIMPLE_DEV_PM_OPSHauke Mehrtens2012-11-301-11/+4Star
| | * | | | rtlwifi: rtl8192se: Fixed coding style issues in the driverDaniel Stamer2012-11-305-20/+17Star
| | * | | | mwifiex: fix struct member mismatchJohannes Berg2012-11-301-2/+3
| | * | | | brcmfmac: change debug output for received event.Hante Meuleman2012-11-301-2/+2
| | * | | | brcmfmac: fix bug in setting mgmt ie and parsing vndrs ie.Hante Meuleman2012-11-301-12/+16
| | * | | | brcmfmac: remove mode from struct brcmf_cfg80211_confArend van Spriel2012-11-302-28/+20Star