aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ath9k: Avoid unneeded castsSujith2009-04-223-11/+11
* ath9k: Remove redundant variable for Interrupt MitigationSujith2009-04-222-11/+6
* ath9k: Change return value of ath9k_hw_fill_cap_infoSujith2009-04-222-9/+3
* ath9k: Cleanup debug messagesSujith2009-04-2210-129/+115
* ath9k: Remove redundant chainmask checkSujith2009-04-221-8/+0
* ath9k: Remove a few unused flagsSujith2009-04-225-71/+30
* ath9k: No need to abort Rx path when autosleep is enabled.Vivek Natarajan2009-04-221-11/+18
* b43: Do not "select" HW_RANDOMMichael Buesch2009-04-223-3/+17
* rt2x00: Fix Sparse warningIvo van Doorn2009-04-221-1/+1
* rt2x00: Move Move pci_dev specific access to rt2x00pciIvo van Doorn2009-04-226-18/+33
* ar9170: fix hang on stopChristian Lamparter2009-04-221-3/+4
* ath5k: fix scanning in AR2424Pavel Roskin2009-04-221-1/+1
* ath9k: Update maintainers for ath9kLuis R. Rodriguez2009-04-221-0/+6
* nl80211: Add Michael MIC failure eventJouni Malinen2009-04-229-11/+111
* nl80211: Generate deauth/disassoc event for locally generated framesJouni Malinen2009-04-225-29/+31
* nl80211: Require auth type for NL80211_CMD_AUTHENTICATEJouni Malinen2009-04-221-7/+7
* nl80211: remove duplicated #includeHuang Weiyi2009-04-221-1/+0
* cfg80211: remove duplicated #includeHuang Weiyi2009-04-221-1/+0
* rfkill-input: remove unused codeJohannes Berg2009-04-221-69/+0
* rfkill: remove user_claim stuffJohannes Berg2009-04-2212-72/+9
* rfkill: remove deprecated state constantsJohannes Berg2009-04-224-16/+8
* nl80211: validate some input betterJohannes Berg2009-04-221-37/+77
* mac80211: Don't access managed mode bits in non-managed modeVasanthakumar Thiagarajan2009-04-221-1/+1
* p54spi: compensate firmware alignment bug in p54spi_rxMax Filippov2009-04-221-1/+9
* iwl3945: use iwl_mac_conf_txAbhijeet Kolekar2009-04-224-90/+46
* iwlwifi: merge and better support of suspend/resume for iwlagn and iwl3945Wey-Yi Guy2009-04-226-108/+56
* p54spi: fix p54spi_tx_frame DMA transfer initiation and skb cleanupMax Filippov2009-04-221-28/+28
* libertas: support mesh for various firmware versionsBing Zhao2009-04-229-50/+116
* p54spi: fix p54spi_upload_firmwareMax Filippov2009-04-221-15/+19
* p54spi: mask value read from SPI_ADRS_DMA_WRITE_CTRL in p54spi_wait_bitMax Filippov2009-04-221-1/+1
* e1000/e1000e/igb/ixgb: do not use netif_wake_queue un-necessarilyJesse Brandeburg2009-04-224-11/+10
* sa1100_ir: fix build breakageAlexander Beregalov2009-04-211-1/+1
* tun: fix tun_chr_aio_write so that aio worksMichael S. Tsirkin2009-04-215-17/+30
* tun: fix tun_chr_aio_read so that aio worksMichael S. Tsirkin2009-04-211-5/+6
* net: skb_copy_datagram_const_iovec()Michael S. Tsirkin2009-04-214-0/+125
* ucc_geth: Move freeing of TX packets to NAPI contextJoakim Tjernlund2009-04-212-21/+11
* rtl8139: unify the struct's nameJianjun Kong2009-04-211-46/+46
* net: factor out ethtool invocation of vlan/macvlan driversPatrick McHardy2009-04-213-40/+29
* usb driver for intellon int51x1 based PLC like devolo dlan duoPeter Holik2009-04-213-0/+262
* export usbnet_get_ethernet_addr from usbnet and fixed cdc_ether.cPeter Holik2009-04-213-32/+33
* tg3: Update version to 3.99Matt Carlson2009-04-211-2/+2
* tg3: Restore LAA sooner in shutdown sequenceMatt Carlson2009-04-211-2/+2
* tg3: Limit CLKREQ fix to A[01] of 57780 asic revMatt Carlson2009-04-212-1/+4
* tg3: Allow 5761 WOL and LED fixes to 5761S tooMatt Carlson2009-04-211-2/+4
* tg3: Prevent send BD corruptionMatt Carlson2009-04-212-0/+9
* tg3: Handle NVRAM absent casesMatt Carlson2009-04-212-4/+33
* tg3: Allow screaming interrupt detectionMatt Carlson2009-04-212-12/+18
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-04-2155-291/+542
|\
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2009-04-209-70/+107
| |\
| | * mac80211: fix basic rate bitmap calculationJohannes Berg2009-04-201-1/+1