index
:
kernel-crypto.git
audit
bugfixes
herbert
integration
master
ncr-audit
ncr-integration
ncr-rhel5-patches
ncr-standalone-master
ncr-standalone-rename
ncr-submission-2
ncr-userspace-crypto
User-space crypto API development for Linux
Miloslav Trmac
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
wireless
/
libertas
/
debugfs.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
libertas: add NULL check on return value of get_zeroed_page
Kiran Divekar
2009-08-28
1
-0
/
+28
*
libertas: restyle Marvell & IEEE TLV structure names
Dan Williams
2009-06-03
1
-4
/
+4
*
net: constify VFTs
Jan Engelhardt
2009-01-21
1
-7
/
+7
*
wireless: use individual buffers for printing ssid values
John W. Linville
2008-10-31
1
-1
/
+3
*
wireless: consolidate on a single escape_essid implementation
John W. Linville
2008-10-31
1
-1
/
+2
*
net: convert print_mac to %pM
Johannes Berg
2008-10-27
1
-4
/
+2
*
libertas: fix command size for CMD_802_11_SUBSCRIBE_EVENT
Holger Schurig
2008-06-04
1
-2
/
+2
*
libertas: convert libertas driver to use an event/cmdresp queue
Holger Schurig
2008-04-16
1
-1
/
+0
*
libertas: store rssi as an u32
Holger Schurig
2008-03-25
1
-1
/
+1
*
libertas: remove lots of unused stuff
Holger Schurig
2008-03-25
1
-3
/
+3
*
libertas: implement SSID scanning for SIOCSIWSCAN
Holger Schurig
2008-03-13
1
-169
/
+0
*
libertas: rename/document scan_channel
Holger Schurig
2008-02-29
1
-1
/
+1
*
libertas: convert SUBSCRIBE_EVENT to a direct command
David Woodhouse
2008-01-28
1
-151
/
+131
*
libertas: convert SLEEP_PARAMS to a direct command
David Woodhouse
2008-01-28
1
-36
/
+30
*
libertas: kill whitespace at end of lines
David Woodhouse
2008-01-28
1
-1
/
+1
*
libertas: fix use-after-free error
Holger Schurig
2008-01-28
1
-6
/
+8
*
libertas: stop debugfs code looking at cmdpendingq
David Woodhouse
2008-01-28
1
-2
/
+1
*
libertas: kill struct lbs_adapter
David Woodhouse
2008-01-28
1
-30
/
+26
*
libertas: kill adapter->nr_cmd_pending
David Woodhouse
2008-01-28
1
-1
/
+2
*
libertas: Fix up error handling in lbs_setuserscan()
David Woodhouse
2008-01-28
1
-10
/
+19
*
libertas: remove user-specified channel list
Holger Schurig
2008-01-28
1
-38
/
+0
*
libertas: remove numprobes
Holger Schurig
2008-01-28
1
-18
/
+0
*
libertas: rework event subscription
Holger Schurig
2008-01-28
1
-886
/
+185
*
libertas: remove arbitrary typedefs
Holger Schurig
2008-01-28
1
-54
/
+54
*
libertas: move to uniform lbs_/LBS_ namespace
Holger Schurig
2008-01-28
1
-201
/
+201
*
[LIBERTAS]: Remove last stray user of MAC_FMT.
David S. Miller
2008-01-28
1
-1
/
+2
*
[PATCH] libertas link error due to gcc `smartness'
Geert Uytterhoeven
2007-10-10
1
-2
/
+3
*
[NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()
Joe Perches
2007-10-10
1
-2
/
+3
*
[PATCH] net: Kill some unneeded allocation return value casts in libertas
Jesper Juhl
2007-10-10
1
-1
/
+1
*
[PATCH] libertas: fix sparse-reported problems
Dan Williams
2007-10-10
1
-1
/
+1
*
[PATCH] libertas: remove bss_descriptior->networktsf
Holger Schurig
2007-10-10
1
-4
/
+3
*
[PATCH] libertas: remove a hundred CMD_RET_xxx definitions
Holger Schurig
2007-10-10
1
-13
/
+13
*
[PATCH] libertas: remove thread.h and make kthread usage clearer
Dan Williams
2007-10-10
1
-13
/
+13
*
[PATCH] libertas: re-uppercase command defines and other constants
Dan Williams
2007-10-10
1
-46
/
+46
*
[PATCH] libertas: kill ieeetypes_capinfo bitfield, use ieee80211.h types
Dan Williams
2007-10-10
1
-6
/
+6
*
[PATCH] libertas: reduce SSID and BSSID mixed-case abuse
Dan Williams
2007-06-11
1
-1
/
+1
*
[PATCH] libertas: remove structure WLAN_802_11_SSID and libertas_escape_essid
Dan Williams
2007-06-11
1
-6
/
+3
*
[PATCH] libertas: first pass at fixing up endianness issues
David Woodhouse
2007-06-11
1
-172
/
+162
*
[PATCH] libertas: use MAC_FMT and MAC_ARG where appropriate
Dan Williams
2007-06-11
1
-4
/
+2
*
[PATCH] libertas: fix 'keep previous scan' behavior
Dan Williams
2007-06-11
1
-15
/
+11
*
[PATCH] libertas: make scan result handling more flexible
Dan Williams
2007-06-11
1
-16
/
+15
*
[PATCH] libertas: replace 'macaddress' with 'bssid'
Dan Williams
2007-06-11
1
-3
/
+3
*
[PATCH] libertas: remove unused variables in wlan_dev_t
Holger Schurig
2007-06-11
1
-2
/
+2
*
[PATCH] libertas: make debug configurable
Holger Schurig
2007-06-11
1
-3
/
+3
*
[PATCH] libertas: exclude non-used code when PROC_DEBUG is not set
Holger Schurig
2007-06-11
1
-10
/
+11
*
[PATCH] libertas: fix scanning from associate path
Marcelo Tosatti
2007-06-11
1
-1
/
+1
*
[PATCH] libertas: fix removal of all debugfs files
Holger Schurig
2007-06-11
1
-1
/
+2
*
[PATCH] libertas: 64-bit cleanups
Dan Williams
2007-05-11
1
-5
/
+9
*
[PATCH] libertas: make debugfs.c sparse-clean
Dan Williams
2007-05-11
1
-13
/
+4
*
[PATCH] libertas: use standard kernel macros
Tony Breeds
2007-04-28
1
-37
/
+4
[next]