| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | David S. Miller | 2008-11-21 | 97 | -1405/+5161 |
|\ |
|
| * | rtl8187: Update file authorship in comments | Larry Finger | 2008-11-21 | 1 | -0/+8 |
| * | rtl8180: adapt for deprecated IEEE80211_CONF_SHORT_SLOT_TIME flag | John W. Linville | 2008-11-21 | 3 | -3/+24 |
| * | net/ieee80211 -> drivers/net/ipw2x00/libipw_* rename | John W. Linville | 2008-11-21 | 7 | -2/+3644 |
| * | ipw2x00: relocate ipw2100/ipw2200 to common directory | John W. Linville | 2008-11-21 | 8 | -149/+159 |
| * | lib80211: consolidate crypt init routines | John W. Linville | 2008-11-21 | 2 | -93/+11 |
| * | lib80211: absorb crypto bits from net/ieee80211 | John W. Linville | 2008-11-21 | 14 | -127/+136 |
| * | orinoco: fix last beacon reporting on 64-bit systems | Pavel Roskin | 2008-11-21 | 1 | -2/+2 |
| * | rt2x00: Fix race condition when using inderect registers | Ivo van Doorn | 2008-11-21 | 8 | -81/+152 |
| * | rt2x00: Optimize get_duration / get_duration_res | Ivo van Doorn | 2008-11-21 | 6 | -34/+27 |
| * | drivers/net/wireless/ath9k/rc.c: use ARRAY_SIZE | Julia Lawall | 2008-11-21 | 1 | -4/+2 |
| * | rt2x00: Cleanup TX/RX entry handling | Ivo van Doorn | 2008-11-21 | 13 | -135/+127 |
| * | iwlwifi: use Rx single frame mode (one Rx frame per RB) | Zhu, Yi | 2008-11-21 | 2 | -2/+4 |
| * | iwlwifi: get some more information about command failure | Winkler, Tomas | 2008-11-21 | 1 | -1/+6 |
| * | iwl3945 : Simplify iwl3945_send_beacon_cmd | Kolekar, Abhijeet | 2008-11-21 | 1 | -12/+14 |
| * | iwlwifi: move iwl_print_hex_dump to iwl-debug.h | Winkler, Tomas | 2008-11-21 | 2 | -17/+10 |
| * | iwl3945 : Fix Sparse Warnings | Kolekar, Abhijeet | 2008-11-21 | 1 | -1/+1 |
| * | iwlwifi: move spectrum measurement code to iwl-spectrum.c file | Tomas Winkler | 2008-11-21 | 5 | -228/+209 |
| * | iwlwifi: revamp tx scheduler byte count tables handling | Tomas Winkler | 2008-11-21 | 10 | -244/+129 |
| * | iwlwifi: move rx queue read pointer into rxq | Winkler, Tomas | 2008-11-21 | 9 | -83/+37 |
| * | iwlwifi: update iwl-commands.h for 3 stream support | Halperin, Daniel C | 2008-11-21 | 1 | -5/+7 |
| * | iwlwifi: don't fail power set when calibration is not done yet | Winkler, Tomas | 2008-11-21 | 1 | -9/+8 |
| * | iwlwifi: trivial fix in includes | Winkler, Tomas | 2008-11-21 | 1 | -2/+1 |
| * | iwl3945: fix resume for ADHOC network | Mohamed Abbas | 2008-11-21 | 1 | -7/+14 |
| * | iwlagn: fix resume for ADHOC network | Mohamed Abbas | 2008-11-21 | 1 | -6/+15 |
| * | b43: remove rate index warning | Johannes Berg | 2008-11-21 | 1 | -2/+2 |
| * | b43legacy: implement short slot and basic rate handling | Johannes Berg | 2008-11-21 | 2 | -13/+103 |
| * | ipw2200: make association only if SSID is known. | Alexey Fisher | 2008-11-21 | 1 | -2/+1 |
| * | ath9k: enable RXing of beacons on STA/IBSS | Luis R. Rodriguez | 2008-11-21 | 1 | -3/+2 |
| * | ath5k: allow APs to receive beacons | Luis R. Rodriguez | 2008-11-21 | 1 | -2/+2 |
| * | ath5k: Fix IMR init | Nick Kossifidis | 2008-11-21 | 1 | -3/+3 |
| * | ath9k : Display MAC/BB and RF version at startup (v2) | Benoit PAPILLAULT | 2008-11-21 | 2 | -6/+71 |
| * | ath5k: ignore the return value of ath5k_hw_noise_floor_calibration | Felix Fietkau | 2008-11-21 | 2 | -6/+2 |
| * | rt2x00: Fix BUG_ON() with antenna handling | Ivo van Doorn | 2008-11-21 | 5 | -24/+51 |
| * | rt2x00: Block set_key() during suspend/shutdown | Ivo van Doorn | 2008-11-21 | 1 | -1/+3 |
| * | rt2x00: Fix LED state handling | Ivo van Doorn | 2008-11-21 | 1 | -38/+56 |
| * | rt2x00: Remove RATE_BASIC flag | Ivo van Doorn | 2008-11-21 | 2 | -8/+7 |
| * | Move all rtl818x files to a common directory. | Larry Finger | 2008-11-21 | 17 | -6/+9 |
| * | mac80211_hwsim: enable Mesh Point operation | Andrey Yurovsky | 2008-11-21 | 1 | -2/+4 |
| * | ssb: struct device - replace bus_id with dev_name(), dev_set_name() | Kay Sievers | 2008-11-21 | 2 | -7/+6 |
| * | libertas: Fine grained configuration of wake-on-lan. | Anna Neal | 2008-11-21 | 7 | -7/+65 |
| * | ipw2100, ipw2200: select LIB80211 | John W. Linville | 2008-11-21 | 1 | -0/+2 |
| * | netdevice zd1201: Convert directly reference of netdev->priv to netdev_priv() | John W. Linville | 2008-11-21 | 1 | -59/+56 |
* | | e1000e: check return code from NVM accesses and fix bank detection | Bruce Allan | 2008-11-21 | 5 | -63/+116 |
* | | e1000e: fix incorrect link status when switch module pulled | Bruce Allan | 2008-11-21 | 3 | -6/+4 |
* | | e1000e: store EEPROM version number to prevent unnecessary NVM reads | Bruce Allan | 2008-11-21 | 3 | -5/+7 |
* | | e1000e: cosmetic newline in debug message | Bruce Allan | 2008-11-21 | 1 | -1/+1 |
* | | e1000e: sync change flow control variables with ixgbe | Bruce Allan | 2008-11-21 | 7 | -53/+58 |
* | | e1000e: link up/down messages must follow a specific format | Bruce Allan | 2008-11-21 | 1 | -2/+7 |
* | | e1000e: ESB2 config after link up | Bruce Allan | 2008-11-21 | 4 | -37/+167 |