summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2007-07-31[NET]: ethtool_perm_addr only has one implementationMatthew Wilcox24-24/+0
2007-07-31[NET]: ethtool ops are the only wayMatthew Wilcox1-42/+10
2007-07-31[PPPOE]: Improve hashing function in hash_item().Florian Zumbiehl1-10/+15
2007-07-31[PPPOL2TP]: Add CONFIG_INET Kconfig dependency.James Chapman1-1/+1
2007-07-31[PPPoE]: move lock_sock() in pppoe_sendmsg() to the right locationFlorian Zumbiehl1-2/+1
2007-07-31[PPPoX/E]: return ENOTTY on unknown ioctl requestsFlorian Zumbiehl2-11/+9
2007-07-31[NET] loopback: Panic if registration failsHerbert Xu1-1/+6
2007-07-31[NET_DMA]: remove unused dma_memcpy_to_kernel_iovecShannon Nelson1-27/+0
2007-07-30Merge master.kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6.23Linus Torvalds3-57/+19
2007-07-30Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds11-441/+278
2007-07-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds15-98/+101
2007-07-30Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds3-5/+3
2007-07-30Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds18-712/+575
2007-07-30driver core: revert "device" link creation checkCornelia Huck1-2/+1
2007-07-30kernel-doc fixes for PCI and drivers/base/Randy Dunlap2-1/+2
2007-07-30kobject: put kobject_actions in kobject.hGreg Kroah-Hartman1-2/+0
2007-07-30USB: "sparse" cleanups for usb gadgetsDavid Brownell6-8/+11
2007-07-30usb-serial: Fix edgeport regression on non-EPiC devicesAdam Kropelin1-11/+8
2007-07-30USB: more pxa2xx_udc dead code removalDavid Brownell1-30/+0
2007-07-30USB: NIKON D50 is an unusual deviceMilinevsky Dmitry1-0/+7
2007-07-30USB: drivers/usb/serial/sierra.c: make 3 functions staticAdrian Bunk1-3/+4
2007-07-30USB: fix BUG: sleeping function called from invalid context at /home/jeremy/h...Oliver Neukum1-9/+8
2007-07-30USB: mct_u232: Convert to proper speed handling APIAlan Cox2-28/+28
2007-07-30digi_acceleport: Drag the driver kicking and screaming into coding styleAlan Cox1-560/+410
2007-07-30cp2101: Remove broken termios optimisation, use proper speed APIAlan Cox1-42/+27
2007-07-30USB: Fix a bug in usb_start_wait_urbAlan Stern1-10/+16
2007-07-30USB: fix scatterlist PIO case (IOMMU)David Brownell1-4/+11
2007-07-30USB: fix usb_serial_suspend(): buggy codeOliver Neukum1-7/+8
2007-07-30USB: yet another quirky deviceOliver Neukum1-0/+2
2007-07-30USB: Add CanonScan LiDE30 to the quirk listJohann Felix Soden1-0/+2
2007-07-30USB: even more quirksOliver Neukum1-0/+8
2007-07-30USB: more quirky devicesOliver Neukum1-0/+10
2007-07-30USB: Don't let usb-storage steal Blackberry PearlJeremy Katz1-0/+14
2007-07-30USB: devices misc: Trivial patch to build the IOWARRIOR when it is selected i...Juergen Beisert1-0/+1
2007-07-30IB/ipath: Workaround problem of errormask register being overwrittenDave Olson4-29/+66
2007-07-30IB/ipath: Fix some issues with buffer cancel and sendctrl register updateDave Olson4-9/+12
2007-07-30IB/ipath: Use faster put_tid_2 routine after initializationDave Olson1-7/+13
2007-07-30IB/ipath: Remove unsafe fastrcvint code from interrupt handlerDave Olson2-34/+1
2007-07-30Fix a potential NULL pointer dereference in mace_interrupt() in drivers/net/p...Micah Gruber1-1/+3
2007-07-30PATCH kernel 2.6.22] PCMCIA-NETDEV : modify smc91c92_cs.c to become SMP safeKomuro1-6/+17
2007-07-30S2io: Increment received packet count correctlyRamkrishna Vepa1-1/+2
2007-07-30S2io: Fix crash when resetting adapterRamkrishna Vepa1-15/+0
2007-07-30S2io: Mask spurious interruptsRamkrishna Vepa1-3/+2
2007-07-30S2IO: Implementing review comments from old patchesVeena Parat1-5/+5
2007-07-30S2IO: Checking for the return value of pci map functionVeena Parat2-3/+79
2007-07-30S2IO: Removing MSI support from driverVeena Parat2-151/+10
2007-07-30S2IO: Removing 3 buffer mode support from the driverVeena Parat2-217/+73
2007-07-30netxen: drop redudant spinlockDhananjay Phadke1-4/+0
2007-07-30netxen: Fix interrupt handling for multiport adaptersdhananjay@netxen.com1-17/+19
2007-07-30netxen: re-init station address after h/w initdhananjay@netxen.com1-2/+2