Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge commit 'origin/master' | Benjamin Herrenschmidt | 2008-07-22 | 390 | -53170/+73475 |
|\ | |||||
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2008-07-21 | 5 | -8/+2 |
| |\ | |||||
| | * | hdlcdrv: Fix CRC calculation. | Micah Dowty | 2008-07-21 | 1 | -0/+1 |
| | * | sunhme: Remove stop/wake TX queue calls in set-multicast-list handler. | David S. Miller | 2008-07-21 | 1 | -4/+0 |
| | * | ucc_geth: do not touch net queue in adjust_link phylib callback | Anton Vorontsov | 2008-07-21 | 1 | -1/+0 |
| | * | gianfar: do not touch net queue in adjust_link phylib callback | Anton Vorontsov | 2008-07-21 | 1 | -1/+0 |
| | * | atl1: Do not wake queue before queue has been started. | David S. Miller | 2008-07-21 | 1 | -2/+1 |
| * | | Merge branch 'linus' into xen-64bit | Ingo Molnar | 2008-07-21 | 387 | -53165/+73463 |
| |\ \ | | |/ | |||||
| | * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2008-07-20 | 379 | -53115/+73427 |
| | |\ | |||||
| | | * | bnx2: Update version to 1.7.9. | Benjamin Li | 2008-07-18 | 1 | -2/+2 |
| | | * | bnx2: Fix Sparse warnings | Benjamin Li | 2008-07-18 | 1 | -2/+0 |
| | | * | bnx2: Add TX multiqueue support. | Benjamin Li | 2008-07-18 | 2 | -18/+38 |
| | | * | bnx2: Update TPAT firmware | Benjamin Li | 2008-07-18 | 1 | -233/+233 |
| | | * | e1000: resolve tx multiqueue bug | Ben Hutchings | 2008-07-18 | 1 | -0/+2 |
| | | * | igb/ixgbe/e1000e: resolve tx multiqueue bug | Jeff Kirsher | 2008-07-18 | 3 | -4/+10 |
| | | * | Revert "remove the strip driver" | David S. Miller | 2008-07-18 | 3 | -0/+2829 |
| | | * | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds... | David S. Miller | 2008-07-18 | 53 | -3826/+492 |
| | | |\ | |||||
| | | * | | pkt_sched: Kill netdev_queue lock. | David S. Miller | 2008-07-17 | 1 | -20/+0 |
| | | * | | niu: Add TX multiqueue support. | David S. Miller | 2008-07-17 | 1 | -20/+25 |
| | | * | | netdev: Convert all drivers away from netif_schedule(). | David S. Miller | 2008-07-17 | 9 | -11/+11 |
| | | * | | netdev: netdev_priv() can now be sane again. | David S. Miller | 2008-07-17 | 1 | -4/+4 |
| | | * | | net: Use queue aware tests throughout. | David S. Miller | 2008-07-17 | 5 | -73/+39 |
| | | * | | netdev: Kill NETIF_F_MULTI_QUEUE. | David S. Miller | 2008-07-17 | 4 | -7/+0 |
| | | * | | netdev: Allocate multiple queues for TX. | David S. Miller | 2008-07-17 | 5 | -11/+25 |
| | | * | | igb: Kill CONFIG_NETDEVICES_MULTIQUEUE references, no longer exists. | David S. Miller | 2008-07-17 | 2 | -53/+0 |
| | | * | | netdrv intel: always enable VLAN filtering except in promiscous mode | Patrick McHardy | 2008-07-16 | 5 | -36/+5 |
| | | * | | netdrv intel: disable VLAN filtering in promiscous mode | Patrick McHardy | 2008-07-16 | 5 | -27/+57 |
| | | * | | wireless: fix warnings from QoS patch | Johannes Berg | 2008-07-15 | 2 | -44/+8 |
| | | * | | netdev: Do not use TX lock to protect address lists. | David S. Miller | 2008-07-15 | 3 | -24/+12 |
| | | * | | netdev: Add netdev->addr_list_lock protection. | David S. Miller | 2008-07-15 | 7 | -0/+36 |
| | | * | | bnx2: Update version to 1.7.8. | Michael Chan | 2008-07-14 | 1 | -2/+2 |
| | | * | | bnx2: Support secondary MAC addresses. | Benjamin Li | 2008-07-14 | 2 | -8/+32 |
| | | * | | bnx2: Allow flexible VLAN tag settings. | Michael Chan | 2008-07-14 | 2 | -17/+33 |
| | | * | | bnx2: Add ack parameter to bnx2_fw_sync(). | Michael Chan | 2008-07-14 | 1 | -7/+11 |
| | | * | | bnx2: Add PCI ID for 5716. | Michael Chan | 2008-07-14 | 1 | -1/+5 |
| | | * | | bnx2: Prevent ethtool -s from crashing when device is down. | Michael Chan | 2008-07-14 | 1 | -1/+12 |
| | | * | | Merge branch 'davem-next' of master.kernel.org:/pub/scm/linux/kernel/git/jgar... | David S. Miller | 2008-07-14 | 42 | -2692/+1738 |
| | | |\ \ | |||||
| | | | * | | SAA9730: Remove driver | Ralf Baechle | 2008-07-11 | 4 | -1533/+0 |
| | | | * | | Fix missing exports for net/phy/mdio-bitbang.c | Takashi Iwai | 2008-07-11 | 1 | -0/+2 |
| | | | * | | cxgb3 - Add iscsi support | Karen Xie | 2008-07-11 | 5 | -8/+59 |
| | | | * | | virtio_net: Set VIRTIO_NET_F_GUEST_CSUM feature | Mark McLoughlin | 2008-07-11 | 1 | -1/+2 |
| | | | * | | igb: Improve multiqueue AIM support | Alexander Duyck | 2008-07-11 | 3 | -81/+113 |
| | | | * | | igb: unused variable warning in igb remove | Alexander Duyck | 2008-07-11 | 1 | -0/+2 |
| | | | * | | igb: update suspend resume | Alexander Duyck | 2008-07-11 | 1 | -17/+29 |
| | | | * | | igb: add support for in kernel LRO | Alexander Duyck | 2008-07-11 | 5 | -9/+147 |
| | | | * | | igb: add page recycling support | Alexander Duyck | 2008-07-11 | 2 | -79/+63 |
| | | | * | | igb: Add support for quad port WOL and feature flags | Alexander Duyck | 2008-07-11 | 3 | -36/+81 |
| | | | * | | igb: add 82576 MAC support | Alexander Duyck | 2008-07-11 | 9 | -86/+476 |
| | | | * | | igb: Increment driver version | Auke Kok | 2008-07-11 | 1 | -1/+1 |
| | | | * | | igb: reenable CRC stripping in hardware | Auke Kok | 2008-07-11 | 1 | -4/+5 |