aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-01-28[VLAN]: Turn VLAN_DEV_INFO into inline functionPatrick McHardy2-3/+3
2008-01-28[IrDA]: Irport removal - part 2Adrian Bunk10-2328/+0
2008-01-28[IrDA]: Irport removal - part 1Adrian Bunk4-1359/+2
2008-01-28[NETNS]: Consolidate kernel netlink socket destruction.Denis V. Lunev3-9/+6
2008-01-28net: NEWEMAC: Fix problem with mtu > 4080 on non TAH equipped 4xx PPC'sStefan Roese1-10/+4
2008-01-28add driver for enc28j60 ethernet chipClaudio Lanconelli4-0/+1928
2008-01-28SGISEEQ: fix oops when doing ifconfig down; ifconfig upThomas Bogendoerfer1-1/+1
2008-01-28sky2: version 1.21Stephen Hemminger1-1/+1
2008-01-28sky2: support for Yukon SupremeStephen Hemminger2-21/+46
2008-01-28qla3xxx annotationsAl Viro2-61/+38
2008-01-28slhc annotationsAl Viro1-6/+6
2008-01-28eepro100 annotationsAl Viro1-48/+42
2008-01-28annotate the rest of drivers/net/wanAl Viro6-7/+7
2008-01-28annotate tunAl Viro1-1/+1
2008-01-28NET: ns83820.c remove fastcall macroDavid Miller1-5/+4
2008-01-28SGISEEQ: use cached memory access to make driver work on IP28Thomas Bogendoerfer2-31/+35
2008-01-28iwlwifi: skip mac80211 conf during a hardware scan and replay it afterwardsZhu Yi4-51/+15
2008-01-28iwlwifi: proper monitor supportZhu Yi6-261/+238
2008-01-28libertas: remove check for driver_lock in lbs_interrupt()David Woodhouse1-5/+0
2008-01-28libertas: convert SUBSCRIBE_EVENT to a direct commandDavid Woodhouse4-226/+135
2008-01-28libertas: change inference about buffer size in lbs_cmd()David Woodhouse1-6/+8
2008-01-28libertas: convert ENABLE_RSN to a direct commandDavid Woodhouse5-54/+23
2008-01-28libertas: convert SET_WEP to a direct commandDavid Woodhouse5-59/+34
2008-01-28libertas: convert SLEEP_PARAMS to a direct commandDavid Woodhouse6-98/+74
2008-01-28libertas: convert INACTIVITY_TIMEOUT to a direct commandDavid Woodhouse4-26/+21
2008-01-28libertas: convert RADIO_CONTROL to a direct commandDavid Woodhouse3-52/+29
2008-01-28libertas: submit RSSI command on tx timeout, to check whether module is deadDavid Woodhouse1-0/+7
2008-01-28libertas: make lbs_submit_command always 'succeed' and set command timerDavid Woodhouse1-22/+20
2008-01-28libertas: discard DEFER responses to commands; let the timeout triggerDavid Woodhouse1-0/+10
2008-01-28libertas: use priv->upld_buf for command responsesDavid Woodhouse4-30/+4
2008-01-28libertas: reduce explicit references to priv->cur_cmd->cmdbufDavid Woodhouse1-4/+4
2008-01-28libertas: Check for PS mode support on USB devicesDavid Woodhouse1-6/+22
2008-01-28libertas: allow for PS mode to be disabled when firmware doesn't support itDavid Woodhouse3-0/+13
2008-01-28libertas: handle HOST_AWAKE event by sending WAKEUP_CONFIRM commandDavid Woodhouse3-1/+31
2008-01-28libertas: don't clear priv->dnld_sent after sending sleep confirmDavid Woodhouse1-1/+0
2008-01-28libertas: fix buffer handling of PS_MODE commands and responsesDavid Woodhouse2-3/+3
2008-01-28libertas: add SLEEP_PERIOD and FW_WAKE_METHOD command definitionsDavid Woodhouse2-0/+16
2008-01-28libertas: fix return from lbs_update_channel()David Woodhouse1-6/+10
2008-01-28libertas: kill 'addtail' argument to lbs_queue_cmd() and make it staticDavid Woodhouse2-13/+5
2008-01-28libertas: handle command timeout in main thread instead of directly in timerDavid Woodhouse3-22/+38
2008-01-28libertas: ensure response buffer size is always set for lbs_cmd_with_responseDavid Woodhouse3-1/+8
2008-01-28libertas: add __lbs_cmd_async() for asynchronous command submissionDavid Woodhouse2-30/+36
2008-01-28libertas: store command result in cmdnode instead of priv->cur_cmd_retcodeDavid Woodhouse3-6/+8
2008-01-28libertas: kill pdata_buf member of struct cmd_ctrl_nodeDavid Woodhouse3-17/+14
2008-01-28libertas: let __lbs_cmd() free its own cmdnodeDavid Woodhouse1-1/+3
2008-01-28libertas: kill cleanup_cmdnode()David Woodhouse1-22/+17
2008-01-28libertas: don't re-initialise cmdnode when taking it off the free queueDavid Woodhouse1-3/+0
2008-01-28libertas: introduce and use lbs_complete_command() for command completionDavid Woodhouse3-17/+23
2008-01-28libertas: remove some pointless checks for cmdnode buffer being presentDavid Woodhouse1-12/+4
2008-01-28libertas: don't use __lbs_cmd() with empty callback in if_usb.cDavid Woodhouse1-1/+1