aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-01-28libertas: store command result in cmdnode instead of priv->cur_cmd_retcodeDavid Woodhouse
2008-01-28libertas: kill pdata_buf member of struct cmd_ctrl_nodeDavid Woodhouse
2008-01-28libertas: let __lbs_cmd() free its own cmdnodeDavid Woodhouse
2008-01-28libertas: kill cleanup_cmdnode()David Woodhouse
2008-01-28libertas: don't re-initialise cmdnode when taking it off the free queueDavid Woodhouse
2008-01-28libertas: introduce and use lbs_complete_command() for command completionDavid Woodhouse
2008-01-28libertas: remove some pointless checks for cmdnode buffer being presentDavid Woodhouse
2008-01-28libertas: don't use __lbs_cmd() with empty callback in if_usb.cDavid Woodhouse
2008-01-28libertas: rename and clean up DownloadcommandToStationDavid Woodhouse
2008-01-28libertas: kill unused wait_option field in struct cmd_ctrl_nodeDavid Woodhouse
2008-01-28libertas: kill whitespace at end of linesDavid Woodhouse
2008-01-28libertas: clean up if_usb driverDavid Woodhouse
2008-01-28libertas: stop attempting to reset devices on unloadDavid Woodhouse
2008-01-28libertas: don't exit worker thread until kthread_stop() is calledDavid Woodhouse
2008-01-28b43legacy: Fix rfkill radio LEDLarry Finger
2008-01-28S2io: Fixes to enable multiple transmit fifosRamkrishna Vepa
2008-01-28S2io: Fixes to enable multiple transmit fifo supportSurjit Reang
2008-01-28cxgb3 - Fix EEH, missing softirq blockingDivy Le Ray
2008-01-28cxgb3 - parity initialization for T3C adapters.Divy Le Ray
2008-01-28pasemi: export pasemi_dma_init()Olof Johansson
2008-01-28PLIP driver: convert the semaphore killed_timer_sem to completionMatthias Kaehlcke
2008-01-28bnx2x depends on ZLIB_INFLATELee Schermerhorn
2008-01-28pcmcia net: use roundup_pow_of_two() macro instead of grotesque loopRobert P. J. Day
2008-01-28e1000: Dump the eeprom when a user encounters a bad checksumAuke Kok
2008-01-28ixgb: enable sun hardware support for broadcom phyMatheos Worku
2008-01-28e1000: remove no longer used code for pci read/write cfgAdrian Bunk
2008-01-28ixgb endianness annotationsAl Viro
2008-01-28ixgbe endianness annotationsAl Viro
2008-01-28e100 endianness annotationsAl Viro
2008-01-28forcedeth endianness bugsAl Viro
2008-01-28NULL noise in drivers/netAl Viro
2008-01-28e1000 endianness annotationsAl Viro
2008-01-28e1000e endianness annotationsAl Viro
2008-01-28sungem endianness annotationsAl Viro
2008-01-28sunhme endianness annotationsAl Viro
2008-01-28endianness annotations and fixes for olympicAl Viro
2008-01-28libertas: use spin_is_locked() instead of spin_trylock() in lbs_interrupt()David Woodhouse
2008-01-28libertas: pass channel argument directly to lbs_mesh_config()David Woodhouse
2008-01-28libertas: cope with both old and new mesh TLV valuesDavid Woodhouse
2008-01-28libertas: make lbs_update_channel() function non-staticDavid Woodhouse
2008-01-28libertas: add ethtool support for wake-on-lan configurationDavid Woodhouse
2008-01-28libertas: implement suspend/resume for USB devicesDavid Woodhouse
2008-01-28libertas: implement suspend and resume core methodsDavid Woodhouse
2008-01-28libertas: make worker thread not freezableDavid Woodhouse
2008-01-28libertas: switch lbs_cmd() to take a _pointer_ to the command structureDavid Woodhouse
2008-01-28libertas: add lbs_host_sleep_cfg() command functionDavid Woodhouse
2008-01-28libertas: slight cleanup of netif queue stop/wakeDavid Woodhouse
2008-01-28libertas: add missing newlines in debugging statementsDavid Woodhouse
2008-01-28libertas: be more careful about command responses matching cur_cmdDavid Woodhouse
2008-01-28libertas: add debugging output to lbs_mesh_config()David Woodhouse