| Commit message (Expand) | Author | Age | Files | Lines |
* | [VLAN]: Avoid a 4-order allocation. | Dan Aloni | 2007-03-02 | 1 | -3/+1 |
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6 | Linus Torvalds | 2007-02-07 | 1 | -2/+1 |
|\ |
|
| * | MSI: Replace pci_msi_quirk with calls to pci_no_msi() | Michael Ellerman | 2007-02-07 | 1 | -2/+1 |
* | | remove one remaining "#define BCM_TSO 1" | Adrian Bunk | 2007-02-05 | 1 | -1/+0 |
* | | remove NETIF_F_TSO ifdefery | Arjan van de Ven | 2007-02-05 | 1 | -10/+2 |
|/ |
|
* | [BNX2]: PHY workaround for 5709 A0. | Michael Chan | 2007-02-02 | 1 | -2/+12 |
* | [BNX2]: Fix 2nd port's MAC address. | Michael Chan | 2007-01-25 | 1 | -5/+7 |
* | [BNX2]: Update version and reldate. | Michael Chan | 2007-01-09 | 1 | -2/+2 |
* | [BNX2]: Fix bug in bnx2_nvram_write(). | Michael Chan | 2007-01-09 | 1 | -11/+9 |
* | [BNX2]: Fix 5709 Serdes detection. | Michael Chan | 2007-01-09 | 1 | -4/+41 |
* | [BNX2]: Don't apply CRC PHY workaround to 5709. | Michael Chan | 2007-01-09 | 1 | -3/+3 |
* | [BNX2]: Fix minor loopback problem. | Michael Chan | 2006-12-17 | 1 | -3/+3 |
* | [BNX2]: Fix bug in bnx2_nvram_write(). | Michael Chan | 2006-12-17 | 1 | -2/+2 |
* | [BNX2]: Fix panic in bnx2_tx_int(). | Michael Chan | 2006-12-17 | 1 | -3/+10 |
* | [BNX2]: Add an error check. | Adrian Bunk | 2006-12-08 | 1 | -1/+1 |
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval... | David Howells | 2006-12-05 | 1 | -301/+388 |
|\ |
|
| * | [BNX2]: Update version and rel date. | Michael Chan | 2006-12-02 | 1 | -2/+2 |
| * | [BNX2]: Add 5709 PCI ID. | Michael Chan | 2006-12-02 | 1 | -2/+11 |
| * | [BNX2]: Download 5709 firmware. | Michael Chan | 2006-12-02 | 1 | -4/+38 |
| * | [BNX2]: Add 5709 reset and runtime code. | Michael Chan | 2006-12-02 | 1 | -24/+37 |
| * | [BNX2]: Add 5709 init code. | Michael Chan | 2006-12-02 | 1 | -37/+130 |
| * | [BNX2]: Re-organize firmware structures. | Michael Chan | 2006-12-02 | 1 | -139/+25 |
| * | [BNX2]: Remove udelay() in copper PHY code. | Michael Chan | 2006-12-02 | 1 | -7/+6 |
| * | [BNX2]: Add 5708S parallel detection. | Michael Chan | 2006-12-02 | 1 | -21/+56 |
| * | [BNX2]: Add bnx2_5706_serdes_timer(). | Michael Chan | 2006-12-02 | 1 | -56/+55 |
| * | [BNX2]: Improve SerDes handling. | Michael Chan | 2006-12-02 | 1 | -21/+39 |
| * | [BNX2]: Fix Xen problem. | Michael Chan | 2006-12-02 | 1 | -1/+2 |
* | | WorkStruct: make allyesconfig | David Howells | 2006-11-22 | 1 | -3/+3 |
|/ |
|
* | IRQ: Maintain regs pointer globally rather than passing to IRQ handlers | David Howells | 2006-10-05 | 1 | -3/+3 |
* | [BNX2]: Disable MSI on 5706 if AMD 8132 bridge is present. | Michael Chan | 2006-09-29 | 1 | -2/+30 |
* | Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/... | Linus Torvalds | 2006-09-24 | 1 | -83/+83 |
|\ |
|
| * | drivers/net: const-ify ethtool_ops declarations | Jeff Garzik | 2006-09-13 | 1 | -1/+1 |
| * | drivers/net: Trim trailing whitespace | Jeff Garzik | 2006-09-13 | 1 | -81/+81 |
| * | drivers/net: Remove deprecated use of pci_module_init() | Jeff Garzik | 2006-08-19 | 1 | -1/+1 |
* | | [NET]: Replace CHECKSUM_HW by CHECKSUM_PARTIAL/CHECKSUM_COMPLETE | Patrick McHardy | 2006-09-22 | 1 | -1/+1 |
|/ |
|
* | [BNX2]: Convert to netdev_alloc_skb() | Michael Chan | 2006-08-17 | 1 | -8/+6 |
* | [BNX2]: Fix tx race condition. | Michael Chan | 2006-08-17 | 1 | -16/+19 |
* | [NET] gso: Add skb_is_gso | Herbert Xu | 2006-07-08 | 1 | -1/+1 |
* | [netdrvr] use dev_xxx() printk helpers, rather than dev_printk(KERN_xxx, ... | Jeff Garzik | 2006-07-05 | 1 | -18/+11 |
* | [netdrvr] Use dev_printk() when ethernet interface isn't available | Jeff Garzik | 2006-07-05 | 1 | -15/+22 |
* | [PATCH] irq-flags: drivers/net: Use the new IRQF_ constants | Thomas Gleixner | 2006-07-02 | 1 | -3/+3 |
* | Remove obsolete #include <linux/config.h> | Jörn Engel | 2006-06-30 | 1 | -1/+0 |
* | [BNX2]: Turn off link during shutdown | Michael Chan | 2006-06-29 | 1 | -4/+4 |
* | [BNX2]: Use dev_kfree_skb() instead of the _irq version | Michael Chan | 2006-06-29 | 1 | -5/+5 |
* | [BNX2]: Add NETIF_F_TSO_ECN | Michael Chan | 2006-06-29 | 1 | -2/+12 |
* | [NET]: Merge TSO/UFO fields in sk_buff | Herbert Xu | 2006-06-23 | 1 | -2/+2 |
* | [BNX2]: Update version and reldate | Michael Chan | 2006-06-17 | 1 | -2/+2 |
* | [BNX2]: Use CPU native page size | Michael Chan | 2006-06-17 | 1 | -0/+1 |
* | [BNX2]: Add firmware decompression | Michael Chan | 2006-06-17 | 1 | -12/+147 |
* | [BNX2]: Allow WoL settings on new 5708 chips | Michael Chan | 2006-06-17 | 1 | -1/+3 |