index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
mac80211
Age
Commit message (
Expand
)
Author
Files
Lines
2011-02-22
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
David S. Miller
1
-0
/
+6
2011-02-20
net: Fix more stale on-stack list_head objects.
Eric W. Biederman
1
-0
/
+1
2011-02-18
mac80211: fix conn_mon_timer running after disassociate
Stanislaw Gruszka
1
-0
/
+6
2011-02-14
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
David S. Miller
1
-0
/
+2
2011-02-09
mac80211: add missing locking in ieee80211_reconfig
Eliad Peller
1
-0
/
+2
2011-02-08
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
David S. Miller
4
-3
/
+10
2011-02-07
mac80211: fix the skb cloned check in the tx path
Felix Fietkau
1
-1
/
+1
2011-02-02
mac80211: fix TX status cookie in HW offload case
Johannes Berg
3
-2
/
+9
2011-01-26
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
David S. Miller
1
-0
/
+3
2011-01-25
mac80211: fix a crash in ieee80211_beacon_get_tim on change_interface
Felix Fietkau
1
-0
/
+3
2011-01-20
kconfig: rename CONFIG_EMBEDDED to CONFIG_EXPERT
David Rientjes
1
-3
/
+3
2011-01-13
mac80211: use maximum number of AMPDU frames as default in BA RX
Luciano Coelho
1
-9
/
+2
2011-01-13
mac80211: fix lockdep warning
Johannes Berg
1
-1
/
+11
2011-01-05
mac80211: remove stray extern
Johannes Berg
1
-2
/
+2
2011-01-05
mac80211: implement off-channel TX using hw r-o-c offload
Johannes Berg
3
-10
/
+81
2011-01-05
mac80211: implement hardware offload for remain-on-channel
Johannes Berg
7
-3
/
+287
2011-01-05
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
6
-108
/
+96
2011-01-05
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
2
-0
/
+9
2011-01-04
mac80211: fix some key comments and code
Johannes Berg
1
-21
/
+17
2011-01-04
Revert "mac80211: temporarily disable reorder release timer"
Christian Lamparter
1
-24
/
+0
2011-01-04
mac80211: serialize rx path workers
Christian Lamparter
3
-43
/
+49
2011-01-04
mac80211: Fix mesh portal communication with other mesh nodes.
Joel A Fernandes
1
-4
/
+10
2011-01-04
mac80211: ignore PSM bit of reordered frames
Christian Lamparter
2
-0
/
+6
2011-01-04
mac80211: add missing synchronize_rcu
Johannes Berg
1
-0
/
+6
2011-01-04
mac80211: fix mesh forwarding when ratelimited too
Milton Miller
1
-2
/
+2
2010-12-26
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
2
-2
/
+5
2010-12-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
3
-2
/
+12
2010-12-22
mac80211: cleanup select_queue
Johannes Berg
1
-14
/
+6
2010-12-22
mac80211: check for CONFIG_MAC80211_LEDS in the tpt_led_trigger declaration
Luciano Coelho
1
-0
/
+2
2010-12-22
mac80211: selective throughput LED trigger active
Johannes Berg
5
-15
/
+59
2010-12-22
mac80211: add throughput based LED blink trigger
Johannes Berg
7
-9
/
+178
2010-12-22
mac80211: make LED trigger names available early
Johannes Berg
3
-20
/
+22
2010-12-22
mac80211: fix mesh forwarding
Johannes Berg
1
-1
/
+4
2010-12-20
mac80211: fix potentially redundant skb data copying
Felix Fietkau
1
-1
/
+1
2010-12-20
mac80211: skip unnecessary pskb_expand_head calls
Felix Fietkau
1
-1
/
+3
2010-12-20
mac80211: fix initialization of skb->cb in ieee80211_subif_start_xmit
Felix Fietkau
1
-1
/
+2
2010-12-20
mac80211: Remove unused third address from mesh address extension header.
Javier Cardona
3
-24
/
+16
2010-12-20
mac80211: Send mesh non-HWMP path selection frames to userspace
Javier Cardona
5
-11
/
+19
2010-12-20
mac80211: Let userspace enable and configure vendor specific path selection.
Javier Cardona
5
-8
/
+48
2010-12-20
mac80211: Rename mesh_params to mesh_config to prepare for mesh_setup
Javier Cardona
1
-4
/
+4
2010-12-16
nl80211: Add notification for dropped Deauth/Disassoc
Jouni Malinen
1
-2
/
+20
2010-12-15
wireless:mac80211: kill unuse macro MESH_CFG_CMP_LEN in mesh.h
Shan Wei
1
-11
/
+0
2010-12-15
mac80211: Add timeout to BA session start API
Sujith Manoharan
4
-4
/
+9
2010-12-15
nl80211: advertise maximum remain-on-channel duration
Johannes Berg
1
-0
/
+2
2010-12-15
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
2
-1
/
+8
2010-12-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
2
-4
/
+30
2010-12-13
mac80211: support IBSS RSN with SW crypto
Johannes Berg
1
-1
/
+5
2010-12-13
mac80211 default tx_last_beacon false (congestion)
Tim Harvey
1
-1
/
+1
2010-12-13
mac80211: support separate default keys
Johannes Berg
8
-47
/
+62
2010-12-13
cfg80211/nl80211: separate unicast/multicast default TX keys
Johannes Berg
1
-1
/
+2
[next]