aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/chelsio (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-07-21chelsio: do vlan cleanupJiri Pirko4-27/+34
2011-05-22Add appropriate <linux/prefetch.h> include for prefetch usersPaul Gortmaker1-0/+1
2011-04-29ethtool: cosmetic: Use ethtool ethtool_cmd_speed APIDavid Decotigny1-2/+2
2011-04-29ethtool: Use full 32 bit speed range in ethtool's set_settingsDavid Decotigny1-3/+4
2011-04-18net: chelsio: convert to hw_featuresMichał Mirosław5-58/+14
2011-03-31Fix common misspellingsLucas De Marchi4-4/+4
2011-01-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2011-01-07Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-1/+1
2010-12-21drivers/net/*/: Use static constJoe Perches1-6/+4
2010-12-15workqueue: convert cancel_rearming_delayed_work[queue]() users to cancel_delayed_work_sync()Tejun Heo1-1/+1
2010-11-01tree-wide: fix comment/printk typosUwe Kleine-König1-1/+1
2010-10-21vlan: Don't check for vlan group before vlan_tx_tag_present.Jesse Gross1-1/+1
2010-09-26drivers/net: return operator cleanupEric Dumazet2-2/+2
2010-09-06drivers/net: Removing undead ifdef CHELSIO_T1_1GChristian Dietrich1-2/+0
2010-09-02drivers/net: avoid some skb->ip_summed initializationsEric Dumazet1-1/+1
2010-06-03chelsio: Remove remnants of CONFIG_CHELSIO_T1_COUGARRoland Dreier2-48/+2
2010-04-14drivers: net: use skb_headlen()Eric Dumazet1-4/+4
2010-04-13chelsio: Fix build warning.David S. Miller1-1/+1
2010-04-13chelsio: use the DMA state API instead of the pci equivalentsFUJITA Tomonori1-25/+25
2010-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller3-0/+3
2010-04-03net: convert multicast list to list_headJiri Pirko1-3/+4
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo3-0/+3
2010-03-08Merge branch 'for-next' into for-linusJiri Kosina1-1/+1
2010-02-26drivers/net/chelsio: Use pr_<level>, netif_msg_<type>Joe Perches7-72/+56
2010-02-17chelsio: convert to use netdev_for_each_mc_addrJiri Pirko3-19/+5
2010-02-16percpu: add __percpu sparse annotations to net driversTejun Heo1-1/+1
2010-02-12net: use netdev_mc_count and netdev_mc_empty when appropriateJiri Pirko1-2/+2
2010-02-09tree-wide: Assorted spelling fixesDaniel Mack1-1/+1
2010-01-07drivers/net/: use DEFINE_PCI_DEVICE_TABLE()Alexey Dobriyan2-2/+2
2009-10-03this_cpu: Straight transformationsChristoph Lameter1-3/+2
2009-09-01netdev: convert bulk of drivers to netdev_tx_tStephen Hemminger2-2/+2
2009-05-29net: dont update dev->trans_start in 10GB driversEric Dumazet1-1/+0
2009-05-20cxgb: set phy's mdio dev before the phy init sequenceDivy Le Ray5-11/+13
2009-05-20chelsio: Use generic XENPAK LASI register definitionsBen Hutchings1-8/+9
2009-04-29chelsio: Use generic MDIO definitions and mdio_mii_ioctl()Ben Hutchings6-100/+81
2009-04-13drivers/net: replace BUG() with BUG_ON() if possibleAlexander Beregalov1-2/+2
2009-04-07dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang1-1/+1
2009-04-07dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64)Yang Hongyang1-2/+2
2009-02-26chelsio: remove some pointless conditionals before kfree_skb()Wei Yongjun1-2/+1
2009-01-21net: Remove redundant NAPI functionsBen Hutchings1-2/+2
2008-12-26net: Fix warning fallout from recent NAPI interface changes.David S. Miller1-3/+0
2008-12-22net: Remove unused netdev arg from some NAPI interfaces.Neil Horman1-2/+2
2008-11-26Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-4/+0
2008-11-23drivers/net/chelsio/sge.c: remove redundant argument commentsQinghuang Feng1-4/+0
2008-11-20netdev: add more functions to netdevice opsStephen Hemminger1-3/+3
2008-11-19cxgb2: convert to net_device_opsStephen Hemminger1-11/+19
2008-11-16netdevice chelsio: Convert directly reference of netdev->privWang Chen2-31/+31
2008-11-03drivers/net: Kill now superfluous ->last_rx stores.David S. Miller1-1/+0
2008-07-11cxgb: delete non NAPI code from the driver.Francois Romieu2-67/+5
2008-01-28annotate chelsioAl Viro3-6/+7