| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | qlge: Fix error exit for probe call. | Ron Mercer | 2009-09-30 | 1 | -5/+5 |
| * | | qlge: Protect reset recovery with rtnl_lock(). | Ron Mercer | 2009-09-30 | 1 | -3/+3 |
| * | | qlge: Fix spin_lock warning. | Ron Mercer | 2009-09-30 | 1 | -2/+0 |
| * | | qlge: Fix out of sync hardware semaphore. | Ron Mercer | 2009-09-30 | 1 | -4/+4 |
| * | | qlge: Fix bad bit definitions. | Ron Mercer | 2009-09-30 | 1 | -9/+9 |
| * | | ixgbe: Remove ATR computation for UDP traffic | Peter P Waskiewicz Jr | 2009-09-30 | 1 | -7/+0 |
| * | | ixgbe patch to provide NIC's tx/rx counters via ethtool | Ben Greear | 2009-09-30 | 2 | -2/+9 |
| * | | ixgbe: Bump driver version number | Peter P Waskiewicz Jr | 2009-09-30 | 1 | -1/+1 |
| * | | ixgbe: Fix backplane flow control autoneg | Peter P Waskiewicz Jr | 2009-09-30 | 3 | -52/+187 |
| * | | ixgbe: Fix disabling of relaxed ordering with Tx DCA | Peter P Waskiewicz Jr | 2009-09-30 | 1 | -3/+20 |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2009-09-30 | 1 | -1/+1 |
|\| | |
|
| * | | net: Make setsockopt() optlen be unsigned. | David S. Miller | 2009-09-30 | 1 | -1/+1 |
| |/ |
|
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2009-09-30 | 18 | -10922/+6720 |
|\| |
|
| * | iwlwifi: fix 3945 ucode info retrieval after failure | Reinette Chatre | 2009-09-28 | 11 | -204/+229 |
| * | iwlwifi: fix memory leak in command queue handling | Reinette Chatre | 2009-09-28 | 1 | -0/+6 |
| * | iwlwifi: fix debugfs buffer handling | Reinette Chatre | 2009-09-28 | 1 | -3/+3 |
| * | e1000: cleanup unused prototype | Don Skidmore | 2009-09-26 | 1 | -1/+0 |
| * | e1000: fix namespacecheck warnings | Jesse Brandeburg | 2009-09-26 | 2 | -15/+1 |
| * | e1000: drop unused functionality for eeprom write/read | Jesse Brandeburg | 2009-09-26 | 2 | -120/+3 |
| * | e1000: updated whitespace and comments | Jesse Brandeburg | 2009-09-26 | 3 | -6229/+6337 |
| * | e1000: drop redunant line of code, cleanup | Jesse Brandeburg | 2009-09-26 | 1 | -8/+4 |
| * | e1000: remove races when changing mtu | Jesse Brandeburg | 2009-09-26 | 1 | -2/+14 |
| * | e1000: two workarounds were incomplete, fix them | Jesse Brandeburg | 2009-09-26 | 1 | -7/+10 |
| * | e1000: fix tx waking queue after queue stopped during shutdown | Jesse Brandeburg | 2009-09-26 | 1 | -6/+9 |
| * | e1000: test link state conclusively | Jesse Brandeburg | 2009-09-26 | 4 | -77/+157 |
| * | e1000: stop timers at appropriate times | Jesse Brandeburg | 2009-09-26 | 1 | -7/+19 |
| * | e1000: use netif_tx_disable | Jesse Brandeburg | 2009-09-26 | 1 | -2/+1 |
| * | e1000: remove unused functions | Jesse Brandeburg | 2009-09-26 | 2 | -174/+2 |
| * | e1000: drop dead pcie code from e1000 | Jesse Brandeburg | 2009-09-26 | 6 | -4335/+193 |
* | | headers: kref.h redux | Alexey Dobriyan | 2009-09-26 | 4 | -4/+0 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2009-09-26 | 3 | -142/+1282 |
|\| |
|
| * | at91_can: Forgotten git 'add' of at91_can.c | David S. Miller | 2009-09-25 | 1 | -0/+1186 |
| * | TI Davinci EMAC: Fix in vector definition for EMAC_VERSION_2 | Sriram | 2009-09-25 | 1 | -1/+8 |
| * | Merge branch 'master' of ssh://master.kernel.org/pub/scm/linux/kernel/git/rus... | David S. Miller | 2009-09-25 | 1 | -141/+88 |
| |\ |
|
| | * | virtio_net: Check for room in the vq before adding buffer | Amit Shah | 2009-09-24 | 1 | -4/+4 |
| | * | virtio_net: avoid (most) NETDEV_TX_BUSY by stopping queue early. | Rusty Russell | 2009-09-24 | 1 | -24/+40 |
| | * | virtio_net: formalize skb_vnet_hdr | Rusty Russell | 2009-09-24 | 1 | -37/+44 |
| | * | virtio_net: don't free buffers in xmit ring | Rusty Russell | 2009-09-24 | 1 | -59/+5 |
| | * | virtio_net: return NETDEV_TX_BUSY instead of queueing an extra skb. | Rusty Russell | 2009-09-24 | 1 | -36/+10 |
| | * | virtio_net: skb_orphan() and nf_reset() in xmit path. | Rusty Russell | 2009-09-24 | 1 | -1/+5 |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2009-09-25 | 57 | -456/+2290 |
|\| | |
|
| * | | 3c59x: Get rid of "Trying to free already-free IRQ" | Anton Vorontsov | 2009-09-24 | 1 | -9/+3 |
| * | | ems_pci: fix size of CAN controllers BAR mapping for CPC-PCI v2 | Sebastian Haas | 2009-09-24 | 1 | -7/+9 |
| * | | Merge branch 'master' of /home/davem/src/GIT/linux-2.6/ | David S. Miller | 2009-09-24 | 43 | -158/+2386 |
| |\ \ |
|
| * \ \ | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | David S. Miller | 2009-09-23 | 31 | -304/+832 |
| |\ \ \ |
|
| | * | | | ath9k: Initialize txgain and rxgain for newer AR9287 chipsets. | Vivek Natarajan | 2009-09-23 | 1 | -2/+2 |
| | * | | | iwlagn: fix panic in iwl{5000,4965}_rx_reply_tx | Stanislaw Gruszka | 2009-09-23 | 2 | -0/+12 |
| | * | | | ath9k: Fix RFKILL bugs | Sujith | 2009-09-23 | 1 | -7/+1 |
| | * | | | drivers/net/wireless: Use usb_endpoint_dir_out | Julia Lawall | 2009-09-23 | 1 | -1/+1 |
| | * | | | wl12xx: fix kconfig/link errors | Randy Dunlap | 2009-09-23 | 1 | -1/+1 |