summaryrefslogtreecommitdiffstats
path: root/mm (unfollow)
Commit message (Expand)AuthorFilesLines
2009-02-09mac80211: Creating new IBSS with fixed BSSIDAlina Friedrichsen1-3/+2
2009-02-09ath9k: Remove a bunch of unused macrosSujith1-11/+0
2009-02-09ath9k: Fix typo in checking for chip revisionSujith1-1/+1
2009-02-09mac80211: Reset assoc_scan_tries after an unsuccessful scan runSujith1-1/+3
2009-02-09ath9k: remove passive scan on 5 GHz if country IE knows betterLuis R. Rodriguez1-4/+12
2009-02-09ath9k: move check for radar freqs into a helperLuis R. Rodriguez1-3/+7
2009-02-09ath9k: replace usage of internal wireless_modes for confLuis R. Rodriguez1-4/+1
2009-02-09ath9k: Enable MIB and TIM interrupts for station mode.Vivek Natarajan1-19/+21
2009-02-09ath9k: Fix lockdep warningSujith2-16/+15
2009-02-09rt2x00: Validate firmware in driverIvo van Doorn5-34/+68
2009-02-09rt2x00: Add kill_tx_queue callback functionIvo van Doorn12-72/+145
2009-02-09rt2x00: Move intf_work to mac82011 workqueueIvo van Doorn1-1/+1
2009-02-09iwlwifi: unify iwlagn and 3945 power save managementWinkler, Tomas5-242/+60
2009-02-09iwlwifi: don't use implicit priv in IWL_DEBUGTomas Winkler22-839/+859
2009-02-09iwlwifi: check return value of pci_enable_deviceWinkler, Tomas2-2/+8
2009-02-09iwlwifi: iwl3945_send_tx_power must be staticWinkler, Tomas1-1/+1
2009-02-09iwlwifi: suppress unused variable warning when compiling w/o IWLWIFI_DEBUGWinkler, Tomas2-6/+6
2009-02-09iwl3945: Getting rid of the *39_rxon iwl_priv fieldsSamuel Ortiz11-1087/+585
2009-02-09orinoco: checkpatch cleanupAndrey Borzenkov11-119/+143
2009-02-09gro: Optimise TCP packet receptionHerbert Xu1-7/+8
2009-02-09gro: Optimise IPv4 packet receptionHerbert Xu1-6/+7
2009-02-09gro: Optimise Ethernet header comparisonHerbert Xu4-22/+33
2009-02-09gro: Remember number of held packets instead of counting every timeHerbert Xu2-5/+10
2009-02-09net: Increase default NET_SKB_PAD to 32.David S. Miller1-3/+3
2009-02-07igb: remove dead code in transmit routineJesse Brandeburg1-3/+0
2009-02-07igb: update version number and copyright datesAlexander Duyck14-16/+16
2009-02-07igb: fix two minor items found during code reviewAlexander Duyck1-2/+4
2009-02-07igb: update stats before doing reset in igb_downAlexander Duyck1-0/+4
2009-02-07igb: remove redundant count set and err_hw_initAlexander Duyck1-11/+4
2009-02-07igb: remove disable_av variable from mac_info structAlexander Duyck2-2/+2
2009-02-07igb: change pba size determination from if to switch statementAlexander Duyck1-4/+7
2009-02-07igb: move get_hw_control within igb_resume.Alexander Duyck1-4/+5
2009-02-07igb: don't read eicr when responding to legacy interruptsAlexander Duyck1-4/+1
2009-02-07igb: remove unnecessary adapter->hw calls when just hw-> will do.Alexander Duyck1-11/+10
2009-02-07igb: rename igb_update_mc_addr_list_82575 to not include the 82575Alexander Duyck3-9/+8
2009-02-07igb: remove redundant timer updates and cleanup watchdog_taskAlexander Duyck1-5/+5
2009-02-07igb: cleanup igb_netpoll to be more friendly with napi & GROAlexander Duyck2-19/+23
2009-02-07igb: add counter for dma out of sync errorsAlexander Duyck4-3/+24
2009-02-07igb: update testing done by ethtoolAlexander Duyck1-26/+61
2009-02-07igb: update feature flags supported in ethtoolAlexander Duyck2-11/+10
2009-02-07igb: remove unused rx_hdr_split statisticAlexander Duyck2-2/+0
2009-02-07igb: rename nvm opsAlexander Duyck6-29/+27
2009-02-07igb: rename phy opsAlexander Duyck6-254/+162
2009-02-07igb: read address from RAH/RAL instead of from EEPROMAlexander Duyck2-17/+13
2009-02-07igb: make dev_spec a union and remove dynamic allocationAlexander Duyck5-47/+12
2009-02-07igb: add link check functionAlexander Duyck1-17/+42
2009-02-07igb: remove check for needing an io portAlexander Duyck2-44/+10
2009-02-07igb: move initialization of number of queues into set_interrupt_capabilityAlexander Duyck1-5/+5
2009-02-07igb: move setting of buffsz out of repeated path in alloc_rx_buffersAlexander Duyck1-11/+8
2009-02-07igb: optimize/refactor receive pathAlexander Duyck1-22/+22