summaryrefslogtreecommitdiffstats
path: root/drivers/net/chelsio
AgeCommit message (Expand)AuthorLines
2011-08-10chelsio: Move the Chelsio driversJeff Kirsher-13762/+0
2011-07-21chelsio: do vlan cleanupJiri Pirko-27/+34
2011-05-22Add appropriate <linux/prefetch.h> include for prefetch usersPaul Gortmaker-0/+1
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-58/+14
2011-03-31Fix common misspellingsLucas De Marchi-4/+4
2011-01-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds-1/+1
2011-01-07Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds-1/+1
2010-12-21drivers/net/*/: Use static constJoe Perches-6/+4
2010-12-15workqueue: convert cancel_rearming_delayed_work[queue]() users to cancel_dela...Tejun Heo-1/+1
2010-11-01tree-wide: fix comment/printk typosUwe Kleine-König-1/+1
2010-10-21vlan: Don't check for vlan group before vlan_tx_tag_present.Jesse Gross-1/+1
2010-09-26drivers/net: return operator cleanupEric Dumazet-2/+2
2010-09-06drivers/net: Removing undead ifdef CHELSIO_T1_1GChristian Dietrich-2/+0
2010-09-02drivers/net: avoid some skb->ip_summed initializationsEric Dumazet-1/+1
2010-06-03chelsio: Remove remnants of CONFIG_CHELSIO_T1_COUGARRoland Dreier-48/+2
2010-04-14drivers: net: use skb_headlen()Eric Dumazet-4/+4
2010-04-13chelsio: Fix build warning.David S. Miller-1/+1
2010-04-13chelsio: use the DMA state API instead of the pci equivalentsFUJITA Tomonori-25/+25
2010-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller-0/+3
2010-04-03net: convert multicast list to list_headJiri Pirko-3/+4
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo-0/+3
2010-03-08Merge branch 'for-next' into for-linusJiri Kosina-1/+1
2010-02-26drivers/net/chelsio: Use pr_<level>, netif_msg_<type>Joe Perches-72/+56
2010-02-17chelsio: convert to use netdev_for_each_mc_addrJiri Pirko-19/+5
2010-02-16percpu: add __percpu sparse annotations to net driversTejun Heo-1/+1
2010-02-12net: use netdev_mc_count and netdev_mc_empty when appropriateJiri Pirko-2/+2
2010-02-09tree-wide: Assorted spelling fixesDaniel Mack-1/+1
2010-01-07drivers/net/: use DEFINE_PCI_DEVICE_TABLE()Alexey Dobriyan-2/+2
2009-10-03this_cpu: Straight transformationsChristoph Lameter-3/+2
2009-09-01netdev: convert bulk of drivers to netdev_tx_tStephen Hemminger-2/+2
2009-05-29net: dont update dev->trans_start in 10GB driversEric Dumazet-1/+0
2009-05-20cxgb: set phy's mdio dev before the phy init sequenceDivy Le Ray-11/+13
2009-05-20chelsio: Use generic XENPAK LASI register definitionsBen Hutchings-8/+9
2009-04-29chelsio: Use generic MDIO definitions and mdio_mii_ioctl()Ben Hutchings-100/+81
2009-04-13drivers/net: replace BUG() with BUG_ON() if possibleAlexander Beregalov-2/+2
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
2009-02-26chelsio: remove some pointless conditionals before kfree_skb()Wei Yongjun-2/+1
2009-01-21net: Remove redundant NAPI functionsBen Hutchings-2/+2
2008-12-26net: Fix warning fallout from recent NAPI interface changes.David S. Miller-3/+0
2008-12-22net: Remove unused netdev arg from some NAPI interfaces.Neil Horman-2/+2
2008-11-26Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller-4/+0
2008-11-23drivers/net/chelsio/sge.c: remove redundant argument commentsQinghuang Feng-4/+0
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-31/+31
2008-11-03drivers/net: Kill now superfluous ->last_rx stores.David S. Miller-1/+0
2008-07-11cxgb: delete non NAPI code from the driver.Francois Romieu-67/+5