summaryrefslogtreecommitdiffstats
path: root/drivers/net/chelsio/cxgb2.c
AgeCommit message (Expand)AuthorLines
2011-08-10chelsio: Move the Chelsio driversJeff Kirsher-1379/+0
2011-07-21chelsio: do vlan cleanupJiri Pirko-14/+25
2011-04-29ethtool: cosmetic: Use ethtool ethtool_cmd_speed APIDavid Decotigny-2/+2
2011-04-29ethtool: Use full 32 bit speed range in ethtool's set_settingsDavid Decotigny-3/+4
2011-04-18net: chelsio: convert to hw_featuresMichał Mirosław-41/+7
2010-02-26drivers/net/chelsio: Use pr_<level>, netif_msg_<type>Joe Perches-9/+9
2010-02-17chelsio: convert to use netdev_for_each_mc_addrJiri Pirko-2/+0
2009-04-29chelsio: Use generic MDIO definitions and mdio_mii_ioctl()Ben Hutchings-33/+3
2009-04-07dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang-1/+1
2009-04-07dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64)Yang Hongyang-2/+2
2008-11-20netdev: add more functions to netdevice opsStephen Hemminger-3/+3
2008-11-19cxgb2: convert to net_device_opsStephen Hemminger-11/+19
2008-11-16netdevice chelsio: Convert directly reference of netdev->privWang Chen-30/+30
2008-07-11cxgb: delete non NAPI code from the driver.Francois Romieu-2/+0
2008-01-28annotate chelsioAl Viro-1/+1
2008-01-28drivers/net/chelsio: Add missing "space"Joe Perches-1/+1
2007-12-04cxgb - revert file mode changes.Divy Le Ray-0/+0
2007-12-01cxgb - fix statsDivy Le Ray-16/+51
2007-12-01cxgb - fix T2 GSODivy Le Ray-1/+2
2007-10-10[netdrvr] Stop using legacy hooks ->self_test_count, ->get_stats_countJeff Garzik-3/+8
2007-10-10[ETHTOOL] Provide default behaviors for a few ethtool sub-ioctlsJeff Garzik-3/+0
2007-10-10[NET]: Nuke SET_MODULE_OWNER macro.Ralf Baechle-1/+0
2007-10-10[NET]: Make NAPI polling independent of struct net_device objects.Stephen Hemminger-3/+6
2007-06-03network drivers: eliminate unneeded kill_vid codeStephen Hemminger-10/+0
2007-03-02[VLAN]: Avoid a 4-order allocation.Dan Aloni-2/+1
2007-02-05chelsio: tabulate the update of the statistic countersFrancois Romieu-40/+10
2007-02-05chelsio: useless test in cxgb2::remove_oneFrancois Romieu-16/+16
2007-02-05chelsio: useless curly bracesFrancois Romieu-2/+1
2007-02-05chelsio: spaces, tabs and friendsFrancois Romieu-32/+32
2006-12-11[PATCH] chelsio: working NAPIStephen Hemminger-16/+7
2006-12-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Howells-205/+386
2006-12-02[PATCH] chelsio: statistics improvementStephen Hemminger-36/+38
2006-12-02[PATCH] chelsio: add MSI supportStephen Hemminger-3/+17
2006-12-02[PATCH] chelsio: add 1G swcixw aupportStephen Hemminger-0/+1
2006-12-02[PATCH] chelsio: add support for other 10G boardsStephen Hemminger-12/+226
2006-12-02[PATCH] chelsio: remove unused mutexStephen Hemminger-1/+0
2006-12-02[PATCH] chelsio: whitespace fixesStephen Hemminger-1/+1
2006-12-02[PATCH] chelsio: free_netdevStephen Hemminger-7/+7
2006-12-02[PATCH] chelsio: procectomyStephen Hemminger-14/+0
2006-12-02[PATCH] chelsio: whitespace cleanupStephen Hemminger-101/+101
2006-12-02[PATCH] chelsio: remove leftover codeStephen Hemminger-35/+0
2006-11-22WorkStruct: make allyesconfigDavid Howells-7/+9
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells-1/+1
2006-09-13drivers/net: const-ify ethtool_ops declarationsJeff Garzik-1/+1
2006-08-19drivers/net: Remove deprecated use of pci_module_init()Jeff Garzik-1/+1
2006-07-02[PATCH] irq-flags: drivers/net: Use the new IRQF_ constantsThomas Gleixner-1/+1
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel-1/+0
2006-03-25[PATCH] Remove MODULE_PARMRusty Russell-1/+1
2005-09-05[PATCH] (1/7) chelsio sparse annotationsviro@ftp.linux.org.uk-1/+1
2005-06-23Update Chelsio gige net driver.Scott Bardone-256/+281