index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2009-11-05
rt2800usb: fix comments in rt2800usb.h
Bartlomiej Zolnierkiewicz
1
-8
/
+8
2009-11-05
rt2800usb: use rt2x00usb_register_multiwrite() to set key entries
Bartlomiej Zolnierkiewicz
1
-14
/
+4
2009-11-05
rt2x00: fix rt2x00usb_register_read() comment
Bartlomiej Zolnierkiewicz
1
-1
/
+1
2009-11-05
rt2800pci: fix comment about IV/EIV fields
Bartlomiej Zolnierkiewicz
1
-2
/
+2
2009-11-05
rt2800pci: fix comment about register access
Bartlomiej Zolnierkiewicz
1
-1
/
+3
2009-11-05
rt2800pci: fix crypto in TX frame
Bartlomiej Zolnierkiewicz
1
-1
/
+1
2009-11-05
rt2800usb: fix rt2800usb_rfcsr_read()
Bartlomiej Zolnierkiewicz
1
-1
/
+1
2009-11-05
rt2800pci: make Kconfig help entry more helpful
Bartlomiej Zolnierkiewicz
1
-1
/
+4
2009-11-05
rt2800usb: make Kconfig help entry more helpful
Bartlomiej Zolnierkiewicz
1
-1
/
+5
2009-11-05
mac80211: make ieee80211_find_sta per virtual interface
Johannes Berg
7
-9
/
+47
2009-11-05
cfg80211: remove dead variable
Johannes Berg
1
-2
/
+0
2009-11-05
mwl8k: pci BAR mapping changes
Lennert Buytenhek
1
-3
/
+22
2009-11-05
mwl8k: shorten receive/transmit state variable names
Lennert Buytenhek
1
-101
/
+93
2009-11-05
mwl8k: add support for enabling hardware sniffer mode
Lennert Buytenhek
1
-3
/
+63
2009-11-05
mwl8k: report rate and other information for received frames
Lennert Buytenhek
1
-6
/
+25
2009-11-05
mwl8k: clarify WME transmit queue 0/1 swizzling
Lennert Buytenhek
1
-20
/
+6
2009-11-05
mwl8k: use cond_resched() when loading firmware blocks
Lennert Buytenhek
1
-0
/
+2
2009-11-05
mwl8k: clear hardware MAC address if no STA interface configured
Lennert Buytenhek
1
-1
/
+42
2009-11-05
mwl8k: enforce FIF_BCN_PRBRESP_PROMISC when no STA interfaces are active
Lennert Buytenhek
1
-3
/
+14
2009-11-05
mwl8k: implement FIF_ALLMULTI
Lennert Buytenhek
1
-11
/
+28
2009-11-05
mwl8k: use the mac80211-provided workqueue instead of creating our own
Lennert Buytenhek
1
-22
/
+6
2009-11-05
mwl8k: fix multicast address filter programming
Lennert Buytenhek
1
-13
/
+27
2009-11-05
mwl8k: minor transmit quiescing rework
Lennert Buytenhek
1
-22
/
+15
2009-11-05
mwl8k: coding style cleanups
Lennert Buytenhek
1
-57
/
+65
2009-11-05
mwl8k: fix GET_STAT firmware command packet layout
Lennert Buytenhek
1
-2
/
+0
2009-11-05
wl1271: depend on INET
John W. Linville
1
-0
/
+1
2009-11-02
wl1271: Generalize command response reading
Juuso Oikarinen
2
-41
/
+29
2009-11-02
wl1271: Correct endianness-handling of command status
Juuso Oikarinen
1
-2
/
+4
2009-11-02
wl1271: Add retry implementation for PSM entries
Juuso Oikarinen
6
-2
/
+77
2009-11-02
wl1271: Check result code of commands
Juuso Oikarinen
2
-27
/
+14
2009-11-02
wl1271: Increase TX power value
Juuso Oikarinen
1
-1
/
+1
2009-11-02
wl1271: Remove excess null-data template settings
Juuso Oikarinen
1
-9
/
+5
2009-11-02
cfg80211: validate scan channels
Johannes Berg
3
-18
/
+35
2009-11-02
mac80211_hwsim: Send ACK frames on the hwsim0 interface
Jouni Malinen
1
-0
/
+47
2009-11-02
mac80211_hwsim: Check idle state on TX
Jouni Malinen
1
-2
/
+11
2009-11-02
cfg80211: Fix WEXT compat siwauth wpa and group cipher
Jouni Malinen
1
-4
/
+2
2009-11-02
p54: disable channels with incomplete calibration data sets
Christian Lamparter
1
-12
/
+19
2009-11-02
mac80211: fix scan abort sanity checks
Johannes Berg
1
-4
/
+8
2009-11-02
iwlwifi: add wimax/wifi coexist support for 6x50 series
Wey-Yi Guy
5
-11
/
+158
2009-11-02
iwlwifi: add SM PS support for 6x50 series
Wey-Yi Guy
6
-10
/
+52
2009-11-02
iwlwifi: coex API data structure
Wey-Yi Guy
2
-3
/
+68
2009-11-02
iwlwifi: print warning when sending host command fails
Reinette Chatre
1
-1
/
+2
2009-11-02
iwlagn: move rate scale initialization to init function
Reinette Chatre
1
-7
/
+6
2009-11-02
iwl3945: store station rate scale information in mac80211 station structure
Reinette Chatre
2
-74
/
+60
2009-11-02
iwlwifi: split adding broadcast station from others
Reinette Chatre
3
-6
/
+65
2009-11-02
iwlwifi: move iwl_[un]init_drv to iwlagn
Reinette Chatre
5
-95
/
+92
2009-11-02
iwlwifi: unmap memory before use
Reinette Chatre
1
-5
/
+5
2009-11-02
iwlagn: update write pointers for all tx queues after wakeup
Ben Cahill
1
-9
/
+8
2009-11-02
iwlagn: Clarify FH_TX interrupt
Ben Cahill
1
-4
/
+6
2009-11-02
iwlagn: invoke L0S workaround for 6000/1000 series
Ben Cahill
3
-14
/
+18
[next]