summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2008-01-29PLIP driver: convert the semaphore killed_timer_sem to completionMatthias Kaehlcke1-5/+5
2008-01-29bnx2x depends on ZLIB_INFLATELee Schermerhorn1-0/+1
2008-01-29pcmcia net: use roundup_pow_of_two() macro instead of grotesque loopRobert P. J. Day1-2/+2
2008-01-29e1000: Dump the eeprom when a user encounters a bad checksumAuke Kok1-11/+74
2008-01-29ixgb: enable sun hardware support for broadcom phyMatheos Worku4-8/+91
2008-01-29e1000: remove no longer used code for pci read/write cfgAdrian Bunk2-18/+0
2008-01-29ixgb endianness annotationsAl Viro1-11/+11
2008-01-29ixgbe endianness annotationsAl Viro2-30/+30
2008-01-29e100 endianness annotationsAl Viro1-37/+35
2008-01-29forcedeth endianness bugsAl Viro1-18/+28
2008-01-29NULL noise in drivers/netAl Viro24-57/+49
2008-01-29e1000 endianness annotationsAl Viro2-48/+48
2008-01-29e1000e endianness annotationsAl Viro2-47/+47
2008-01-29sungem endianness annotationsAl Viro2-7/+9
2008-01-29sunhme endianness annotationsAl Viro2-28/+33
2008-01-29endianness annotations and fixes for olympicAl Viro2-14/+14
2008-01-29libertas: use spin_is_locked() instead of spin_trylock() in lbs_interrupt()David Woodhouse1-2/+1
2008-01-29libertas: pass channel argument directly to lbs_mesh_config()David Woodhouse5-16/+16
2008-01-29libertas: cope with both old and new mesh TLV valuesDavid Woodhouse3-6/+34
2008-01-29libertas: make lbs_update_channel() function non-staticDavid Woodhouse2-4/+5
2008-01-29libertas: add ethtool support for wake-on-lan configurationDavid Woodhouse6-11/+72
2008-01-29libertas: implement suspend/resume for USB devicesDavid Woodhouse1-5/+11
2008-01-29libertas: implement suspend and resume core methodsDavid Woodhouse2-0/+49
2008-01-29libertas: make worker thread not freezableDavid Woodhouse1-4/+0
2008-01-29libertas: switch lbs_cmd() to take a _pointer_ to the command structureDavid Woodhouse3-15/+14
2008-01-29libertas: add lbs_host_sleep_cfg() command functionDavid Woodhouse5-0/+38
2008-01-29libertas: slight cleanup of netif queue stop/wakeDavid Woodhouse4-25/+20
2008-01-29libertas: add missing newlines in debugging statementsDavid Woodhouse3-10/+10
2008-01-29libertas: be more careful about command responses matching cur_cmdDavid Woodhouse4-17/+26
2008-01-29libertas: add debugging output to lbs_mesh_config()David Woodhouse1-1/+3
2008-01-29libertas: disable mesh temporarily while setting eth channel/assocDavid Woodhouse1-2/+12
2008-01-29libertas: add missing newline on debug messageDavid Woodhouse1-1/+1
2008-01-29libertas: allow setting channel on mshX deviceDavid Woodhouse1-1/+52
2008-01-29libertas: allow get/set SSID on mshX deviceDavid Woodhouse1-2/+50
2008-01-29libertas: whitespace cleanup in host.hDavid Woodhouse1-202/+178
2008-01-29libertas: kill rx_urb_recall and eth_dev members of struct usb_card_recDavid Woodhouse2-13/+2
2008-01-29libertas: kill references to mesh autostartDavid Woodhouse2-75/+0
2008-01-29libertas: add lbs_mesh sysfs attribute for enabling meshDavid Woodhouse8-17/+99
2008-01-29libertas: fix sparse endianness warnings in scan.cDavid Woodhouse1-6/+5
2008-01-29libertas: make some more functions staticDavid Woodhouse3-11/+11
2008-01-29libertas: endianness fixes for get_channel/set_channelDan Williams1-4/+5
2008-01-29libertas: convert RF_CHANNEL to a direct commandDan Williams5-57/+75
2008-01-29libertas: convert DATA_RATE to a direct commandDan Williams6-56/+83
2008-01-29libertas: fix case of FWT_ACCESS_LIST_ROUTE and FWT_ACCESS_LIST_NEIGHBOR comm...Dan Williams1-2/+2
2008-01-29libertas: remove casts from lbs_cmd() and lbs_cmd_with_response() macrosDavid Woodhouse1-2/+2
2008-01-29libertas: convert CMD_MESH_ACCESS to a direct commandDavid Woodhouse6-51/+39
2008-01-29libertas: fix debug output in lbs_cmd_copyback() function.David Woodhouse1-3/+3
2008-01-29libertas: rename and re-type bufvirtualaddr to cmdbufDan Williams8-100/+79
2008-01-29libertas: wait for 'firmware ready' event from firmware after loadingDavid Woodhouse2-5/+22
2008-01-29libertas: move removal of lbs_rtap file to lbs_stop_card()David Woodhouse1-1/+1