| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2008-08-27 | 1 | -1/+1 |
|\ |
|
| * | myri10ge: update version string to 1.4.3-1.358 | Brice Goglin | 2008-08-27 | 1 | -1/+1 |
* | | removed unused #include <linux/version.h>'s | Adrian Bunk | 2008-08-23 | 1 | -1/+0 |
|/ |
|
* | myri10ge: myri10ge_fw_name also overrides the rss firmware | Brice Goglin | 2008-08-14 | 1 | -1/+5 |
* | myri10ge: set 64bits consistent DMA mask | Brice Goglin | 2008-08-07 | 1 | -0/+1 |
* | myri10ge: update firmware headers | Brice Goglin | 2008-08-07 | 2 | -6/+48 |
* | myri10ge: use ioremap_wc | Brice Goglin | 2008-07-22 | 1 | -4/+4 |
* | myri10ge: remove wcfifo | Brice Goglin | 2008-07-22 | 1 | -51/+3 |
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds... | David S. Miller | 2008-07-18 | 1 | -2/+9 |
|\ |
|
| * | myri10ge: treat firmware data as const | David Woodhouse | 2008-07-10 | 1 | -2/+9 |
* | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2008-06-10 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | myri10ge: update driver version | Brice Goglin | 2008-05-30 | 1 | -1/+1 |
* | | myri10ge: add Direct Cache Access support | Brice Goglin | 2008-05-30 | 1 | -1/+145 |
* | | myri10ge: add multislices support | Brice Goglin | 2008-05-30 | 1 | -242/+442 |
* | | myri10ge: add routines for multislices | Brice Goglin | 2008-05-30 | 1 | -0/+256 |
|/ |
|
* | make myri10ge_get_firmware_capabilities() static | Adrian Bunk | 2008-05-22 | 1 | -1/+1 |
* | myri10ge: fix the number of interrupt slots | Brice Goglin | 2008-05-13 | 1 | -9/+5 |
* | myri10ge: cleanup retrieving of firmware capabilities | Brice Goglin | 2008-05-13 | 1 | -11/+31 |
* | myri10ge: move data structures into a single slice | Brice Goglin | 2008-05-13 | 1 | -278/+316 |
* | myri10ge: fix potential infinite loop in enable_ecrc | Brice Goglin | 2008-05-13 | 1 | -2/+3 |
* | myri10ge: trivial formatting fix | Brice Goglin | 2008-05-13 | 1 | -1/+4 |
* | myri10ge: add barrier in myri10ge_send_cmd | Brice Goglin | 2008-05-13 | 1 | -1/+3 |
* | myri10ge: report FIBER in ethtool for XFP based NIC | Brice Goglin | 2008-05-13 | 1 | -0/+35 |
* | myri10ge: properly align scratch buffers | Brice Goglin | 2008-05-13 | 1 | -2/+2 |
* | myri10ge: increase and fix handoff timeout | Brice Goglin | 2008-05-13 | 1 | -2/+2 |
* | myri10ge: fix module parameter descriptions | Brice Goglin | 2008-05-13 | 1 | -17/+18 |
* | myri10ge: update firmware headers | Brice Goglin | 2008-05-13 | 2 | -31/+64 |
* | Remove duplicated unlikely() in IS_ERR() | Hirofumi Nakagawa | 2008-04-29 | 1 | -1/+1 |
* | annotate myri10ge | Al Viro | 2008-01-28 | 1 | -5/+9 |
* | netdev: use ARRAY_SIZE() instead of sizeof(array) / ETH_GSTRING_LEN | Alejandro Martinez Ruiz | 2008-01-28 | 1 | -1/+1 |
* | [NET]: Do not check netif_running() and carrier state in ->poll() | David S. Miller | 2008-01-08 | 1 | -1/+1 |
* | [LRO]: fix lro_gen_skb() alignment | Andrew Gallatin | 2007-12-05 | 1 | -0/+1 |
* | Fix myri10ge NAPI oops & warnings | Andrew Gallatin | 2007-11-01 | 1 | -3/+3 |
* | Add missing newlines to some uses of dev_<level> messages | Joe Perches | 2007-10-18 | 1 | -1/+2 |
* | myri10ge: update driver version to 1.3.2-1.287 | Brice Goglin | 2007-10-15 | 1 | -1/+1 |
* | myri10ge: add IPv6 TSO support | Brice Goglin | 2007-10-15 | 1 | -8/+79 |
* | myri10ge: update firmware headers | Brice Goglin | 2007-10-15 | 1 | -4/+86 |
* | myri10ge: fix some indentation, white spaces, and comments | Brice Goglin | 2007-10-15 | 1 | -6/+5 |
* | [netdrvr] Stop using legacy hooks ->self_test_count, ->get_stats_count | Jeff Garzik | 2007-10-10 | 1 | -3/+8 |
* | [NET]: Introduce and use print_mac() and DECLARE_MAC_BUF() | Joe Perches | 2007-10-10 | 1 | -8/+3 |
* | [ETHTOOL] Provide default behaviors for a few ethtool sub-ioctls | Jeff Garzik | 2007-10-10 | 1 | -3/+0 |
* | [PATCH] drivers/net: remove superfluous memset | Mariusz Kozlowski | 2007-10-10 | 1 | -1/+0 |
* | [MYRI10GE]: Use LRO. | Andrew Gallatin | 2007-10-10 | 1 | -1/+108 |
* | [NET]: Make NAPI polling independent of struct net_device objects. | Stephen Hemminger | 2007-10-10 | 1 | -23/+17 |
* | myri10ge: Add support for PCI device id 9 | Brice Goglin | 2007-09-19 | 1 | -0/+3 |
* | myri10ge: update driver version to 1.3.2-1.269 | Brice Goglin | 2007-08-25 | 1 | -1/+1 |
* | myri10ge: use pcie_get/set_readrq | Brice Goglin | 2007-08-25 | 1 | -26/+6 |
* | myri10ge: Use the pause counter to avoid a needless device reset | Brice Goglin | 2007-08-14 | 1 | -7/+18 |
* | myri10ge: Remove nonsensical limit in the tx done routine | Brice Goglin | 2007-07-16 | 1 | -6/+0 |
* | Use is_power_of_2() in myri10ge/myri10ge.c | vignesh babu | 2007-07-10 | 1 | -1/+2 |