summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2008-04-25e1000e: cleanup several stats issuesBruce Allan7-86/+122
2008-04-25S2io: Removed rx_lock and put_lockSreenivasa Honnur2-35/+2
2008-04-25S2io: Removed receive buffer replenishment taskletSreenivasa Honnur2-92/+4
2008-04-25S2io: Version update for memory leak fix during free_tx_buffersSreenivasa Honnur1-1/+1
2008-04-25S2io: Fix memory leak during free_tx_buffersSreenivasa Honnur1-1/+1
2008-04-25ucc_geth: Fix sneaky merge conflict regarding bus_idAndy Fleming1-1/+1
2008-04-24tun: Multicast handling in tun_chr_ioctl() needs proper locking.David S. Miller1-0/+10
2008-04-23Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/linville...David S. Miller9-22/+87
2008-04-23iwlwifi: Fix built-in compilation of iwlcore (part 2)Zhu Yi1-2/+1
2008-04-23tun: Fix minor race in TUNSETLINK ioctl handling.David S. Miller1-2/+9
2008-04-23ppp_generic: use stats from net_device structurePaulius Zaleckas1-29/+19
2008-04-23iwlwifi: Don't unlock priv->mutex if it isn't lockedRoland Dreier2-2/+0
2008-04-23wireless: rndis_wlan: modparam_workaround_interval is never below 0.Roel Kluin1-2/+3
2008-04-23prism54: prism54_get_encode() test below 0 on unsigned indexRoel Kluin1-1/+1
2008-04-23b43: Workaround DMA quirksMichael Buesch1-8/+39
2008-04-23ath5k: Fix radio identification on AR5424/2424Nick Kossifidis1-4/+10
2008-04-23ssb: Fix all-ones boardflagsLarry Finger1-0/+5
2008-04-23b43: Add more btcoexist workaroundsMichael Buesch1-4/+9
2008-04-23b43: Fix HostFlags data typesMichael Buesch2-3/+4
2008-04-23b43: Workaround invalid bluetooth settingsMichael Buesch1-2/+20
2008-04-23iwlwifi: Fix built-in compilation of iwlcoreTomas Winkler1-1/+1
2008-04-23rt2x00: Select LEDS_CLASS.David S. Miller1-5/+10
2008-04-23iwlwifi: Select LEDS_CLASS.David S. Miller1-2/+6
2008-04-23leds: Do not guard NEW_LEDS with HAS_IOMEMDavid S. Miller1-1/+0
2008-04-21hamradio: Remove unneeded and deprecated cli()/sti() calls in dmascc.cMark Asselstine1-3/+0
2008-04-19hci_usb: remove code obfuscationPavel Machek2-10/+5
2008-04-19drivers/net/appletalk: use time_before, time_before_eq, etcJulia Lawall1-1/+2
2008-04-19drivers/atm: use time_before, time_before_eq, etcJulia Lawall1-3/+4
2008-04-19hci_usb: do not initialize static variables to 0Pavel Machek1-7/+7
2008-04-19tg3: 5701 DMA corruption fixMatt Carlson2-4/+49
2008-04-19atm nicstar: Removal of debug code containing deprecated calls to cli()/sti()Mark Asselstine2-110/+19
2008-04-19iwlwifi: Fix unconditional access to station->tidp[].agg.David S. Miller1-6/+12
2008-04-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.26Linus Torvalds424-103368/+55862
2008-04-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds119-4338/+4687
2008-04-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/iee...Linus Torvalds23-466/+855
2008-04-18libata: fix boot panic with SATAPI devices on non-SFF HBAsJames Bottomley1-1/+2
2008-04-18[SCSI] iscsi: bidi support for iscsi_tcpBoaz Harrosh1-14/+17
2008-04-18[SCSI] iscsi: bidi support at the generic libiscsi levelBoaz Harrosh1-15/+70
2008-04-18[SCSI] iscsi: extended cdb supportBoaz Harrosh1-5/+50
2008-04-18[SCSI] zfcp: Fix error handling for blocked unit for send FCP commandChristof Schmitt1-1/+1
2008-04-18[SCSI] zfcp: Remove zfcp_erp_wait from slave destory handler to fix deadlockChristof Schmitt1-1/+0
2008-04-18[SCSI] zfcp: fix 31 bit compile warningsMartin Peschke11-213/+211
2008-04-18firewire: cleanupsAdrian Bunk4-18/+6
2008-04-18firewire: fix synchronization of gap countsStefan Richter2-8/+7
2008-04-18firewire: wait until PHY configuration packet was transmitted (fix bus reset ...Stefan Richter1-26/+25
2008-04-18firewire: remove unused struct memberStefan Richter2-3/+1
2008-04-18firewire: use bitwise and to get reg in handle_registersJarod Wilson1-1/+1
2008-04-18firewire: replace more hex values with defined csr constantsJarod Wilson2-4/+7
2008-04-18firewire: reread config ROM when device reset the busStefan Richter7-47/+223
2008-04-18firewire: replace static ROM cache by allocated cacheStefan Richter1-14/+27