Age | Commit message (Expand) | Author | Files | Lines |
2011-10-31 | staging: Add module.h to more drivers implicitly using it. | Paul Gortmaker | 1 | -0/+1 |
2011-10-26 | Merge branch 'staging-next' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 15 | -6194/+4161 |
2011-10-18 | Staging: wlags49_h2: Makefile: remove unneeded stuff | Greg Kroah-Hartman | 1 | -25/+0 |
2011-10-17 | staging: wlags49_h2: Fixup SIOCSIWGENIE | David Kilroy | 1 | -31/+9 |
2011-10-17 | staging: wlags49_h2: Fixup IW_AUTH handling | David Kilroy | 2 | -76/+109 |
2011-10-17 | staging: wlags49_h2: Make key setting more reliable | David Kilroy | 2 | -321/+340 |
2011-10-17 | staging: wlags49_h2: Report WPA IE in scan results with IWEVGENIE | David Kilroy | 1 | -7/+5 |
2011-10-17 | staging: wlags49_h2: Remove useless IWE_STREAM_ADD_XXX defines | David Kilroy | 1 | -19/+14 |
2011-10-17 | staging: wlags49_h2: Enable WPA in the HCF | David Kilroy | 2 | -6/+14 |
2011-10-17 | staging: wlags49_h2: Handle sysfs_create_group return correctly | David Kilroy | 2 | -9/+11 |
2011-10-04 | staging: wlags49_h2: Remove bad debug message | David Kilroy | 1 | -1/+0 |
2011-10-04 | staging: wlags49_h2: Remove unused debug function | David Kilroy | 1 | -114/+0 |
2011-10-04 | staging: wlags49_h2: Use C99 __func__ | David Kilroy | 2 | -28/+35 |
2011-09-26 | staging: wlags49_h2: Use IW_HANDLER macro | David Kilroy | 1 | -58/+31 |
2011-09-26 | staging: wlags49_h2: Stop playing with length in GIWESSID handler | David Kilroy | 1 | -10/+1 |
2011-09-26 | staging: wlags49_h2: Declare support for WEXT 21 | David Kilroy | 1 | -1/+2 |
2011-09-26 | staging: wlags49_h2: Fixup WEXT capabilities | David Kilroy | 1 | -7/+9 |
2011-09-20 | staging: wlags49_h2: Support standard WEXT events | David Kilroy | 1 | -38/+18 |
2011-09-20 | staging: wlags49_h2: Remove old WIRELESS_EXT support | David Kilroy | 4 | -114/+0 |
2011-09-16 | staging: wlags49_h2: Remove continuous tx test | David Kilroy | 1 | -22/+0 |
2011-09-16 | staging: wlags49_h2: Reformat TX_CNTL comment | David Kilroy | 1 | -14/+14 |
2011-09-16 | staging: wlags49_h2: Remove HCF_EXT_MB from code. | David Kilroy | 2 | -22/+8 |
2011-09-16 | staging: wlags49_h2: Remove CKIP support from hcf | David Kilroy | 2 | -137/+60 |
2011-09-16 | staging: wlags49_h2: Remove MUL/DIV_BY_2 | David Kilroy | 2 | -4/+1 |
2011-09-16 | staging: wlags49_h2: Remove references to SSN | David Kilroy | 3 | -12/+8 |
2011-09-16 | staging: wlags49_h2: Remove some unused defines | David Kilroy | 4 | -41/+3 |
2011-09-16 | staging: wlags49_h2: Simplify HCF_ENCAP usage | David Kilroy | 2 | -13/+1 |
2011-09-16 | staging: wlags49_h2: Remove HCF_DL_ONLY | David Kilroy | 2 | -34/+2 |
2011-09-16 | staging: wlags49_h2: Reindent hcf.c | David Kilroy | 1 | -3035/+3035 |
2011-09-16 | staging: wlags49_h2: Fix macro termination | David Kilroy | 2 | -223/+220 |
2011-09-16 | staging: wlags49_h2: Reindent hcfdef.h | David Kilroy | 1 | -427/+390 |
2011-09-16 | staging: wlags49_h2: Remove non-linux configurations | David Kilroy | 1 | -1524/+0 |
2011-08-17 | net: remove use of ndo_set_multicast_list in drivers | Jiri Pirko | 1 | -1/+1 |
2011-07-25 | Merge branch 'staging-next' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2 | -2/+0 |
2011-07-12 | netdevice: Kill 'feature' test macros. | David S. Miller | 1 | -7/+0 |
2011-07-05 | Remove unneeded version.h includes from drivers/staging/wlags49_h2/ | Jesper Juhl | 2 | -2/+0 |
2011-05-06 | staging: pcmcia: Convert pcmcia_device_id declarations to const | Joe Perches | 1 | -1/+1 |
2011-03-31 | Fix common misspellings | Lucas De Marchi | 5 | -19/+19 |
2010-11-16 | drivers/staging: Remove unnecessary casts of pci_get_drvdata | Joe Perches | 1 | -1/+1 |
2010-11-09 | staging, wlags49_h2: Remove unnecessary casts of void ptr returning alloc fun... | Jesper Juhl | 1 | -1/+1 |
2010-11-09 | staging: get rid of dev_base_lock | Eric Dumazet | 1 | -2/+2 |
2010-10-28 | Merge 'staging-next' to Linus's tree | Greg Kroah-Hartman | 9 | -114/+86 |
2010-10-19 | staging: wlags49_h2: remove useless DbgHwAddr() method | Andy Shevchenko | 5 | -94/+66 |
2010-10-19 | staging: wlags49_h2: fix format of timeStamp debug output | Andy Shevchenko | 1 | -2/+11 |
2010-10-12 | staging: wlags49_h2: remove custom macros min() and max() | Andy Shevchenko | 2 | -8/+1 |
2010-10-05 | Staging: wlags49_h2: Makefile: cleaned up Makefile cflag lines | Tracey Dent | 1 | -5/+5 |
2010-09-30 | staging: wlags49_h2: use free_netdev(netdev) instead of kfree() | Vasiliy Kulikov | 1 | -1/+1 |
2010-09-29 | pcmcia: remove obsolete and wrong comments | Dominik Brodowski | 2 | -80/+0 |
2010-09-29 | pcmcia: move driver name to struct pcmcia_driver | Dominik Brodowski | 1 | -3/+1 |
2010-09-29 | pcmcia: convert pcmcia_request_configuration to pcmcia_enable_device | Dominik Brodowski | 2 | -5/+3 |