| Commit message (Expand) | Author | Age | Files | Lines |
* | ixgbe: fix several counter register errata | Ayyappan Veeraiyan | 2008-02-05 | 1 | -22/+31 |
* | ixgbe: properly return CHECKSUM_NONE, cleanup csum code | Ayyappan Veeraiyan | 2008-02-05 | 1 | -7/+22 |
* | ixgbe: Fix FW init/release, make this code a function | Ayyappan Veeraiyan | 2008-02-05 | 1 | -10/+28 |
* | ixgbe: Fix pause code for ethtool | Ayyappan Veeraiyan | 2008-02-05 | 1 | -5/+5 |
* | ixbge: Make ethtool code account for media types | Ayyappan Veeraiyan | 2008-02-05 | 1 | -16/+36 |
* | ixbge: remove TX lock and redo TX accounting. | Ayyappan Veeraiyan | 2008-02-05 | 2 | -36/+76 |
* | ixgbe: remove obsolete irq_sem, add driver state checking code | Ayyappan Veeraiyan | 2008-02-05 | 3 | -42/+49 |
* | xircom_cb should return NETDEV_TX_BUSY when no descriptors available | Erik Mouw | 2008-02-05 | 1 | -1/+1 |
* | drivers/net/tlan.c: compilation warning fix | Leonardo Potenza | 2008-02-05 | 1 | -7/+18 |
* | mv643xx_eth: fix byte order when checksum offload is enabled | Byron Bradley | 2008-02-05 | 1 | -3/+8 |
* | sky2: fix for Yukon FE (regression in 2.6.25) | Stephen Hemminger | 2008-02-05 | 2 | -11/+8 |
* | iSeries: fix section mismatch in iseries_veth | Stephen Rothwell | 2008-02-05 | 1 | -1/+1 |
* | Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-arm | Linus Torvalds | 2008-02-04 | 4 | -132/+8 |
|\ |
|
| *-. | Merge branches 'at91', 'ixp', 'master', 'misc', 'pxa' and 'realview' into devel | Russell King | 2008-02-04 | 2 | -3/+7 |
| |\ \ |
|
| | | * | [ARM] 4810/1: - Fix 'section mismatch' building warnings | Kristoffer Ericson | 2008-02-04 | 1 | -1/+1 |
| | | * | [ARM] 21285 serial: fix build error | Russell King | 2008-02-04 | 1 | -2/+6 |
| | |/ |
|
| * | | [ARM] 4660/3: at91: allow selecting UART for early kernel messages | Guennadi Liakhovetski | 2008-02-04 | 2 | -129/+1 |
| |/ |
|
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linus | Linus Torvalds | 2008-02-04 | 13 | -243/+1055 |
|\ \ |
|
| * | | virtio: balloon driver | Rusty Russell | 2008-02-04 | 3 | -0/+295 |
| * | | virtio: Use PCI revision field to indicate virtio PCI ABI version | Anthony Liguori | 2008-02-04 | 1 | -0/+6 |
| * | | virtio: PCI device | Anthony Liguori | 2008-02-04 | 3 | -0/+458 |
| * | | virtio_blk: implement naming for vda-vdz,vdaa-vdzz,vdaaa-vdzzz | Christian Borntraeger | 2008-02-04 | 1 | -7/+22 |
| * | | virtio_blk: Dont waste major numbers | Christian Borntraeger | 2008-02-04 | 1 | -12/+16 |
| * | | virtio_blk: provide getgeo | Christian Borntraeger | 2008-02-04 | 1 | -2/+13 |
| * | | virtio_net: parametrize the napi_weight for virtio receive queue. | Dor Laor | 2008-02-04 | 1 | -1/+4 |
| * | | virtio: free transmit skbs when notified, not on next xmit. | Rusty Russell | 2008-02-04 | 1 | -6/+19 |
| * | | virtio: flush buffers on open | Rusty Russell | 2008-02-04 | 1 | -0/+7 |
| * | | virtnet: remove double ether_setup | Christian Borntraeger | 2008-02-04 | 1 | -1/+0 |
| * | | virtio: Allow virtio to be modular and used by modules | Rusty Russell | 2008-02-04 | 3 | -2/+14 |
| * | | virtio: Use the sg_phys convenience function. | Rusty Russell | 2008-02-04 | 1 | -4/+2 |
| * | | virtio: Put the virtio under the virtualization menu | Anthony Liguori | 2008-02-04 | 3 | -4/+4 |
| * | | virtio: handle interrupts after callbacks turned off | Rusty Russell | 2008-02-04 | 1 | -0/+7 |
| * | | virtio: reset function | Rusty Russell | 2008-02-04 | 5 | -17/+31 |
| * | | virtio: populate network rings in the probe routine, not open | Rusty Russell | 2008-02-04 | 1 | -19/+25 |
| * | | virtio: Tweak virtio_net defines | Rusty Russell | 2008-02-04 | 1 | -16/+16 |
| * | | virtio: Net header needs hdr_len | Rusty Russell | 2008-02-04 | 1 | -1/+2 |
| * | | virtio: clarify NO_NOTIFY flag usage | Rusty Russell | 2008-02-04 | 1 | -0/+2 |
| * | | virtio: explicit enable_cb/disable_cb rather than callback return. | Rusty Russell | 2008-02-04 | 4 | -15/+26 |
| * | | virtio: simplify config mechanism. | Rusty Russell | 2008-02-04 | 5 | -141/+100 |
| * | | virtio: Implement skb_partial_csum_set, for setting partial csums on untruste... | Rusty Russell | 2008-02-04 | 1 | -10/+1 |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial | Linus Torvalds | 2008-02-04 | 116 | -171/+166 |
|\ \ \ |
|
| * | | | drivers/watchdog/: Spelling fixes | Joe Perches | 2008-02-03 | 1 | -1/+1 |
| * | | | drivers/video/: Spelling fixes | Joe Perches | 2008-02-03 | 5 | -5/+5 |
| * | | | drivers/ssb/: Spelling fixes | Joe Perches | 2008-02-03 | 1 | -1/+1 |
| * | | | drivers/serial/: Spelling fixes | Joe Perches | 2008-02-03 | 1 | -1/+1 |
| * | | | drivers/scsi/: Spelling fixes | Joe Perches | 2008-02-03 | 16 | -21/+21 |
| * | | | drivers/pcmcia/: Spelling fixes | Joe Perches | 2008-02-03 | 2 | -2/+2 |
| * | | | drivers/parisc/: Spelling fixes | Joe Perches | 2008-02-03 | 2 | -3/+3 |
| * | | | drivers/nubus/: Spelling fixes | Joe Perches | 2008-02-03 | 1 | -1/+1 |
| * | | | drivers/mtd/: Spelling fixes | Joe Perches | 2008-02-03 | 8 | -10/+10 |