index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
mac80211
Age
Commit message (
Expand
)
Author
Files
Lines
2010-03-23
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
David S. Miller
12
-69
/
+225
2010-03-16
mac80211: (really) fix rates setup on IBSS merge
Bruno Randolf
1
-8
/
+8
2010-03-16
Revert "mac80211: fix rates setup on IBSS merge"
John W. Linville
1
-3
/
+0
2010-03-15
mac80211: optimize tx status processing
Felix Fietkau
1
-7
/
+7
2010-03-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
4
-13
/
+35
2010-03-11
minstrel: make the rate control ops reusable from another rc implementation
Felix Fietkau
3
-4
/
+10
2010-03-11
minstrel: simplify and fix debugfs code
Felix Fietkau
2
-29
/
+11
2010-03-11
mac80211: give warning if building w/out rate ctrl algorithm
Andres Salomon
1
-0
/
+9
2010-03-11
mac80211: Fix memory leak in ieee80211_if_write()
Eric Dumazet
1
-3
/
+7
2010-03-11
mac80211: Fix (dynamic) power save entry
Juuso Oikarinen
1
-5
/
+8
2010-03-11
mac80211: Fix sta_mtx unlocking on insert STA failure path
Jouni Malinen
1
-0
/
+1
2010-03-09
mac80211: use different MAC addresses for virtual interfaces
Johannes Berg
1
-2
/
+114
2010-03-09
mac80211: Improve software scan timing
Helmut Schaa
2
-6
/
+66
2010-03-09
mac80211: fix rates setup on IBSS merge
Bruno Randolf
1
-0
/
+3
2010-03-09
mac80211: deprecate RX status noise
Johannes Berg
3
-13
/
+0
2010-03-08
Merge branch 'for-next' into for-linus
Jiri Kosina
1
-1
/
+1
2010-03-03
mac80211: Fix HT rate control configuration
Sujith
2
-3
/
+5
2010-03-02
mac80211: Fix reassociation processing (within ESS roaming)
Jouni Malinen
1
-2
/
+14
2010-02-27
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
David S. Miller
2
-1
/
+6
2010-02-27
mac80211: fix direct probe loop on ieee80211_work_purge
Juuso Oikarinen
1
-0
/
+1
2010-02-27
mac80211: use listen interval 5 as default
Helmut Schaa
1
-1
/
+5
2010-02-27
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
1
-0
/
+3
2010-02-26
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
David S. Miller
6
-45
/
+157
2010-02-16
mac80211: split ieee80211_drop_unencrypted
Johannes Berg
1
-4
/
+18
2010-02-16
cfg80211/mac80211: allow registering for and sending action frames
Jouni Malinen
5
-14
/
+88
2010-02-16
mac80211: reject unhandled action frames
Johannes Berg
1
-33
/
+57
2010-02-16
mac80211: fix netdev rename
Johannes Berg
1
-1
/
+1
2010-02-15
mac80211: Fix error introduced in netdev_mc_count() changes.
David S. Miller
1
-1
/
+1
2010-02-15
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
1
-0
/
+3
2010-02-15
Merge branch 'master' of ssh://master.kernel.org/pub/scm/linux/kernel/git/lin...
David S. Miller
19
-529
/
+649
2010-02-14
Merge branch 'master' of ssh://master.kernel.org/pub/scm/linux/kernel/git/lin...
David S. Miller
1
-0
/
+3
2010-02-12
mac80211: fix handling of null-rate control in rate_control_get_rate
Juuso Oikarinen
1
-0
/
+3
2010-02-12
net: use netdev_mc_count and netdev_mc_empty when appropriate
Jiri Pirko
1
-1
/
+1
2010-02-11
mac80211: Deny TX BA session requests during disassociation
Sujith
3
-1
/
+15
2010-02-10
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
David S. Miller
2
-9
/
+11
2010-02-09
mac80211: Retry null data frame for power save.
Vivek Natarajan
3
-7
/
+31
2010-02-09
tree-wide: Assorted spelling fixes
Daniel Mack
1
-1
/
+1
2010-02-09
mac80211: Reset dynamic ps timer in Rx path.
Vivek Natarajan
1
-0
/
+8
2010-02-09
mac80211: make rate_control_alloc static
Andres Salomon
2
-6
/
+3
2010-02-09
mac80211: remove get_tx_stats() driver op
Kalle Valo
2
-31
/
+0
2010-02-09
mac80211: fix deauth race
Johannes Berg
1
-3
/
+9
2010-02-09
mac80211: fix bss_conf.dtim_period
Johannes Berg
1
-0
/
+2
2010-02-09
mac80211: Added a new debugfs file for reading channel_type
Benoit Papillault
1
-0
/
+33
2010-02-09
mac80211: tear down all agg queues when restart/reconfig hw
Wey-Yi Guy
1
-0
/
+8
2010-02-09
mac80211: allow station add/remove to sleep
Johannes Berg
13
-464
/
+511
2010-02-09
mac80211: don't probe if we have probe response
Johannes Berg
1
-5
/
+5
2010-02-09
wireless: update radiotap parser
Johannes Berg
1
-4
/
+5
2010-02-09
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
3
-10
/
+21
2010-02-09
mac80211: fix deferred hardware scan requests
Johannes Berg
1
-8
/
+10
2010-02-09
mac80211: Fix probe request filtering in IBSS mode
Benoit Papillault
1
-1
/
+1
[next]