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
/
drivers
/
net
/
wireless
/
libertas
/
cfg.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-04-13
libertas: fix signedness bug in lbs_auth_to_authtype()
Amitkumar Karwar
1
-2
/
+7
2012-03-15
libertas: remove dump_survey implementation
Daniel Drake
1
-37
/
+0
2011-12-21
libertas: clean up scan thread handling
Andres Salomon
1
-4
/
+6
2011-12-02
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
1
-1
/
+1
2011-11-11
libertas: release bss references and avoid warning from cfg80211_inform_bss
John W. Linville
1
-10
/
+15
2011-11-09
wireless: libertas: fix unaligned le64 accesses
Steven Miao
1
-1
/
+1
2011-11-02
libertas: ensure we clean up a scan request properly
Andres Salomon
1
-8
/
+17
2011-10-14
libertas: fix changing interface type when interface is down
Daniel Drake
1
-14
/
+6
2011-09-27
libertas: scan behaviour consistency improvements
Daniel Drake
1
-16
/
+17
2011-08-09
libertas: disable functionality when interface is down
Daniel Drake
1
-16
/
+23
2011-08-08
libertas: link mesh device to wiphy
Daniel Drake
1
-3
/
+33
2011-06-06
net: remove interrupt.h inclusion from netdevice.h
Alexey Dobriyan
1
-0
/
+1
2011-05-16
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
1
-7
/
+9
2011-05-11
libertas: Use netdev_<level> or dev_<level> where possible
Joe Perches
1
-4
/
+5
2011-05-11
libertas: Convert lbs_pr_<level> to pr_<level>
Joe Perches
1
-7
/
+8
2011-05-05
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
1
-18
/
+27
2011-04-28
libertas: use kernel-doc notation, fix comment style
Randy Dunlap
1
-18
/
+27
2011-03-31
Fix common misspellings
Lucas De Marchi
1
-1
/
+1
2011-01-21
cfg80211: Extend channel to frequency mapping for 802.11j
Bruno Randolf
1
-2
/
+4
2010-12-15
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
1
-1
/
+1
2010-12-13
cfg80211/nl80211: separate unicast/multicast default TX keys
Johannes Berg
1
-1
/
+2
2010-12-13
libertas: fix potential NULL-pointer dereference
Sven Neumann
1
-1
/
+1
2010-11-24
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
1
-2
/
+3
2010-11-22
libertas: Use static const
Joe Perches
1
-1
/
+1
2010-11-22
libertas: remove duplicated #include
Huang Weiyi
1
-2
/
+0
2010-11-08
libertas: terminate scan when stopping interface
Daniel Drake
1
-2
/
+3
2010-10-08
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
1
-2
/
+2
2010-10-06
cfg80211/mac80211: allow per-station GTKs
Johannes Berg
1
-2
/
+2
2010-09-21
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
1
-4
/
+2
2010-09-16
libertas: correct sparse warnings
John W. Linville
1
-4
/
+2
2010-08-25
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
1
-12
/
+50
2010-08-16
drivers/net/wireless/libertas/cfg.c: needs sched.h
Andrew Morton
1
-0
/
+1
2010-08-16
libertas: better association request debugging
Dan Williams
1
-8
/
+29
2010-08-16
libertas: better scan response debugging
Dan Williams
1
-4
/
+20
2010-08-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
1
-0
/
+1
2010-08-11
drivers/net/wireless/libertas/cfg.c: needs sched.h
Andrew Morton
1
-0
/
+2
2010-08-09
libertas: fix build break by including linux/sched.h
John W. Linville
1
-0
/
+1
2010-08-05
libertas: scan before assocation if no BSSID was given
Dan Williams
1
-33
/
+115
2010-08-05
libertas: fix association with some APs by using extended rates
Dan Williams
1
-16
/
+40
2010-08-05
libertas: get the right # of scanned BSSes
Dan Williams
1
-1
/
+9
2010-07-27
libertas: convert 11D_DOMAIN_INFO to a direct command
Dan Williams
1
-98
/
+5
2010-07-27
libertas: clean up RSSI command
Dan Williams
1
-35
/
+2
2010-07-27
libertas: clean up MONITOR_MODE command
Dan Williams
1
-54
/
+3
2010-07-14
libertas: convert new uses of __attribute__ ((packed)) to __packed
John W. Linville
1
-3
/
+3
2010-06-23
Libertas: Added 11d support using cfg80211
Kiran Divekar
1
-0
/
+110
2010-06-23
Libertas: fix WARN_ON issues in cfg80211 support
Kiran Divekar
1
-25
/
+12
2010-06-23
Libertas: cfg80211 support
Kiran Divekar
1
-22
/
+1919
2010-05-11
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
1
-0
/
+1
2010-05-07
cfg80211/mac80211: better channel handling
Johannes Berg
1
-0
/
+1
2010-04-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
1
-2
/
+6
[next]