aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2008-01-28[NETNS]: Consolidate kernel netlink socket destruction.Denis V. Lunev
2008-01-28net: NEWEMAC: Fix problem with mtu > 4080 on non TAH equipped 4xx PPC'sStefan Roese
2008-01-28add driver for enc28j60 ethernet chipClaudio Lanconelli
2008-01-28SGISEEQ: fix oops when doing ifconfig down; ifconfig upThomas Bogendoerfer
2008-01-28sky2: version 1.21Stephen Hemminger
2008-01-28sky2: support for Yukon SupremeStephen Hemminger
2008-01-28qla3xxx annotationsAl Viro
2008-01-28slhc annotationsAl Viro
2008-01-28eepro100 annotationsAl Viro
2008-01-28annotate the rest of drivers/net/wanAl Viro
2008-01-28annotate tunAl Viro
2008-01-28NET: ns83820.c remove fastcall macroDavid Miller
2008-01-28SGISEEQ: use cached memory access to make driver work on IP28Thomas Bogendoerfer
2008-01-28iwlwifi: skip mac80211 conf during a hardware scan and replay it afterwardsZhu Yi
2008-01-28iwlwifi: proper monitor supportZhu Yi
2008-01-28libertas: remove check for driver_lock in lbs_interrupt()David Woodhouse
2008-01-28libertas: convert SUBSCRIBE_EVENT to a direct commandDavid Woodhouse
2008-01-28libertas: change inference about buffer size in lbs_cmd()David Woodhouse
2008-01-28libertas: convert ENABLE_RSN to a direct commandDavid Woodhouse
2008-01-28libertas: convert SET_WEP to a direct commandDavid Woodhouse
2008-01-28libertas: convert SLEEP_PARAMS to a direct commandDavid Woodhouse
2008-01-28libertas: convert INACTIVITY_TIMEOUT to a direct commandDavid Woodhouse
2008-01-28libertas: convert RADIO_CONTROL to a direct commandDavid Woodhouse
2008-01-28libertas: submit RSSI command on tx timeout, to check whether module is deadDavid Woodhouse
2008-01-28libertas: make lbs_submit_command always 'succeed' and set command timerDavid Woodhouse
2008-01-28libertas: discard DEFER responses to commands; let the timeout triggerDavid Woodhouse
2008-01-28libertas: use priv->upld_buf for command responsesDavid Woodhouse
2008-01-28libertas: reduce explicit references to priv->cur_cmd->cmdbufDavid Woodhouse
2008-01-28libertas: Check for PS mode support on USB devicesDavid Woodhouse
2008-01-28libertas: allow for PS mode to be disabled when firmware doesn't support itDavid Woodhouse
2008-01-28libertas: handle HOST_AWAKE event by sending WAKEUP_CONFIRM commandDavid Woodhouse
2008-01-28libertas: don't clear priv->dnld_sent after sending sleep confirmDavid Woodhouse
2008-01-28libertas: fix buffer handling of PS_MODE commands and responsesDavid Woodhouse
2008-01-28libertas: add SLEEP_PERIOD and FW_WAKE_METHOD command definitionsDavid Woodhouse
2008-01-28libertas: fix return from lbs_update_channel()David Woodhouse
2008-01-28libertas: kill 'addtail' argument to lbs_queue_cmd() and make it staticDavid Woodhouse
2008-01-28libertas: handle command timeout in main thread instead of directly in timerDavid Woodhouse
2008-01-28libertas: ensure response buffer size is always set for lbs_cmd_with_responseDavid Woodhouse
2008-01-28libertas: add __lbs_cmd_async() for asynchronous command submissionDavid Woodhouse
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