Age | Commit message (Expand) | Author | Files | Lines |
2009-03-02 | jme: Adding {64,40}bits DMA mask back | Guo-Fu Tseng | 1 | -0/+10 |
2009-03-02 | jme: Clear all modified GHC register flags | Guo-Fu Tseng | 1 | -4/+3 |
2009-03-02 | jme: Fix pci sync | Guo-Fu Tseng | 1 | -3/+3 |
2009-03-02 | jme: Modifies messages to display correct hardware version | Guo-Fu Tseng | 1 | -2/+6 |
2009-03-02 | ixgbe: Fix some compiler warnings. | David S. Miller | 2 | -3/+1 |
2009-03-02 | typhoon: Need non-vmalloc memory to DMA firmware to the card. | David S. Miller | 1 | -7/+20 |
2009-03-01 | ixgbe: Add 82599 device id's, hook it up into the main driver. | PJ Waskiewicz | 4 | -135/+559 |
2009-03-01 | ixgbe: Add DCB for 82599, remove BCN support | PJ Waskiewicz | 5 | -219/+644 |
2009-03-01 | ixgbe: Add hardware specific initialization code for 82599 devices | PJ Waskiewicz | 8 | -59/+2928 |
2009-03-01 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | David S. Miller | 126 | -4142/+8007 |
2009-02-27 | at76c50x-usb: use dev_name() instead of struct device.bus_id | Kalle Valo | 1 | -1/+1 |
2009-02-27 | nl80211: Avoid AP mode BUG_ON hang with invalid lock assert | Jouni Malinen | 2 | -3/+1 |
2009-02-27 | ath9k: Unlock sc->mutex on error path | Jouni Malinen | 1 | -0/+1 |
2009-02-27 | b43: checkpatch.pl cleanups | John Daiker | 7 | -39/+39 |
2009-02-27 | iwl3945: re-add iwl_poll_direct_bit return value check | Jason Andryuk | 1 | -1/+1 |
2009-02-27 | iwl3945: initialize is_valid_rtc_data_addr function pointer | Jason Andryuk | 1 | -0/+1 |
2009-02-27 | b43: Remove bogus integer truncation warnings | Michael Buesch | 2 | -5/+5 |
2009-02-27 | mac80211: Give it some time to do the TSF sync | Alina Friedrichsen | 1 | -0/+5 |
2009-02-27 | mac80211: Don't merge with the same BSSID | Alina Friedrichsen | 1 | -0/+4 |
2009-02-27 | ath9k: fix 802.11g conformance test limit typo | Bob Copeland | 1 | -1/+1 |
2009-02-27 | orinoco: prevent accessing memory outside the firmware image | David Kilroy | 3 | -56/+67 |
2009-02-27 | orinoco: validate firmware header | David Kilroy | 1 | -0/+37 |
2009-02-27 | at76c50x-usb: add link to the TODO list | Kalle Valo | 1 | -8/+4 |
2009-02-27 | at76c50x-usb: additional disconnect fixes | Jason Andryuk | 1 | -0/+6 |
2009-02-27 | at76c50x-usb: clean up DMA on stack | Jason Andryuk | 1 | -12/+23 |
2009-02-27 | at76c50x-usb: fix oops on disconnect | Jason Andryuk | 1 | -8/+19 |
2009-02-27 | cfg80211: pass the regulatory_request to ignore_request | Luis R. Rodriguez | 1 | -12/+10 |
2009-02-27 | cfg80211: do not kzalloc() again for a new request on __regulatory_hint | Luis R. Rodriguez | 1 | -38/+16 |
2009-02-27 | cfg80211: pass the regulatory_request struct in __regulatory_hint() | Luis R. Rodriguez | 1 | -27/+18 |
2009-02-27 | cfg80211: make __regulatory_hint() static | Luis R. Rodriguez | 2 | -25/+21 |
2009-02-27 | ath9k: follow beacon hints on reg_notifier when world roaming | Luis R. Rodriguez | 1 | -32/+61 |
2009-02-27 | cfg80211: Add AP beacon regulatory hints | Luis R. Rodriguez | 5 | -4/+254 |
2009-02-27 | cfg80211: enable 5 GHz world roaming channels | Luis R. Rodriguez | 1 | -1/+12 |
2009-02-27 | cfg80211: enable active-scan / beaconing on Ch 1-11 for world regdom | Luis R. Rodriguez | 1 | -3/+2 |
2009-02-27 | cfg80211: rename regdom_changed to regdom_changes() and use it | Luis R. Rodriguez | 1 | -11/+8 |
2009-02-27 | cfg80211: allow drivers that agree on regulatory to agree | Luis R. Rodriguez | 1 | -0/+10 |
2009-02-27 | cfg80211: comments style cleanup | Luis R. Rodriguez | 1 | -100/+199 |
2009-02-27 | cfg80211: move all regulatory hints to workqueue | Luis R. Rodriguez | 7 | -41/+194 |
2009-02-27 | cfg80211: free rd on unlikely event on 11d hint | Luis R. Rodriguez | 1 | -1/+5 |
2009-02-27 | cfg80211: remove likely from an 11d hint case | Luis R. Rodriguez | 1 | -6/+8 |
2009-02-27 | cfg80211: protect first access of last_request on 11d hint under mutex | Luis R. Rodriguez | 1 | -3/+5 |
2009-02-27 | cfg80211: make regulatory_request use wiphy_idx instead of wiphy | Luis R. Rodriguez | 4 | -30/+82 |
2009-02-27 | cfg80211: add assert_cfg80211_lock() to ensure proper protection | Luis R. Rodriguez | 4 | -2/+27 |
2009-02-27 | cfg80211: propagate -ENOMEM during regulatory_init() | Luis R. Rodriguez | 1 | -5/+17 |
2009-02-27 | cfg80211: add regulatory_hint_core() to separate the core reg hint | Luis R. Rodriguez | 1 | -9/+25 |
2009-02-27 | nl80211: disallow user requests prior to regulatory_init() | Luis R. Rodriguez | 1 | -8/+26 |
2009-02-27 | cfg80211: rename cfg80211_drv_mutex to cfg80211_mutex | Luis R. Rodriguez | 4 | -37/+42 |
2009-02-27 | cfg80211: add wiphy_idx_valid to check for wiphy_idx sanity | Luis R. Rodriguez | 2 | -1/+11 |
2009-02-27 | cfg80211: rename cfg80211_registered_device's idx to wiphy_idx | Luis R. Rodriguez | 4 | -21/+22 |
2009-02-27 | mac80211: Introduce a generic commit() to apply changes | Alina Friedrichsen | 3 | -20/+37 |