| Commit message (Expand) | Author | Age |
* | [SK_BUFF]: Introduce tcp_hdr(), remove skb->h.th | Arnaldo Carvalho de Melo | 2007-04-26 |
* | [TCP]: Introduce tcp_hdrlen() and tcp_optlen() | Arnaldo Carvalho de Melo | 2007-04-26 |
* | [SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iph | Arnaldo Carvalho de Melo | 2007-04-26 |
* | [IP]: Introduce ip_hdrlen() | Arnaldo Carvalho de Melo | 2007-04-26 |
* | [BNX2]: Fix occasional NETDEV WATCHDOG on 5709. | Michael Chan | 2007-04-24 |
* | [BNX2]: Fix nvram write logic. | Michael Chan | 2007-04-02 |
* | [BNX2]: Fix link interrupt problem. | Michael Chan | 2007-03-28 |
* | [VLAN]: Avoid a 4-order allocation. | Dan Aloni | 2007-03-02 |
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6 | Linus Torvalds | 2007-02-07 |
|\ |
|
| * | MSI: Replace pci_msi_quirk with calls to pci_no_msi() | Michael Ellerman | 2007-02-07 |
* | | remove one remaining "#define BCM_TSO 1" | Adrian Bunk | 2007-02-05 |
* | | remove NETIF_F_TSO ifdefery | Arjan van de Ven | 2007-02-05 |
|/ |
|
* | [BNX2]: PHY workaround for 5709 A0. | Michael Chan | 2007-02-02 |
* | [BNX2]: Fix 2nd port's MAC address. | Michael Chan | 2007-01-25 |
* | [BNX2]: Update version and reldate. | Michael Chan | 2007-01-09 |
* | [BNX2]: Fix bug in bnx2_nvram_write(). | Michael Chan | 2007-01-09 |
* | [BNX2]: Fix 5709 Serdes detection. | Michael Chan | 2007-01-09 |
* | [BNX2]: Don't apply CRC PHY workaround to 5709. | Michael Chan | 2007-01-09 |
* | [BNX2]: Fix minor loopback problem. | Michael Chan | 2006-12-18 |
* | [BNX2]: Fix bug in bnx2_nvram_write(). | Michael Chan | 2006-12-18 |
* | [BNX2]: Fix panic in bnx2_tx_int(). | Michael Chan | 2006-12-18 |
* | [BNX2]: Add an error check. | Adrian Bunk | 2006-12-08 |
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval... | David Howells | 2006-12-05 |
|\ |
|
| * | [BNX2]: Update version and rel date. | Michael Chan | 2006-12-03 |
| * | [BNX2]: Add 5709 PCI ID. | Michael Chan | 2006-12-03 |
| * | [BNX2]: Download 5709 firmware. | Michael Chan | 2006-12-03 |
| * | [BNX2]: Add 5709 reset and runtime code. | Michael Chan | 2006-12-03 |
| * | [BNX2]: Add 5709 init code. | Michael Chan | 2006-12-03 |
| * | [BNX2]: Re-organize firmware structures. | Michael Chan | 2006-12-03 |
| * | [BNX2]: Remove udelay() in copper PHY code. | Michael Chan | 2006-12-03 |
| * | [BNX2]: Add 5708S parallel detection. | Michael Chan | 2006-12-03 |
| * | [BNX2]: Add bnx2_5706_serdes_timer(). | Michael Chan | 2006-12-03 |
| * | [BNX2]: Improve SerDes handling. | Michael Chan | 2006-12-03 |
| * | [BNX2]: Fix Xen problem. | Michael Chan | 2006-12-03 |
* | | WorkStruct: make allyesconfig | David Howells | 2006-11-22 |
|/ |
|
* | IRQ: Maintain regs pointer globally rather than passing to IRQ handlers | David Howells | 2006-10-05 |
* | [BNX2]: Disable MSI on 5706 if AMD 8132 bridge is present. | Michael Chan | 2006-09-29 |
* | Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/... | Linus Torvalds | 2006-09-24 |
|\ |
|
| * | drivers/net: const-ify ethtool_ops declarations | Jeff Garzik | 2006-09-13 |
| * | drivers/net: Trim trailing whitespace | Jeff Garzik | 2006-09-13 |
| * | drivers/net: Remove deprecated use of pci_module_init() | Jeff Garzik | 2006-08-19 |
* | | [NET]: Replace CHECKSUM_HW by CHECKSUM_PARTIAL/CHECKSUM_COMPLETE | Patrick McHardy | 2006-09-22 |
|/ |
|
* | [BNX2]: Convert to netdev_alloc_skb() | Michael Chan | 2006-08-17 |
* | [BNX2]: Fix tx race condition. | Michael Chan | 2006-08-17 |
* | [NET] gso: Add skb_is_gso | Herbert Xu | 2006-07-08 |
* | [netdrvr] use dev_xxx() printk helpers, rather than dev_printk(KERN_xxx, ... | Jeff Garzik | 2006-07-05 |
* | [netdrvr] Use dev_printk() when ethernet interface isn't available | Jeff Garzik | 2006-07-05 |
* | [PATCH] irq-flags: drivers/net: Use the new IRQF_ constants | Thomas Gleixner | 2006-07-02 |
* | Remove obsolete #include <linux/config.h> | Jörn Engel | 2006-06-30 |
* | [BNX2]: Turn off link during shutdown | Michael Chan | 2006-06-29 |