net: use symbolic values for ndo_start_xmit() return codes
[safe/jmp/linux-2.6] / drivers / net / myri10ge / myri10ge.c
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Introduce skb_transport_offset()
2007-04-26 Arnaldo Carvalho... [ETH]: Make eth_type_trans set skb->dev like the other...
2007-04-11 Brice Goglinmyri10ge: update driver version to 1.3.0-1.233
2007-04-11 Brice Goglinmyri10ge: more Intel chipsets providing aligned PCIe...
2007-04-11 Brice Goglinmyri10ge: fix management of the firmware 4KB boundary...
2007-03-28 Brice Goglinmyri10ge: correctly detect when TSO should be used
2007-03-23 Brice Goglinmyri10ge: update driver version to 1.3.0-1.226
2007-03-23 Brice Goglinmyri10ge: fix management of >4kB allocated pages
2007-03-23 Brice Goglinmyri10ge: update wcfifo and intr_coal_delay default...
2007-03-23 Brice Goglinmyri10ge: Serverworks HT2100 provides aligned PCIe...
2007-03-09 Brice Goglinmyri10ge: add a wc_enabled flag to myri10ge_priv
2007-03-09 Brice Goglinmyri10ge: prevent 4k rdma on SGI TIOCE chipset
2007-03-09 Brice Goglinmyri10ge: use pci_map_page to prepare the dmatest buffer
2007-03-09 Brice Goglinmyri10ge: fix error checking and return value in myri10...
2007-03-03 Brice Goglinmyri10ge: fix copyright and license
2007-02-27 Brice Goglinmyri10ge: workaround buggy adopted firmwares
2007-02-05 Arjan van de Venremove NETIF_F_TSO ifdefery
2007-01-18 Brice Goglinmyri10ge: update driver version to 1.2.0
2007-01-18 Brice Goglinmyri10ge: check that we can get an irq
2007-01-18 Brice Goglinmyri10ge: make wc_fifo usage load-time tunable
2006-12-26 Brice Goglinmyri10ge: handle failures in suspend and resume
2006-12-26 Brice Goglinmyri10ge: no need to save MSI and PCIe state in the...
2006-12-26 Brice Goglinmyri10ge: make msi configurable at runtime through...
2006-12-26 Brice Goglinmyri10ge: move request_irq to myri10ge_open
2006-12-26 Brice Goglinmyri10ge: match number of save_state and restore
2006-12-11 Brice Goglin[PATCH] myri10ge: update driver version to 1.1.0
2006-12-11 Brice Goglin[PATCH] myri10ge: fix big_bytes in case of vlan frames
2006-12-11 Brice Goglin[PATCH] myri10ge: Full vlan frame in small_bytes
2006-12-11 Brice Goglin[PATCH] myri10ge: drop contiguous skb routines
2006-12-11 Brice Goglin[PATCH] myri10ge: switch to page-based skb
2006-12-11 Brice Goglin[PATCH] myri10ge: add page-based skb routines
2006-12-11 Brice Goglin[PATCH] myri10ge: indentation cleanups
2006-12-07 Brice Goglin[PATCH] myri10ge: write as 2 32-byte blocks in myri10ge...
2006-12-07 Jeff GarzikMerge branch 'master' into upstream
2006-12-05 David HowellsMerge branch 'master' of git://git./linux/kernel/git...
2006-12-04 Al Viro[PATCH] myri10ge annotations
2006-12-03 Al Viro[NET]: Split skb->csum
2006-11-22 David HowellsWorkStruct: make allyesconfig
2006-11-01 Brice Goglin[PATCH] myri10ge: ServerWorks HT2000 PCI id is already...
2006-10-05 David HowellsIRQ: Maintain regs pointer globally rather than passing...
2006-09-24 Linus TorvaldsMerge branch 'upstream-linus' of /linux/kernel/git...
2006-09-22 Patrick McHardy[NET]: Replace CHECKSUM_HW by CHECKSUM_PARTIAL/CHECKSUM...
2006-09-13 Jeff Garzikdrivers/net: const-ify ethtool_ops declarations
2006-09-06 Brice Goglin[PATCH] myri10ge: improve firmware selection
2006-08-24 Brice Goglin[PATCH] myri10ge: use multicast support in the firmware
2006-08-24 Brice Goglin[PATCH] myri10ge: use netif_msg_link
2006-08-19 Brice Goglin[PATCH] myri10ge: convert to netdev_alloc_skb
2006-08-19 Brice Goglin[PATCH] myri10ge: define some previously hardwired...
2006-08-09 Brice Goglin[PATCH] myri10ge: always re-enable dummy rdmas in myri1...
2006-08-03 Brice Goglin[PATCH] myri10ge - Fix spurious invokations of the...
2006-08-03 Brice Goglin[PATCH] myri10ge - Write the firmware in 256-bytes...
2006-07-29 Brice Goglin[PATCH] myri10ge - Always do a dummy RDMA after loading...
2006-07-12 Brice Goglin[PATCH] myri10ge return value fix
2006-07-08 Herbert Xu[NET] gso: Add skb_is_gso
2006-07-05 Brice Goglin[PATCH] myri10ge - Export more parameters to ethtool
2006-07-05 Brice Goglin[PATCH] myri10ge - Use dev_info() when printing paramet...
2006-07-05 brice@myri.com[PATCH] myri10ge - Drop ununsed nvidia chipset id
2006-07-05 brice@myri.com[PATCH] myri10ge - Drop unused pm_state
2006-07-02 Thomas Gleixner[PATCH] irq-flags: drivers/net: Use the new IRQF_ constants
2006-06-23 Herbert Xu[NET]: Merge TSO/UFO fields in sk_buff
2006-06-23 Herbert Xu[NET]: Avoid allocating skb in skb_pad
2006-06-23 Brice Goglin[PATCH] myri10ge - drop workaround pci_save_state(...
2006-06-23 Brice Goglin[PATCH] myri10ge - drop workaround for the missing...
2006-06-22 Andrew Morton[PATCH] myri10ge build fix
2006-06-08 Brice Goglin[PATCH] myri10ge update
2006-05-24 Brice Goglin[PATCH] Add Myri-10G Ethernet driver