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.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
path:
root
/
drivers
/
net
/
wireless
/
brcm80211
/
brcmfmac
/
wl_cfg80211.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-02-08
brcmfmac: add p2p change vif routines.
Hante Meuleman
1
-5
/
+18
2013-02-08
brcmfmac: update escan for multiple bss and simplify.
Hante Meuleman
1
-1
/
+7
2013-02-08
brcmfmac: implement support for deleting virtual interfaces
Arend van Spriel
1
-80
/
+119
2013-02-08
brcmfmac: fix compiler warning on printf format
Arend van Spriel
1
-1
/
+1
2013-02-08
brcmfmac: add support for P2P listen mode.
Hante Meuleman
1
-4
/
+185
2013-02-08
brcmfmac: add support for creating P2P client/GO interface
Arend van Spriel
1
-9
/
+114
2013-02-08
brcmfmac: add peer-to-peer group discovery support
Arend van Spriel
1
-48
/
+151
2013-02-08
brcmfmac: use brcmf_if::bssidx as index in interface list
Hante Meuleman
1
-0
/
+2
2013-02-08
brcmfmac: fix problem connecting to AP without security
Arend van Spriel
1
-1
/
+21
2013-02-08
brcmfmac: Use single function for channel to chanspec.
Hante Meuleman
1
-42
/
+21
2013-02-08
brcmfmac: Cleanup function brcmf_notifiy_connect_status_ap.
Hante Meuleman
1
-13
/
+7
2013-02-08
brcmfmac: Use struct brcmf_if in brcmf_configure_opensecurity.
Hante Meuleman
1
-4
/
+2
2013-01-28
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
1
-2
/
+3
2013-01-08
brcmfmac: Update init code routines from interface up.
Hante Meuleman
1
-17
/
+13
2013-01-08
brcmfmac: define pr_fmt in one place
Arend van Spriel
1
-2
/
+0
2013-01-08
brcmfmac: removed deprecated set_bitrate_mask support
Hante Meuleman
1
-62
/
+0
2013-01-02
brcmfmac: fix parsing rsn ie for ap mode.
Hante Meuleman
1
-2
/
+3
2012-12-11
brcmfmac: remove WL_CONN() macro
Arend van Spriel
1
-94
/
+94
2012-12-11
brcmfmac: remove WL_SCAN() macro
Arend van Spriel
1
-38
/
+39
2012-12-11
brcmfmac: remove WL_TRACE() macro
Arend van Spriel
1
-95
/
+95
2012-12-11
brcmfmac: replace WL_INFO() macro
Arend van Spriel
1
-21
/
+21
2012-12-11
brcmfmac: replace WL_ERR() with brcmf_err()
Arend van Spriel
1
-156
/
+158
2012-12-11
brcmfmac: consolidate debug macros in wl_cfg80211
Arend van Spriel
1
-2
/
+0
2012-12-11
brcmfmac: rework bus interface
Arend van Spriel
1
-2
/
+2
2012-11-30
brcmfmac: fix bug in setting mgmt ie and parsing vndrs ie.
Hante Meuleman
1
-12
/
+16
2012-11-30
brcmfmac: remove mode from struct brcmf_cfg80211_conf
Arend van Spriel
1
-27
/
+20
2012-11-30
brcmfmac: get rid of struct brcmf_cfg80211_info::link_up attribute
Arend van Spriel
1
-46
/
+22
2012-11-26
Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...
John W. Linville
1
-5
/
+6
2012-11-26
cfg80211: pass a channel definition struct
Johannes Berg
1
-5
/
+6
2012-11-16
brcmfmac: code cleanup
Hante Meuleman
1
-12
/
+5
2012-11-16
brcmfmac: fix for multiple netdevice interface support
Arend van Spriel
1
-11
/
+14
2012-11-16
brcmfmac: rework firmware event handling code
Arend van Spriel
1
-207
/
+39
2012-11-16
Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...
John W. Linville
1
-2
/
+4
2012-11-14
brcmfmac: use struct brcmf_if parameter in firmware event callbacks
Arend van Spriel
1
-24
/
+23
2012-11-14
brcmfmac: return immediately error for out of range key_idx.
Hante Meuleman
1
-9
/
+6
2012-11-14
brcmfmac: fix build regression
Arend van Spriel
1
-1
/
+1
2012-11-14
brcmfmac: remove obsolete variable from brcmf_cfg80211_start_ap()
Arend van Spriel
1
-5
/
+3
2012-11-14
brcmfmac: change parameter of brcmf_set_management_ie()
Arend van Spriel
1
-15
/
+18
2012-11-14
brcmfmac: remove obsolete i-scan and clean up related code.
Hante Meuleman
1
-563
/
+18
2012-11-14
brcmfmac: make pointer type constant in brcmf_set_management_ie()
Arend van Spriel
1
-7
/
+7
2012-11-14
brcmfmac: restrict error condition in brcmf_inform_bss()
Arend van Spriel
1
-1
/
+2
2012-11-14
brcmfmac: simplify if-else condition in brcmf_cfg80211_escan()
Arend van Spriel
1
-3
/
+1
2012-11-14
brcmfmac: remove obsolete structure ap_info
Arend van Spriel
1
-28
/
+0
2012-10-30
cfg80211: allow per interface TX power setting
Johannes Berg
1
-2
/
+4
2012-10-30
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
1
-1
/
+1
2012-10-29
brcmfmac: store IEs per virtual interface
Arend van Spriel
1
-8
/
+8
2012-10-29
brcmfmac: remove unnecessary macro usage in brcmf_cfg80211_resume()
Arend van Spriel
1
-1
/
+1
2012-10-29
brcmfmac: add virtual interface support in brcmf_cfg80211_suspend()
Arend van Spriel
1
-25
/
+28
2012-10-29
brcmfmac: use memset when setting a broadcast mac address
Arend van Spriel
1
-7
/
+5
2012-10-29
brcmfmac: rename check_sys_up() to check_vif_up()
Arend van Spriel
1
-24
/
+24
[next]