| Commit message (Expand) | Author | Age | Files | Lines |
* | iwlwifi: use iwl-commands.h also in 3945 | Tomas Winkler | 2009-01-29 | 7 | -442/+61 |
* | iwlwifi: 3945 remove current_rate from station entry. | Winkler, Tomas | 2009-01-29 | 3 | -22/+0 |
* | iwlwifi: 3945 unfold iwl-3945-commands.h | Tomas Winkler | 2009-01-29 | 6 | -10/+10 |
* | iwlwifi: 3945 extract flow handler definitions into iwl-3945-fh.h | Tomas Winkler | 2009-01-29 | 5 | -149/+226 |
* | mac80211: Cancel the power save timer in ieee80211_stop. | Vivek Natarajan | 2009-01-29 | 1 | -0/+2 |
* | mac80211: Enhancements to dynamic power save. | Vivek Natarajan | 2009-01-29 | 4 | -6/+53 |
* | mac80211: A couple of fixes to dynamic power save. | Vivek Natarajan | 2009-01-29 | 2 | -5/+7 |
* | mac80211: Reset the power save timer from master_start_xmit. | Vivek Natarajan | 2009-01-29 | 1 | -13/+13 |
* | mac80211: Scale down to non-HT association with TKIP/WEP as pairwise cipher | Vasanthakumar Thiagarajan | 2009-01-29 | 4 | -3/+22 |
* | wireless: Add channel/frequency conversions to ieee80211.h | David Kilroy | 2009-01-29 | 7 | -68/+155 |
* | ath5k: More EEPROM code updates | Nick Kossifidis | 2009-01-29 | 1 | -6/+1 |
* | iwlwifi: kill retry_rate sysfs for iwlagn | Winkler, Tomas | 2009-01-29 | 2 | -27/+0 |
* | iwlwifi: move sysfs status entry to debugfs | Winkler, Tomas | 2009-01-29 | 3 | -12/+10 |
* | p54: enable proper frame injection | Christian Lamparter | 2009-01-29 | 1 | -26/+69 |
* | p54: label queues with their corresponding names | Christian Lamparter | 2009-01-29 | 2 | -28/+41 |
* | ath5k: Update EEPROM code | Nick Kossifidis | 2009-01-29 | 1 | -27/+116 |
* | rt2x00: Release rt2x00 2.3.0 | Ivo van Doorn | 2009-01-29 | 1 | -1/+1 |
* | rt2x00: Introduce RXDONE_SIGNAL_MASK mask | Ivo van Doorn | 2009-01-29 | 2 | -2/+10 |
* | rt2x00: Allow drivers to pass the noise value during rxdone | Ivo van Doorn | 2009-01-29 | 2 | -0/+3 |
* | rt2x00: Remove ENTRY_TXD_OFDM_RATE | Ivo van Doorn | 2009-01-29 | 7 | -7/+22 |
* | rt2x00: Move code into seperate functions | Ivo van Doorn | 2009-01-29 | 4 | -114/+138 |
* | rt2x00: Split EEPROM_NIC_TX_RX_FIXED | Ivo van Doorn | 2009-01-29 | 2 | -20/+8 |
* | rt2x00: Implement WDS support | Ivo van Doorn | 2009-01-29 | 3 | -3/+8 |
* | rt2x00: Rename CONFIG_CRYPTO_COPY_IV | Ivo van Doorn | 2009-01-29 | 3 | -3/+3 |
* | rt2x00: Add RFKILL support to rt2500usb and rt73usb | Ivo van Doorn | 2009-01-29 | 4 | -0/+63 |
* | rt2x00: Add mesh support | Andrey Yurovsky | 2009-01-29 | 3 | -4/+9 |
* | rt2x00: Restrict interface between rt2x00link and drivers | Ivo van Doorn | 2009-01-29 | 7 | -199/+233 |
* | rt2x00: Reduce calls to bbp_read() | Ivo van Doorn | 2009-01-29 | 5 | -95/+92 |
* | rt2x00: Move link tuning into seperate file | Ivo van Doorn | 2009-01-29 | 7 | -331/+494 |
* | rt2x00: Implement Powersaving | Ivo van Doorn | 2009-01-29 | 6 | -7/+174 |
* | b43: Use 64bit atomic register access for TSF | Michael Buesch | 2009-01-29 | 1 | -69/+20 |
* | b43: Fixup set_key handling | Michael Buesch | 2009-01-29 | 1 | -16/+20 |
* | iw_cxgb3: handle chip reset notifications | Divy Le Ray | 2009-01-26 | 3 | -1/+19 |
* | cxgb3: Notify fatal errors | Divy Le Ray | 2009-01-26 | 3 | -4/+28 |
* | smsc911x: leave RX_STOP interrupt permanently enabled | Steve Glendinning | 2009-01-26 | 1 | -10/+3 |
* | smc91x: struct net_device_ops | Magnus Damm | 2009-01-26 | 1 | -8/+14 |
* | net: struct device - replace bus_id with dev_name(), dev_set_name() | Kay Sievers | 2009-01-26 | 19 | -50/+54 |
* | net: pppoe - stop using proc internals | Cyrill Gorcunov | 2009-01-26 | 1 | -28/+6 |
* | pppol2tp: stop using proc internals | Alexey Dobriyan | 2009-01-26 | 1 | -43/+5 |
* | Phonet: use per-namespace devices list | remi.denis-courmont@nokia | 2009-01-26 | 3 | -40/+81 |
* | Phonet: remove useless locking in device cleanup | remi.denis-courmont@nokia | 2009-01-26 | 1 | -6/+1 |
* | Phonet: handle rtnetlink registration failure | remi.denis-courmont@nokia | 2009-01-26 | 3 | -7/+16 |
* | Phonet: allow phonet_device_init() to fail, put it to __init section | remi.denis-courmont@nokia | 2009-01-26 | 4 | -6/+11 |
* | Phonet: check destination before delivering packets locally | remi.denis-courmont@nokia | 2009-01-26 | 1 | -11/+9 |
* | Phonet: move to Networking options like other protocol stacks | remi.denis-courmont@nokia | 2009-01-26 | 1 | -1/+1 |
* | ixgbe: add support KX/KX4 device | Don Skidmore | 2009-01-26 | 4 | -0/+24 |
* | ixgbe: fix slow load times on 82598 nics | Don Skidmore | 2009-01-26 | 1 | -7/+18 |
* | gre: optimize hash lookup | Timo Teras | 2009-01-26 | 1 | -29/+40 |
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2009-01-26 | 899 | -5470/+11924 |
|\ |
|
| * | Merge master.kernel.org:/home/rmk/linux-2.6-arm | Linus Torvalds | 2009-01-26 | 38 | -568/+1355 |
| |\ |
|