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
2007-12-18
ieee80211_rate: missed unlock
Cyrill Gorcunov
1
-0
/
+1
2007-11-30
Merge branch 'fixes-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/l...
Herbert Xu
3
-5
/
+10
2007-11-30
mac80211: rate limit wep decrypt failed messages
Adel Gadllah
1
-1
/
+2
2007-11-30
mac80211: drop unencrypted frames if encryption is expected
Johannes Berg
1
-1
/
+1
2007-11-30
mac80211: Fix behavior of ieee80211_open and ieee80211_close
Michael Wu
1
-3
/
+2
2007-11-30
mac80211: free ifsta->extra_ie and clear IEEE80211_STA_PRIVACY_INVOKED
Zhu Yi
1
-0
/
+5
2007-11-21
mac80211: add missing space in error message
Bruno Randolf
1
-1
/
+1
2007-11-21
mac80211: fix allmulti/promisc behaviour
Johannes Berg
1
-0
/
+23
2007-11-21
mac80211: fix ieee80211_set_multicast_list
Johannes Berg
1
-2
/
+2
2007-11-15
Merge branch 'fixes-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/l...
David S. Miller
2
-1
/
+9
2007-11-15
mac80211: Fix queuing of scan containing a SSID
Helmut Schaa
2
-1
/
+9
2007-11-11
mac80211: fix MAC80211_RCSIMPLE Kconfig
Johannes Berg
1
-2
/
+2
2007-11-11
mac80211: make "decrypt failed" messages conditional upon MAC80211_DEBUG
John W. Linville
3
-6
/
+16
2007-11-11
mac80211: use IW_AUTH_PRIVACY_INVOKED rather than IW_AUTH_KEY_MGMT
Johannes Berg
3
-15
/
+21
2007-11-11
mac80211: remove unused driver ops
Johannes Berg
1
-6
/
+1
2007-11-11
mac80211: remove ieee80211_common.h
Johannes Berg
1
-91
/
+0
2007-11-11
mac80211: allow driver to ask for a rate control algorithm
Johannes Berg
1
-1
/
+2
2007-11-11
mac80211: don't allow registering the same rate control twice
Johannes Berg
1
-1
/
+10
2007-11-11
mac80211: make simple rate control algorithm built-in
Johannes Berg
6
-27
/
+42
2007-11-02
cleanup asm/scatterlist.h includes
Adrian Bunk
1
-1
/
+0
2007-10-26
[PATCH] mac80211: fix printk warning on 64-bit
Johannes Berg
1
-1
/
+1
2007-10-26
[PATCH] mac80211: Fix SSID matching in AP selection
Michael Wu
1
-1
/
+2
2007-10-23
[PATCH] Fix breakage after SG cleanups
Ralf Baechle
1
-1
/
+1
2007-10-22
Update net/ to use sg helpers
Jens Axboe
1
-6
/
+2
2007-10-19
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
Linus Torvalds
1
-46
/
+9
2007-10-19
define global BIT macro
Jiri Slaby
1
-2
/
+0
2007-10-18
[PATCH] mac80211: make ieee802_11_parse_elems return void
John W. Linville
1
-46
/
+9
2007-10-18
[MAC80211]: only honor IW_SCAN_THIS_ESSID in STA, IBSS, and AP modes
John W. Linville
1
-18
/
+19
2007-10-17
[PATCH] mac80211: honor IW_SCAN_THIS_ESSID in siwscan ioctl
Bill Moss
1
-16
/
+24
2007-10-17
[PATCH] mac80211: store SSID in sta_bss_list
John W. Linville
1
-21
/
+33
2007-10-17
[PATCH] mac80211: store channel info in sta_bss_list
John W. Linville
1
-15
/
+19
2007-10-17
[PATCH] mac80211: reorder association debug output
Johannes Berg
1
-5
/
+6
2007-10-17
[PATCH] mac80211: fix set_channel regression
Johannes Berg
1
-1
/
+4
2007-10-11
[PATCH] mac80211: Defer setting of RX_FLAG_DECRYPTED.
Mattias Nissler
1
-9
/
+11
2007-10-11
[PATCH] ieee80211_if_set_type: make check for master dev more explicit
John W. Linville
1
-1
/
+1
2007-10-11
[MAC80211]: add sta_notify callback
Tomas Winkler
1
-6
/
+7
2007-10-11
[MAC80211]: implement cfg80211's change_interface hook
Johannes Berg
1
-18
/
+57
2007-10-11
[MAC80211]: Add association LED trigger
Michael Buesch
4
-19
/
+63
2007-10-11
[MAC80211]: make userspace-mlme a per-interface setting
Johannes Berg
4
-11
/
+8
2007-10-11
[MAC80211]: improve radiotap injection
Johannes Berg
2
-91
/
+105
2007-10-11
[MAC80211]: remove ALG_NONE
Johannes Berg
4
-14
/
+11
2007-10-11
[MAC80211]: use RX_FLAG_DECRYPTED for sw decrypted as well
Johannes Berg
1
-3
/
+5
2007-10-11
[MAC80211]: consolidate decryption more
Johannes Berg
1
-34
/
+12
2007-10-11
[MAC80211]: move sta_process rx handler later
Johannes Berg
1
-48
/
+48
2007-10-11
[MAC80211]: remove management interface
Johannes Berg
9
-305
/
+14
2007-10-11
[MAC80211]: add "invalid" interface type
Johannes Berg
3
-0
/
+9
2007-10-11
[MAC80211]: Check open_count before calling config callback.
Michael Buesch
1
-1
/
+1
2007-10-11
[PATCH] mac80211: bss_tim_clear must use ~ instead of !
Michael Buesch
1
-8
/
+8
2007-10-11
[PATCH] mac80211: remove generic IE for AP interfaces
Johannes Berg
4
-16
/
+0
2007-10-11
[PATCH] mac80211: remove all prism2 ioctls
Johannes Berg
4
-339
/
+0
[next]