summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* ixgbe: Fix receive on real device when VLANs are configuredLucy Liu2009-08-141-2/+2
* ixgbe: Do not return 0 in ixgbe_fcoe_ddp() upon FCP_RSP in DDP completionYi Zou2009-08-141-1/+1
* netxen: free napi resources during detachDhananjay Phadke2009-08-142-15/+24
* netxen: remove netxen workqueueAmit Kumar Salecha2009-08-142-29/+42
* ixgbe: fix issues setting rx-usecs with legacy interruptsDon Skidmore2009-08-141-8/+19
* can: fix oops caused by wrong rtnl newlink usageOliver Hartkopp2009-08-141-0/+7
* 8139cp: balance dma_map_single vs dma_unmap_single pairFrancois Romieu2009-08-131-3/+2
* Revert "libertas: Read buffer overflow"David S. Miller2009-08-131-8/+10
* ar9170: fix read & write outside array boundsDan Carpenter2009-08-101-2/+3
* ar9170usb: fix spurious firmware related messageChristian Lamparter2009-08-101-1/+5
* mlx4_en: Fix read buffer overflow in mlx4_en_complete_rx_desc()roel kluin2009-08-101-2/+3
* zorro8390: Fix read buffer overflow in zorro8390_init_one()roel kluin2009-08-101-0/+3
* pcnet32: Read buffer overflowroel kluin2009-08-101-1/+1
* gianfar: keep vlan related state when restartYong Zhang2009-08-101-2/+10
* e1000e: fix potential NVM corruption on ICH9 with 8K bank sizeBruce Allan2009-08-101-38/+12
* e1000e: fix acquisition of SW/FW/HW semaphore for ICHx partsBruce Allan2009-08-101-13/+31
* ixgbe: Disable packet split only on FCoE queues in 82599Yi Zou2009-08-102-16/+19
* ixgbe: Pass rx_ring directly in ixgbe_configure_srrctl()Yi Zou2009-08-101-40/+15
* tun: Extend RTNL lock coverage over whole ioctlHerbert Xu2009-08-101-31/+19
* fec: fix FEC driver packet transmission breakageGreg Ungerer2009-08-101-4/+5
* atlx: strncpy does not null terminate stringRoel Kluin2009-08-102-8/+8
* irda: fix read buffer overflowRoel Kluin2009-08-101-1/+1
* Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller2009-08-10694-12298/+23374
|\
| * Merge branch 'for-linus' of git://git.infradead.org/ubi-2.6Linus Torvalds2009-08-092-1/+13
| |\
| | * UBI: compatible fallback in absense of sequence numbersAdrian Hunter2009-07-241-1/+12
| | * UBI: fix double free on error pathAdrian Hunter2009-07-241-0/+1
| * | drm/i915: silence vblank warningsFrans Pop2009-08-091-2/+2
| * | drm: silence pointless vblank warning.Paul Rolland2009-08-091-1/+1
| * | drm: When adding probed modes, preserve duplicate mode typesKeith Packard2009-08-091-0/+2
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds2009-08-0812-18/+53
| |\ \
| | * | USB: fix oops on disconnect in cdc-acmOliver Neukum2009-08-082-5/+7
| | * | USB: storage: include Prolific Technology USB drive in unusual_devs listRogerio Brito2009-08-081-0/+7
| | * | USB: ftdi_sio: add product_id for Marvell OpenRD Base, ClientDhaval Vasa2009-08-082-0/+9
| | * | USB: ftdi_sio: add vendor and product id for Bayer glucose meter serial conve...Marko Hänninen2009-08-082-0/+8
| | * | USB: EHCI: fix counting of transaction error retriesAlan Stern2009-08-082-5/+5
| | * | USB: EHCI: fix two new bugs related to Clear-TT-BufferAlan Stern2009-08-082-4/+5
| | * | USB: usbfs: fix -ENOENT error code to be -ENODEVAlan Stern2009-08-081-1/+1
| | * | USB: musb: fix the nop registration for OMAP3EVMGupta, Ajay Kumar2009-08-081-0/+1
| | * | USB: devio: Properly do access_ok() checksMichael Buesch2009-08-081-3/+5
| | * | USB: pl2303: New vendor and product idKhanh-Dang Nguyen Thu Lam2009-08-082-0/+5
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-2.6Linus Torvalds2009-08-0812-58/+80
| |\ \ \
| | * | | Staging: rspiusb: Fix buffer overflowRoel Kluin2009-08-081-0/+2
| | * | | staging: add dependencies on PCI for drivers that require itJeff Mahoney2009-08-082-0/+2
| | * | | Staging: rtl8192su: fix build errorGreg Kroah-Hartman2009-08-084-4/+5
| | * | | Staging: rt2870: Revert d44ca7 Removal of kernel_thread() APIMike Galbraith2009-08-085-54/+68
| | * | | Staging: rt2870: Add USB ID for Linksys, Planex Communications, BelkinJakob Gruber2009-08-081-0/+3
| | |/ /
| * | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/anh...Linus Torvalds2009-08-0817-513/+1221
| |\ \ \ | | |/ / | |/| |
| | * | drm/i915: Fix read outside array bounds in restoring the SWF10 range.Roel Kluin2009-08-051-1/+1
| | * | drm/i915: Use our own workqueue to avoid wedging the system along with the GPU.Eric Anholt2009-08-054-6/+19
| | * | drm/i915: Add support for dual-channel LVDS on 8xx.ling.ma@intel.com2009-07-301-1/+1