First  |  Prev |  Next  |  Last
Pages: 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572
isdn/hisax: Convert pci_table entries to PCI_VDEVICE (if PCI_ANY_ID is used)
From: Peter Huewe <PeterHuewe(a)gmx.de> Date: Thu, 15 Jul 2010 21:07:30 +0200 From: Peter Huewe <peterhuewe(a)gmx.de> This patch converts pci_table entries, where .subvendor=PCI_ANY_ID and .subdevice=PCI_ANY_ID, .class=0 and .class_mask=0, to use the PCI_VDEVICE macro, and thus improves readability. ... 15 Jul 2010 23:05
isdn/hardware/mISDN: Convert pci_table entries to PCI_VDEVICE (if PCI_ANY_ID is used)
From: Peter Huewe <PeterHuewe(a)gmx.de> Date: Thu, 15 Jul 2010 21:02:36 +0200 From: Peter Huewe <peterhuewe(a)gmx.de> This patch converts pci_table entries, where .subvendor=PCI_ANY_ID and .subdevice=PCI_ANY_ID, .class=0 and .class_mask=0, to use the PCI_VDEVICE macro, and thus improves readability. ... 15 Jul 2010 23:05
drivers/net/mlx4: Use %pV, pr_<level>, printk_once
From: Joe Perches <joe(a)perches.com> Date: Sat, 10 Jul 2010 10:22:46 -0700 Remove near duplication of format string constants by using the newly introduced vsprintf extention %pV to reduce text by 20k or so. $ size drivers/net/mlx4/built-in.o* text data bss dec hex filename 16136... 15 Jul 2010 23:05
atm: Convert pci_table entries to PCI_VDEVICE (if PCI_ANY_ID is used)
From: Peter Huewe <PeterHuewe(a)gmx.de> Date: Thu, 15 Jul 2010 20:42:12 +0200 From: Peter Huewe <peterhuewe(a)gmx.de> This patch converts pci_table entries, where .subvendor=PCI_ANY_ID and .subdevice=PCI_ANY_ID, .class=0 and .class_mask=0, to use the PCI_VDEVICE macro, and thus improves readability. ... 15 Jul 2010 23:05
mISDN: Convert pci_table entries to PCI_VDEVICE (if PCI_ANY_ID is used)
From: Peter H�we <PeterHuewe(a)gmx.de> Date: Thu, 15 Jul 2010 21:04:07 +0200 From: Peter Huewe <peterhuewe(a)gmx.de> This patch converts pci_table entries, where .subvendor=PCI_ANY_ID and .subdevice=PCI_ANY_ID, .class=0 and .class_mask=0, to use the PCI_VDEVICE macro, and thus improves readability. ... 15 Jul 2010 23:05
Drivers: net: 8139cp: Fixed 28 style errors, and 119 warnings.
Besides the feedback given by Jeff Garzik, I would like to ask that you please post your patches in a format other than as a binary attachment. Plain text attachments are fine, for example. That way your patch will be properly logged and tracked in patchwork, and be easier for people to reply to and comment u... 15 Jul 2010 22:00
[PATCH 2.6.35-rc1] net-next: fix LRO feature update in vmxnet3
From: Shreyas Bhatewara <sbhatewara(a)vmware.com> Fix LRO feature update. Signed-off-by: Shreyas Bhatewara <sbhatewara(a)vmware.com> --- drivers/net/vmxnet3/vmxnet3_ethtool.c | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/drivers/net/vmxnet3/vmxnet3_ethtool.c b/drivers/net/vm... 15 Jul 2010 22:00
net-next: vmxnet3 fixes [3/5] Initialize link state at probe time
On Wed, 14 Jul 2010, David Miller wrote: From: Shreyas Bhatewara <sbhatewara(a)vmware.com> Date: Tue, 13 Jul 2010 17:48:55 -0700 (PDT) Initialize vmxnet3 link state at probe time This change initializes the state of link at the time when driver is loaded. The ethtool output for 'l... 16 Jul 2010 04:29
net-next: vmxnet3 fixes [1/5] Spare skb to avoid starvation
Reposting this patch with struct vmxnet3_cmd_ring *ring made const according to Stephen's feedback. --- skb_alloc() failure can cause the ring to loose all packet reception. Avoid this by introducing a spare buffer. The spare skb is only used when the ring is "empty" and an skb allocation failure would caus... 15 Jul 2010 22:00
mm: iommu: An API to unify IOMMU, CPU and device memory management
On Thu, Jul 15, 2010 at 4:55 AM, Russell King - ARM Linux <linux(a)arm.linux.org.uk> wrote: On Wed, Jul 14, 2010 at 06:29:58PM -0700, Zach Pfeffer wrote: The VCM ensures that all mappings that map a given physical buffer: IOMMU mappings, CPU mappings and one-to-one device mappings all map that buffer usin... 20 Jul 2010 22:20
First  |  Prev |  Next  |  Last
Pages: 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572