index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
wireless
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
p54/rtl8187: fix up the seqno patch
Johannes Berg
2008-10-31
2
-2
/
+0
*
mac80211: rewrite HT handling
Johannes Berg
2008-10-31
10
-88
/
+100
*
mac80211: make retry limits part of hw config
Johannes Berg
2008-10-31
9
-79
/
+61
*
iwl3945: fix station stuff in RC algorithm
Johannes Berg
2008-10-31
1
-4
/
+3
*
mac80211: provide sequence numbers
Johannes Berg
2008-10-31
4
-29
/
+9
*
p54: Move rx_mtu to struct bootrec_desc
Larry Finger
2008-10-31
2
-2
/
+3
*
mac80211: introduce hw config change flags
Johannes Berg
2008-10-31
16
-23
/
+35
*
mac80211: kill hw.conf.antenna_sel_{rx,tx}
Johannes Berg
2008-10-31
5
-60
/
+12
*
802.11: clean up/fix HT support
Johannes Berg
2008-10-31
13
-114
/
+110
*
p54: honour bss_info_changed's short slot time settings
Christian Lamparter
2008-10-31
2
-7
/
+17
*
mac80211: use HWSIM_STA_MAGIC in hwsim_check_sta_magic() and hwsim_set_sta_ma...
Rami Rosen
2008-10-31
1
-2
/
+2
*
iwlwifi: refactor rxon time command
Tomas Winkler
2008-10-31
3
-55
/
+29
*
iwlwifi: take a valid antenna upon rate scale init
Tomas Winkler
2008-10-31
3
-5
/
+20
*
iwlwifi: make initial calibration set configurable
Tomas Winkler
2008-10-31
5
-35
/
+49
*
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
2008-10-31
10
-115
/
+97
|
\
|
*
ath5k: honor FIF_BCN_PRBRESP_PROMISC in STA mode
Bob Copeland
2008-10-29
1
-3
/
+1
|
*
ath5k: Fix reset sequence for AR5212 in general and RF5111 in particular
Elias Oltmanns
2008-10-29
2
-15
/
+9
|
*
rt2x00: Fix build error when mac80211=M rt2x00=Y
Ivo van Doorn
2008-10-29
1
-1
/
+1
|
*
ath5k: correct misspelling in debug help
Bob Copeland
2008-10-29
1
-1
/
+1
|
*
libertas: fix buffer overrun
Johannes Berg
2008-10-29
1
-2
/
+2
|
*
libertas: remove two libertas sparse warning
Holger Schurig
2008-10-29
1
-2
/
+2
|
*
iwlwifi: fix suspend to RAM in iwlwifi
Tomas Winkler
2008-10-29
1
-1
/
+1
|
*
p54: fix build warnings
Christian Lamparter
2008-10-27
1
-2
/
+3
|
*
ath5k: Reset key cache on interface up, thus fixing resume
Elias Oltmanns
2008-10-27
1
-22
/
+11
|
*
p54: fix misbehavings when firmware can't be found
Christian Lamparter
2008-10-27
1
-66
/
+66
*
|
pci: use pci_ioremap_bar() in drivers/net
Arjan van de Ven
2008-10-31
3
-4
/
+3
*
|
net: convert more to %pM
Johannes Berg
2008-10-27
1
-7
/
+1
*
|
net: convert print_mac to %pM
Johannes Berg
2008-10-27
56
-754
/
+437
|
/
*
libertas: free sk_buff with kfree_skb
Sergio Luis
2008-10-26
1
-1
/
+1
*
p54: enable 2.4/5GHz spectrum by eeprom bits.
Christian Lamparter
2008-10-22
1
-18
/
+10
*
orinoco: reduce stack usage in firmware download path
Andrey Borzenkov
2008-10-22
1
-13
/
+29
*
ath5k: fix suspend-related oops on rmmod
Bob Copeland
2008-10-22
2
-9
/
+21
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6
Linus Torvalds
2008-10-16
1
-3
/
+3
|
\
|
*
device create: net: convert device_create_drvdata to device_create
Greg Kroah-Hartman
2008-10-16
1
-3
/
+3
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
2008-10-16
10
-15
/
+29
|
\
\
|
|
/
|
/
|
|
*
rt2x00: fix regression introduced by "mac80211: free up 2 bytes in skb->cb"
Felix Fietkau
2008-10-14
1
-4
/
+5
|
*
rtl8187: Add USB ID for Belkin F5D7050 with RTL8187B chip
Florent Fourcot
2008-10-14
1
-0
/
+2
|
*
p54usb: Device ID updates
Christian Lamparter
2008-10-14
1
-1
/
+2
|
*
ath9k/mac80211: disallow fragmentation in ath9k, report to userspace
Johannes Berg
2008-10-14
1
-1
/
+7
|
*
libertas : Remove unused variable warning for "old_channel" from cmd.c
Manish Katiyar
2008-10-14
1
-0
/
+2
|
*
orinoco: fix unsafe locking in spectrum_cs_suspend
David Kilroy
2008-10-14
1
-2
/
+3
|
*
orinoco: fix unsafe locking in orinoco_cs_resume
Andrey Borzenkov
2008-10-14
1
-2
/
+3
|
*
iwlwifi: fix ct kill configuration for 5350
Tomas Winkler
2008-10-14
1
-3
/
+3
|
*
p54: Fix compilation problem on PPC
Larry Finger
2008-10-14
1
-1
/
+0
|
*
iwlwifi: fix compilation warning when CONFIG_IWLWIFI_DEBUG is not set.
Rami Rosen
2008-10-14
1
-1
/
+1
|
*
rtl8187: add device ID 0bda:8198
John W. Linville
2008-10-14
1
-0
/
+1
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
2008-10-14
2
-2
/
+2
|
\
|
|
*
net: Rationalise email address: Network Specific Parts
Alan Cox
2008-10-13
2
-2
/
+2
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6
Linus Torvalds
2008-10-13
11
-523
/
+429
|
\
\
|
|
/
|
/
|
|
*
pcmcia: remove unused argument to pcmcia_parse_tuple()
Dominik Brodowski
2008-08-31
3
-3
/
+3
[prev]
[next]