aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/hostap/hostap_main.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2010-07-12rt2x00: Fix vgc_level_reg handlingIvo van Doorn3-8/+16
2010-07-12rt2x00: Disable link tuning while scanningIvo van Doorn9-4/+47
2010-07-12rt2x00: Rename CONFIG_DISABLE_LINK_TUNINGIvo van Doorn9-17/+13
2010-07-12rt2x00: Convert AGC value from descriptor to RSSI (dBm)Ivo van Doorn5-10/+55
2010-07-12rt2x00: Limit txpower by eeprom valuesHelmut Schaa2-53/+120
2010-07-12hostap: fixup strlen() mathDan Carpenter1-1/+1
2010-07-12adm8211: fix memory leakKulikov Vasiliy1-1/+4
2010-07-12prism54: call BUG_ON() earlierDan Carpenter1-1/+1
2010-07-12wl1271: use __packed annotationLuciano Coelho2-5/+5
2010-07-12libertas: Added support for host sleep featureAmitkumar Karwar5-33/+142
2010-07-12cfg80211: ignore spurious deauthJohannes Berg1-4/+4
2010-07-12MAINTAINERS: mark adm8211 as an orphanJohn W. Linville1-3/+1
2010-07-12net/core: EXPORT_SYMBOL cleanupsEric Dumazet13-53/+32
2010-07-12net/ipv4: EXPORT_SYMBOL cleanupsEric Dumazet22-140/+67
2010-07-11ac3200: fix error pathKulikov Vasiliy1-1/+1
2010-07-11at1700: fix double free_irqKulikov Vasiliy1-3/+1
2010-07-11cxgb4: exclude registers with read side effects from register dumpsDimitris Michailidis1-10/+13
2010-07-11cxgb4: implement the ETHTOOL_GRXFH commandDimitris Michailidis3-1/+65
2010-07-11cxgb4: add user manipulation of the RSS tableDimitris Michailidis2-16/+98
2010-07-11cxgb4: avoid duplicating some resource freeing codeDimitris Michailidis1-17/+25
2010-07-11cxgb4: move the choice of interrupt type before net_device registrationDimitris Michailidis1-6/+7
2010-07-11tg3: Update version to 3.112Matt Carlson1-2/+2
2010-07-11tg3: Fix some checkpatch errorsMatt Carlson1-8/+9
2010-07-11tg3: Revert PCIe tx glitch fixMatt Carlson2-46/+0
2010-07-11tg3: Report driver version to firmwareMatt Carlson2-3/+9
2010-07-11tg3: Relax 5717 serdes restrictionMatt Carlson1-3/+2
2010-07-11tg3: Fix IPv6 TSO code in tg3_start_xmit_dma_bug()Matt Carlson1-6/+14
2010-07-11tg3: Fix single MSI-X vector coalescingMatt Carlson1-1/+1
2010-07-11tg3: Revert RSS indir tbl setup changeMatt Carlson1-1/+1
2010-07-1082596: free resources on errorKulikov Vasiliy1-8/+22
2010-07-1082596: do not panic on out of memoryKulikov Vasiliy1-16/+26
2010-07-10be2net: Patch to determine if function is VF while running in guest OS.Sarveshwar Bandi2-1/+12
2010-07-10macvtap: Use dev_t for macvtap_major.David S. Miller1-1/+1
2010-07-09qlcnic: Disable admin tools interface for VF driver modeAnirban Chakraborty1-1/+4
2010-07-09qlcnic: Check FW capability for TSOAnirban Chakraborty3-6/+14
2010-07-09net: Document that dev_get_stats() returns the given pointerBen Hutchings2-8/+8
2010-07-09net: Get rid of rtnl_link_stats64 / net_device_stats unionBen Hutchings4-49/+56
2010-07-09iwlagn: fix the bit mask of a FH register in stop Tx DMA flowEmmanuel Grumbach2-8/+6
2010-07-09iwlagn: more generic description for iwlagn devicesWey-Yi Guy1-2/+7
2010-07-09iwlwifi: correct descriptions of advanced ucode errorsJay Sternberg1-6/+30
2010-07-09iwlwifi: enable 6050 series Gen2 devicesShanyu Zhao5-0/+52
2010-07-09usb/atm/ueagle-atm.c: call atm_dev_signal_change() when signal changes.Karl Hiramoto1-3/+10
2010-07-09usb/atm/speedtch.c: call atm_dev_signal_change() when signal changes.Karl Hiramoto1-5/+5
2010-07-09usb/atm/cxacru.c: call atm_dev_signal_change() when signal changes.Karl Hiramoto1-9/+9
2010-07-09atm/suni.c: call atm_dev_signal_change() when signal changes.Karl Hiramoto1-2/+3
2010-07-09atm/solos-pci: call atm_dev_signal_change() when signal changes.Karl Hiramoto1-3/+3
2010-07-09atm/idt77105.c: call atm_dev_signal_change() when signal changes.Karl Hiramoto1-5/+6
2010-07-09atm/adummy: add syfs DEVICE_ATTR to change signalKarl Hiramoto1-0/+39
2010-07-09atm/br2684: register notifier event for carrier signal changes.Karl Hiramoto1-2/+64
2010-07-09atm: propagate signal changes via notifierKarl Hiramoto2-0/+47