| Commit message (Expand) | Author | Age | Files | Lines |
* | chelsio: Move the Chelsio drivers | Jeff Kirsher | 2011-08-11 | 1 | -1379/+0 |
* | chelsio: do vlan cleanup | Jiri Pirko | 2011-07-21 | 1 | -14/+25 |
* | ethtool: cosmetic: Use ethtool ethtool_cmd_speed API | David Decotigny | 2011-04-29 | 1 | -2/+2 |
* | ethtool: Use full 32 bit speed range in ethtool's set_settings | David Decotigny | 2011-04-29 | 1 | -3/+4 |
* | net: chelsio: convert to hw_features | Michał Mirosław | 2011-04-19 | 1 | -41/+7 |
* | drivers/net/chelsio: Use pr_<level>, netif_msg_<type> | Joe Perches | 2010-02-26 | 1 | -9/+9 |
* | chelsio: convert to use netdev_for_each_mc_addr | Jiri Pirko | 2010-02-18 | 1 | -2/+0 |
* | chelsio: Use generic MDIO definitions and mdio_mii_ioctl() | Ben Hutchings | 2009-04-30 | 1 | -33/+3 |
* | dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32) | Yang Hongyang | 2009-04-07 | 1 | -1/+1 |
* | dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64) | Yang Hongyang | 2009-04-07 | 1 | -2/+2 |
* | netdev: add more functions to netdevice ops | Stephen Hemminger | 2008-11-21 | 1 | -3/+3 |
* | cxgb2: convert to net_device_ops | Stephen Hemminger | 2008-11-20 | 1 | -11/+19 |
* | netdevice chelsio: Convert directly reference of netdev->priv | Wang Chen | 2008-11-17 | 1 | -30/+30 |
* | cxgb: delete non NAPI code from the driver. | Francois Romieu | 2008-07-11 | 1 | -2/+0 |
* | annotate chelsio | Al Viro | 2008-01-29 | 1 | -1/+1 |
* | drivers/net/chelsio: Add missing "space" | Joe Perches | 2008-01-29 | 1 | -1/+1 |
* | cxgb - revert file mode changes. | Divy Le Ray | 2007-12-04 | 1 | -0/+0 |
* | cxgb - fix stats | Divy Le Ray | 2007-12-01 | 1 | -16/+51 |
* | cxgb - fix T2 GSO | Divy Le Ray | 2007-12-01 | 1 | -1/+2 |
* | [netdrvr] Stop using legacy hooks ->self_test_count, ->get_stats_count | Jeff Garzik | 2007-10-11 | 1 | -3/+8 |
* | [ETHTOOL] Provide default behaviors for a few ethtool sub-ioctls | Jeff Garzik | 2007-10-11 | 1 | -3/+0 |
* | [NET]: Nuke SET_MODULE_OWNER macro. | Ralf Baechle | 2007-10-11 | 1 | -1/+0 |
* | [NET]: Make NAPI polling independent of struct net_device objects. | Stephen Hemminger | 2007-10-11 | 1 | -3/+6 |
* | network drivers: eliminate unneeded kill_vid code | Stephen Hemminger | 2007-06-03 | 1 | -10/+0 |
* | [VLAN]: Avoid a 4-order allocation. | Dan Aloni | 2007-03-03 | 1 | -2/+1 |
* | chelsio: tabulate the update of the statistic counters | Francois Romieu | 2007-02-05 | 1 | -40/+10 |
* | chelsio: useless test in cxgb2::remove_one | Francois Romieu | 2007-02-05 | 1 | -16/+16 |
* | chelsio: useless curly braces | Francois Romieu | 2007-02-05 | 1 | -2/+1 |
* | chelsio: spaces, tabs and friends | Francois Romieu | 2007-02-05 | 1 | -32/+32 |
* | [PATCH] chelsio: working NAPI | Stephen Hemminger | 2006-12-11 | 1 | -16/+7 |
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval... | David Howells | 2006-12-05 | 1 | -205/+386 |
|\ |
|
| * | [PATCH] chelsio: statistics improvement | Stephen Hemminger | 2006-12-02 | 1 | -36/+38 |
| * | [PATCH] chelsio: add MSI support | Stephen Hemminger | 2006-12-02 | 1 | -3/+17 |
| * | [PATCH] chelsio: add 1G swcixw aupport | Stephen Hemminger | 2006-12-02 | 1 | -0/+1 |
| * | [PATCH] chelsio: add support for other 10G boards | Stephen Hemminger | 2006-12-02 | 1 | -12/+226 |
| * | [PATCH] chelsio: remove unused mutex | Stephen Hemminger | 2006-12-02 | 1 | -1/+0 |
| * | [PATCH] chelsio: whitespace fixes | Stephen Hemminger | 2006-12-02 | 1 | -1/+1 |
| * | [PATCH] chelsio: free_netdev | Stephen Hemminger | 2006-12-02 | 1 | -7/+7 |
| * | [PATCH] chelsio: procectomy | Stephen Hemminger | 2006-12-02 | 1 | -14/+0 |
| * | [PATCH] chelsio: whitespace cleanup | Stephen Hemminger | 2006-12-02 | 1 | -101/+101 |
| * | [PATCH] chelsio: remove leftover code | Stephen Hemminger | 2006-12-02 | 1 | -35/+0 |
* | | WorkStruct: make allyesconfig | David Howells | 2006-11-22 | 1 | -7/+9 |
|/ |
|
* | IRQ: Maintain regs pointer globally rather than passing to IRQ handlers | David Howells | 2006-10-05 | 1 | -1/+1 |
* | drivers/net: const-ify ethtool_ops declarations | Jeff Garzik | 2006-09-13 | 1 | -1/+1 |
* | drivers/net: Remove deprecated use of pci_module_init() | Jeff Garzik | 2006-08-19 | 1 | -1/+1 |
* | [PATCH] irq-flags: drivers/net: Use the new IRQF_ constants | Thomas Gleixner | 2006-07-02 | 1 | -1/+1 |
* | Remove obsolete #include <linux/config.h> | Jörn Engel | 2006-06-30 | 1 | -1/+0 |
* | [PATCH] Remove MODULE_PARM | Rusty Russell | 2006-03-25 | 1 | -1/+1 |
* | [PATCH] (1/7) chelsio sparse annotations | viro@ftp.linux.org.uk | 2005-09-05 | 1 | -1/+1 |
* | Update Chelsio gige net driver. | Scott Bardone | 2005-06-23 | 1 | -256/+281 |