summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* jme: Fix pci syncGuo-Fu Tseng2009-03-011-3/+3
* jme: Modifies messages to display correct hardware versionGuo-Fu Tseng2009-03-011-2/+6
* ixgbe: Fix some compiler warnings.David S. Miller2009-03-012-3/+1
* typhoon: Need non-vmalloc memory to DMA firmware to the card.David S. Miller2009-03-011-7/+20
* ixgbe: Add 82599 device id's, hook it up into the main driver.PJ Waskiewicz2009-03-014-135/+559
* ixgbe: Add DCB for 82599, remove BCN supportPJ Waskiewicz2009-03-015-219/+644
* ixgbe: Add hardware specific initialization code for 82599 devicesPJ Waskiewicz2009-03-018-59/+2928
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2009-02-28126-4142/+8007
|\
| * at76c50x-usb: use dev_name() instead of struct device.bus_idKalle Valo2009-02-271-1/+1
| * nl80211: Avoid AP mode BUG_ON hang with invalid lock assertJouni Malinen2009-02-272-3/+1
| * ath9k: Unlock sc->mutex on error pathJouni Malinen2009-02-271-0/+1
| * b43: checkpatch.pl cleanupsJohn Daiker2009-02-277-39/+39
| * iwl3945: re-add iwl_poll_direct_bit return value checkJason Andryuk2009-02-271-1/+1
| * iwl3945: initialize is_valid_rtc_data_addr function pointerJason Andryuk2009-02-271-0/+1
| * b43: Remove bogus integer truncation warningsMichael Buesch2009-02-272-5/+5
| * mac80211: Give it some time to do the TSF syncAlina Friedrichsen2009-02-271-0/+5
| * mac80211: Don't merge with the same BSSIDAlina Friedrichsen2009-02-271-0/+4
| * ath9k: fix 802.11g conformance test limit typoBob Copeland2009-02-271-1/+1
| * orinoco: prevent accessing memory outside the firmware imageDavid Kilroy2009-02-273-56/+67
| * orinoco: validate firmware headerDavid Kilroy2009-02-271-0/+37
| * at76c50x-usb: add link to the TODO listKalle Valo2009-02-271-8/+4
| * at76c50x-usb: additional disconnect fixesJason Andryuk2009-02-271-0/+6
| * at76c50x-usb: clean up DMA on stackJason Andryuk2009-02-271-12/+23
| * at76c50x-usb: fix oops on disconnectJason Andryuk2009-02-271-8/+19
| * cfg80211: pass the regulatory_request to ignore_requestLuis R. Rodriguez2009-02-271-12/+10
| * cfg80211: do not kzalloc() again for a new request on __regulatory_hintLuis R. Rodriguez2009-02-271-38/+16
| * cfg80211: pass the regulatory_request struct in __regulatory_hint()Luis R. Rodriguez2009-02-271-27/+18
| * cfg80211: make __regulatory_hint() staticLuis R. Rodriguez2009-02-272-25/+21
| * ath9k: follow beacon hints on reg_notifier when world roamingLuis R. Rodriguez2009-02-271-32/+61
| * cfg80211: Add AP beacon regulatory hintsLuis R. Rodriguez2009-02-275-4/+254
| * cfg80211: enable 5 GHz world roaming channelsLuis R. Rodriguez2009-02-271-1/+12
| * cfg80211: enable active-scan / beaconing on Ch 1-11 for world regdomLuis R. Rodriguez2009-02-271-3/+2
| * cfg80211: rename regdom_changed to regdom_changes() and use itLuis R. Rodriguez2009-02-271-11/+8
| * cfg80211: allow drivers that agree on regulatory to agreeLuis R. Rodriguez2009-02-271-0/+10
| * cfg80211: comments style cleanupLuis R. Rodriguez2009-02-271-100/+199
| * cfg80211: move all regulatory hints to workqueueLuis R. Rodriguez2009-02-277-41/+194
| * cfg80211: free rd on unlikely event on 11d hintLuis R. Rodriguez2009-02-271-1/+5
| * cfg80211: remove likely from an 11d hint caseLuis R. Rodriguez2009-02-271-6/+8
| * cfg80211: protect first access of last_request on 11d hint under mutexLuis R. Rodriguez2009-02-271-3/+5
| * cfg80211: make regulatory_request use wiphy_idx instead of wiphyLuis R. Rodriguez2009-02-274-30/+82
| * cfg80211: add assert_cfg80211_lock() to ensure proper protectionLuis R. Rodriguez2009-02-274-2/+27
| * cfg80211: propagate -ENOMEM during regulatory_init()Luis R. Rodriguez2009-02-271-5/+17
| * cfg80211: add regulatory_hint_core() to separate the core reg hintLuis R. Rodriguez2009-02-271-9/+25
| * nl80211: disallow user requests prior to regulatory_init()Luis R. Rodriguez2009-02-271-8/+26
| * cfg80211: rename cfg80211_drv_mutex to cfg80211_mutexLuis R. Rodriguez2009-02-274-37/+42
| * cfg80211: add wiphy_idx_valid to check for wiphy_idx sanityLuis R. Rodriguez2009-02-272-1/+11
| * cfg80211: rename cfg80211_registered_device's idx to wiphy_idxLuis R. Rodriguez2009-02-274-21/+22
| * mac80211: Introduce a generic commit() to apply changesAlina Friedrichsen2009-02-273-20/+37
| * b43: Convert usage of b43_radio_maskset()Michael Buesch2009-02-273-58/+25
| * b43: Convert usage of b43_radio_mask()Michael Buesch2009-02-273-28/+17