index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
staging
/
wlan-ng
Age
Commit message (
Expand
)
Author
Files
Lines
2010-03-03
Staging: wlan-ng: multiple safe style cleanups
Svenne Krap
17
-213
/
+214
2010-03-03
Staging: wlan-ng: clean up assignments in if statements
Svenne Krap
1
-8
/
+16
2010-03-03
Staging: wlan-ng: minor cleanups
Richard Kennedy
1
-4
/
+0
2010-03-03
staging: declare MODULE_FIRMWARE in various drivers
Ben Hutchings
1
-0
/
+1
2010-03-03
Staging: wlan-ng: Add select WEXT_PRIV to Kconfig to prevent build failure
Peter Huewe
1
-0
/
+1
2010-03-03
Staging: wlan-ng: initialise mibitem
Simon Horman
1
-0
/
+15
2010-03-03
Staging: prism2-usb: Build should select WIRELESS_EXT
Simon Horman
1
-1
/
+2
2010-03-03
staging: Fix misspelling of "invocation" in comment.
Adam Buchbinder
1
-1
/
+1
2009-12-23
Staging: wlan-ng: fix Correct size given to memset
Julia Lawall
1
-1
/
+1
2009-10-30
Staging: wireless drivers Kconfig change
Greg Kroah-Hartman
1
-1
/
+1
2009-09-15
Staging: wlan-ng: remove dependency on WIRELESS_EXT version
Alexander Beregalov
1
-2
/
+0
2009-09-15
Staging: wlan-ng: Convert firmware loading to load binary ihex format
Karl Relton
1
-324
/
+121
2009-09-15
Staging: wlan-ng: Remove more superflous comments
Moritz Muehlenhoff
5
-37
/
+0
2009-09-15
Staging: wlan-ng: Drop the special case handling of older wireless extensions, WIRELESS_EXT is at 22 for the current kernel.
Moritz Muehlenhoff
2
-11
/
+0
2009-09-15
Staging: wlan-ng: Use kzfree() to securely zero-out the WEP key when freeing it
Moritz Muehlenhoff
1
-1
/
+1
2009-09-15
Staging: wlan-ng: Remove some superflous comments
Moritz Muehlenhoff
7
-33
/
+0
2009-09-15
staging: wlan-ng: scripts/checkpatch.pl error fixes.
Mithlesh Thukral
11
-360
/
+364
2009-07-05
net: convert remaining non-symbolic return values in ndo_start_xmit() functions
Patrick McHardy
1
-1
/
+1
2009-06-19
Staging: wlan-ng: Update README file. Remove Lindent task
Mithlesh Thukral
1
-1
/
+0
2009-06-19
Staging: wlan-ng: Lindent cleanups
Mithlesh Thukral
21
-1399
/
+1320
2009-06-19
Staging: wlan-ng: p80211wext.c: problem with IW_ENCODE_ALG_WEP
Julia Lawall
1
-2
/
+2
2009-06-19
Staging: wlan-ng: Change KERN_DEBUG or pr_debug to match orig driver
Karl Relton
5
-35
/
+35
2009-06-19
Staging: wlan-ng: Move firmware loading into driver
Karl Relton
6
-21
/
+1707
2009-06-19
Staging: remove unused #include <linux/version.h>'s
Huang Weiyi
4
-4
/
+0
2009-06-15
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6
David S. Miller
1
-1
/
+1
2009-06-13
net: use symbolic values for ndo_start_xmit() return codes
Patrick McHardy
1
-4
/
+4
2009-06-12
trivial: fix ETIMEOUT -> ETIMEDOUT typos
Jean Delvare
1
-1
/
+1
2009-04-17
Staging: wlan-ng: convert to netdev_ops
Alexander Beregalov
1
-5
/
+15
2009-04-03
staging: document that the wifi staging drivers a bit better
Greg Kroah-Hartman
1
-1
/
+3
2009-04-03
Staging: BUG to BUG_ON changes
Stoyan Gaydarov
1
-2
/
+1
2009-04-03
Staging: wlan-ng: block ioctls until card fully initialised
Richard Kennedy
3
-1
/
+18
2009-04-03
Staging: wlan-ng: Replace local byteorder macros
Moritz Muehlenhoff
5
-145
/
+137
2009-04-03
Staging: wlan-ng: Remove the now empty wlan_compat.h
Moritz Muehlenhoff
14
-81
/
+0
2009-04-03
Staging: wlan-ng: Remove dead code from p80211netdev.c
Moritz Muehlenhoff
1
-16
/
+0
2009-04-03
Staging: wlan-ng: Remove unnecessary checks for NULL before calling kfree()
Moritz Muehlenhoff
2
-10
/
+5
2009-04-03
Staging: wlan-ng: Remove more dead code from hfa384x_usb.c
Moritz Muehlenhoff
2
-94
/
+0
2009-04-03
Staging: wlan-ng: Remove dead code from prism2mib.c
Moritz Muehlenhoff
2
-203
/
+0
2009-04-03
Staging: wlan-ng: prism2mgmt.c: Coding style cleanups
Moritz Muehlenhoff
1
-369
/
+380
2009-04-03
Staging: wlan-ng: hfa384x_usb.c: Coding style cleanups
Moritz Muehlenhoff
1
-1018
/
+813
2009-04-03
Staging: wlan-ng: p80211netdev.c: Coding style cleanups
Moritz Muehlenhoff
1
-167
/
+128
2009-04-03
Staging: wlan-ng: prism2sta.c: Coding style cleanups
Moritz Muehlenhoff
1
-557
/
+559
2009-04-03
Staging: wlan-ng: prism2usb.c: Coding style cleanups
Moritz Muehlenhoff
1
-56
/
+79
2009-04-03
Staging: wlan-ng: prism2mib.c: Coding style cleanups
Moritz Muehlenhoff
1
-362
/
+314
2009-04-03
Staging: wlan-ng: p80211mgmt.h: Coding style cleanups
Moritz Muehlenhoff
1
-225
/
+189
2009-04-03
Staging: wlan-ng: p80211netdev.h: Coding style cleanups
Moritz Muehlenhoff
1
-92
/
+91
2009-04-03
Staging: wlan-ng: p80211msg.h: Coding style cleanups
Moritz Muehlenhoff
1
-16
/
+6
2009-04-03
Staging: wlan-ng: p80211types.h: Coding style cleanups
Moritz Muehlenhoff
1
-140
/
+105
2009-04-03
Staging: wlan-ng: p80211conv.c: Coding style cleanups
Moritz Muehlenhoff
1
-141
/
+141
2009-04-03
Staging: wlan-ng: p80211conv.h: Coding style cleanups
Moritz Muehlenhoff
1
-71
/
+53
2009-04-03
Staging: wlan-ng: p80211hdr.h: Coding style cleanups
Moritz Muehlenhoff
1
-35
/
+26
[prev]
[next]