aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-01-28libertas: kill whitespace at end of linesDavid Woodhouse7-16/+16
2008-01-28libertas: clean up if_usb driverDavid Woodhouse2-298/+225
2008-01-28libertas: stop attempting to reset devices on unloadDavid Woodhouse1-5/+0
2008-01-28libertas: don't exit worker thread until kthread_stop() is calledDavid Woodhouse1-4/+9
2008-01-28b43legacy: Fix rfkill radio LEDLarry Finger3-69/+88
2008-01-28S2io: Fixes to enable multiple transmit fifosRamkrishna Vepa1-89/+104
2008-01-28S2io: Fixes to enable multiple transmit fifo supportSurjit Reang2-51/+97
2008-01-28cxgb3 - Fix EEH, missing softirq blockingDivy Le Ray2-11/+10
2008-01-28cxgb3 - parity initialization for T3C adapters.Divy Le Ray6-29/+472
2008-01-28PLIP driver: convert the semaphore killed_timer_sem to completionMatthias Kaehlcke1-5/+5
2008-01-28bnx2x depends on ZLIB_INFLATELee Schermerhorn1-0/+1
2008-01-28pcmcia net: use roundup_pow_of_two() macro instead of grotesque loopRobert P. J. Day1-2/+2
2008-01-28e1000: Dump the eeprom when a user encounters a bad checksumAuke Kok1-11/+74
2008-01-28ixgb: enable sun hardware support for broadcom phyMatheos Worku4-8/+91
2008-01-28e1000: remove no longer used code for pci read/write cfgAdrian Bunk2-18/+0
2008-01-28ixgb endianness annotationsAl Viro1-11/+11
2008-01-28ixgbe endianness annotationsAl Viro2-30/+30
2008-01-28e100 endianness annotationsAl Viro1-37/+35
2008-01-28forcedeth endianness bugsAl Viro1-18/+28
2008-01-28NULL noise in drivers/netAl Viro24-57/+49
2008-01-28e1000 endianness annotationsAl Viro2-48/+48
2008-01-28e1000e endianness annotationsAl Viro2-47/+47
2008-01-28sungem endianness annotationsAl Viro2-7/+9
2008-01-28sunhme endianness annotationsAl Viro2-28/+33
2008-01-28endianness annotations and fixes for olympicAl Viro2-14/+14
2008-01-28libertas: use spin_is_locked() instead of spin_trylock() in lbs_interrupt()David Woodhouse1-2/+1
2008-01-28libertas: pass channel argument directly to lbs_mesh_config()David Woodhouse5-16/+16
2008-01-28libertas: cope with both old and new mesh TLV valuesDavid Woodhouse3-6/+34
2008-01-28libertas: make lbs_update_channel() function non-staticDavid Woodhouse2-4/+5
2008-01-28libertas: add ethtool support for wake-on-lan configurationDavid Woodhouse6-11/+72
2008-01-28libertas: implement suspend/resume for USB devicesDavid Woodhouse1-5/+11
2008-01-28libertas: implement suspend and resume core methodsDavid Woodhouse2-0/+49
2008-01-28libertas: make worker thread not freezableDavid Woodhouse1-4/+0
2008-01-28libertas: switch lbs_cmd() to take a _pointer_ to the command structureDavid Woodhouse3-15/+14
2008-01-28libertas: add lbs_host_sleep_cfg() command functionDavid Woodhouse5-0/+38
2008-01-28libertas: slight cleanup of netif queue stop/wakeDavid Woodhouse4-25/+20
2008-01-28libertas: add missing newlines in debugging statementsDavid Woodhouse3-10/+10
2008-01-28libertas: be more careful about command responses matching cur_cmdDavid Woodhouse4-17/+26
2008-01-28libertas: add debugging output to lbs_mesh_config()David Woodhouse1-1/+3
2008-01-28libertas: disable mesh temporarily while setting eth channel/assocDavid Woodhouse1-2/+12
2008-01-28libertas: add missing newline on debug messageDavid Woodhouse1-1/+1
2008-01-28libertas: allow setting channel on mshX deviceDavid Woodhouse1-1/+52
2008-01-28libertas: allow get/set SSID on mshX deviceDavid Woodhouse1-2/+50
2008-01-28libertas: whitespace cleanup in host.hDavid Woodhouse1-202/+178
2008-01-28libertas: kill rx_urb_recall and eth_dev members of struct usb_card_recDavid Woodhouse2-13/+2
2008-01-28libertas: kill references to mesh autostartDavid Woodhouse2-75/+0
2008-01-28libertas: add lbs_mesh sysfs attribute for enabling meshDavid Woodhouse8-17/+99
2008-01-28libertas: fix sparse endianness warnings in scan.cDavid Woodhouse1-6/+5
2008-01-28libertas: make some more functions staticDavid Woodhouse3-11/+11
2008-01-28libertas: endianness fixes for get_channel/set_channelDan Williams1-4/+5