index
:
openslx/kernel-qcow2-linux.git
kernel-qcow2
kernel-qcow2-linux-4.18.x-centos
kernel-qcow2-linux-4.19.y
master
In-kernel qcow2 (Kernel part)
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
wireless
/
libertas
/
scan.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
libertas: fix buffer overrun
Johannes Berg
2008-10-29
1
-2
/
+2
*
libertas: convert CMD_802_11_RADIO_CONTROL to a direct command
Dan Williams
2008-08-29
1
-0
/
+5
*
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
2008-07-15
1
-2
/
+2
|
\
|
*
libertas: fix memory alignment problems on the blackfin
Ihar Hrachyshka
2008-07-09
1
-2
/
+2
*
|
wext: Emit event stream entries correctly when compat.
David S. Miller
2008-06-17
1
-17
/
+19
|
/
*
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/linville...
David S. Miller
2008-05-01
1
-1
/
+2
|
\
|
*
libertas: fix use-before-check violation
Holger Schurig
2008-05-01
1
-1
/
+2
*
|
wireless: use get/put_unaligned_* helpers
Harvey Harrison
2008-04-29
1
-1
/
+1
|
/
*
libertas: move association code from scan.c into assoc.c
Holger Schurig
2008-04-08
1
-363
/
+1
*
libertas: move association code from join.c into scan.c
Holger Schurig
2008-04-08
1
-1
/
+1
*
libertas: store rssi as an u32
Holger Schurig
2008-03-25
1
-2
/
+2
*
libertas: implement SSID scanning for SIOCSIWSCAN
Holger Schurig
2008-03-13
1
-78
/
+67
*
libertas: clean up scan.c, remove zeromac and bcastmac
David Woodhouse
2008-03-06
1
-234
/
+181
*
libertas: convert 802_11_SCAN to a direct command
David Woodhouse
2008-03-06
1
-81
/
+41
*
libertas: rename/document scan_channel
Holger Schurig
2008-02-29
1
-11
/
+11
*
libertas: make lbs_unset_basic_rate_flags() static
Holger Schurig
2008-02-29
1
-0
/
+17
*
Spelling fixes: lenght->length
Paulius Zaleckas
2008-02-03
1
-1
/
+1
*
libertas: slight cleanup of netif queue stop/wake
David Woodhouse
2008-01-29
1
-5
/
+7
*
libertas: fix sparse endianness warnings in scan.c
David Woodhouse
2008-01-29
1
-6
/
+5
*
libertas: kill struct lbs_adapter
David Woodhouse
2008-01-29
1
-98
/
+90
*
libertas: implement new scanning logic
Holger Schurig
2008-01-29
1
-511
/
+360
*
libertas: remove user-specified channel list
Holger Schurig
2008-01-29
1
-57
/
+2
*
libertas: remove numprobes
Holger Schurig
2008-01-29
1
-19
/
+1
*
libertas: remove arbitrary typedefs
Holger Schurig
2008-01-29
1
-38
/
+41
*
libertas: separate mesh connectivity from that of the main interface
Brajesh Dave
2008-01-29
1
-6
/
+8
*
libertas: move to uniform lbs_/LBS_ namespace
Holger Schurig
2008-01-29
1
-92
/
+92
*
[PATCH] libertas: clean up scan debug messages
Holger Schurig
2007-10-11
1
-66
/
+155
*
[PATCH] libertas: fix "warning: Using plain integer as NULL pointer" sparse w...
Holger Schurig
2007-10-11
1
-1
/
+1
*
[LIBERTAS]: fix oops on the blackfin architecture
Vladimir Davydov
2007-10-11
1
-3
/
+5
*
[NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()
Joe Perches
2007-10-11
1
-6
/
+8
*
[PATCH] libertas: push WEXT scan requests to a work queue
Dan Williams
2007-10-11
1
-59
/
+80
*
[PATCH] libertas: push mesh beacon bit to userspace in scan results
Dan Williams
2007-10-11
1
-0
/
+14
*
[PATCH] libertas: remove bss_descriptor->timestamp
Holger Schurig
2007-10-11
1
-1
/
+0
*
[PATCH] libertas: remove bss_descriptior->networktsf
Holger Schurig
2007-10-11
1
-69
/
+0
*
[PATCH] libertas: remove adapter->scantype
Holger Schurig
2007-10-11
1
-1
/
+1
*
[PATCH] libertas: remove adapter->scanmode
Holger Schurig
2007-10-11
1
-4
/
+2
*
[PATCH] libertas: remove adapter->scanprobes
Holger Schurig
2007-10-11
1
-3
/
+2
*
[PATCH] libertas: make the hex dumper nicer
Holger Schurig
2007-10-11
1
-6
/
+6
*
[PATCH] libertas: access mesh_dev more carefully
Holger Schurig
2007-10-11
1
-4
/
+8
*
[PATCH] libertas: make more functions static & remove unused functions
Holger Schurig
2007-10-11
1
-34
/
+1
*
[PATCH] libertas: simplify and clean up data rate handling
Dan Williams
2007-10-11
1
-36
/
+18
*
[PATCH] libertas: re-uppercase command defines and other constants
Dan Williams
2007-10-11
1
-10
/
+10
*
[PATCH] libertas: fix mixed-case abuse in cmd_ds_802_11_scan
Dan Williams
2007-10-11
1
-4
/
+3
*
[PATCH] libertas: specific mesh scan for mshX interface
Luis Carlos Cobo
2007-10-11
1
-0
/
+10
*
[PATCH] libertas: clean up 802.11 IE post-scan handling
Dan Williams
2007-10-11
1
-115
/
+84
*
[PATCH] libertas: kill ieeetypes_capinfo bitfield, use ieee80211.h types
Dan Williams
2007-10-11
1
-34
/
+24
*
[PATCH] libertas: kill wlan_scan_process_results
Dan Williams
2007-06-28
1
-37
/
+14
*
[PATCH] libertas: reduce SSID and BSSID mixed-case abuse
Dan Williams
2007-06-11
1
-11
/
+11
*
[PATCH] libertas: remove structure WLAN_802_11_SSID and libertas_escape_essid
Dan Williams
2007-06-11
1
-32
/
+34
*
[PATCH] libertas: first pass at fixing up endianness issues
David Woodhouse
2007-06-11
1
-29
/
+23
[next]