17 Feb, 2010

1 commit


02 Feb, 2010

1 commit


29 Jan, 2010

1 commit


28 Jan, 2010

1 commit


23 Jan, 2010

1 commit


22 Jan, 2010

1 commit

  • Pages are posted to the rxq in such a way that more than one frag
    can share the page. The last frag that uses the page unmaps the
    page. In the case when a page is not fully used (due to lack of space in rxq)
    the last frag that uses the page is not being set as a "last_page_user";
    instead, the next frag in the rxq is incorrectly being set.

    The fix has also been tested on ppc64 with 64k pages...

    Signed-off-by: Sathya Perla
    Signed-off-by: David S. Miller

    Sathya Perla
     

24 Dec, 2009

3 commits


12 Dec, 2009

1 commit


10 Dec, 2009

1 commit

  • * 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial: (42 commits)
    tree-wide: fix misspelling of "definition" in comments
    reiserfs: fix misspelling of "journaled"
    doc: Fix a typo in slub.txt.
    inotify: remove superfluous return code check
    hdlc: spelling fix in find_pvc() comment
    doc: fix regulator docs cut-and-pasteism
    mtd: Fix comment in Kconfig
    doc: Fix IRQ chip docs
    tree-wide: fix assorted typos all over the place
    drivers/ata/libata-sff.c: comment spelling fixes
    fix typos/grammos in Documentation/edac.txt
    sysctl: add missing comments
    fs/debugfs/inode.c: fix comment typos
    sgivwfb: Make use of ARRAY_SIZE.
    sky2: fix sky2_link_down copy/paste comment error
    tree-wide: fix typos "couter" -> "counter"
    tree-wide: fix typos "offest" -> "offset"
    fix kerneldoc for set_irq_msi()
    spidev: fix double "of of" in comment
    comment typo fix: sybsystem -> subsystem
    ...

    Linus Torvalds
     

08 Dec, 2009

1 commit


04 Dec, 2009

6 commits


03 Dec, 2009

1 commit

  • Due to the fact that skb_dma_map/unmap do not work correctly when a HW
    IOMMU is enabled it has been recommended to go about removing the calls
    from the network device drivers.

    Signed-off-by: Alexander Duyck
    Signed-off-by: Jeff Kirsher
    CC: Eilon Greenstein
    Signed-off-by: David S. Miller

    Alexander Duyck
     

02 Dec, 2009

6 commits


24 Nov, 2009

5 commits


21 Nov, 2009

1 commit


09 Nov, 2009

1 commit


07 Nov, 2009

2 commits

  • Sending config commands to be2 hardware before netdev_register is
    completed, is sometimes causing the async link notification to arrive
    even before the driver is ready to handle it. The commands for vlan
    config and flow control settings can infact wait till be_open.
    This patch takes care of that.

    Signed-off-by: Ajit Khaparde
    Signed-off-by: David S. Miller

    Ajit Khaparde
     
  • If be2 goes into suspend after a user changes the flow control settings,
    we are not programming them back after resume. This patch takes care of it.
    We now get the flow control settings before going to suspend mode and
    then apply them during resume.

    Signed-off-by: Ajit Khaparde
    Signed-off-by: David S. Miller

    Ajit Khaparde
     

06 Nov, 2009

2 commits


29 Oct, 2009

1 commit


28 Oct, 2009

1 commit


27 Oct, 2009

1 commit


17 Oct, 2009

1 commit