aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/chelsio
AgeCommit message (Expand)Author
2011-01-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds
2011-01-07Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds
2010-12-21drivers/net/*/: Use static constJoe Perches
2010-12-15workqueue: convert cancel_rearming_delayed_work[queue]() users to cancel_dela...Tejun Heo
2010-11-01tree-wide: fix comment/printk typosUwe Kleine-König
2010-10-21vlan: Don't check for vlan group before vlan_tx_tag_present.Jesse Gross
2010-09-26drivers/net: return operator cleanupEric Dumazet
2010-09-06drivers/net: Removing undead ifdef CHELSIO_T1_1GChristian Dietrich
2010-09-02drivers/net: avoid some skb->ip_summed initializationsEric Dumazet
2010-06-03chelsio: Remove remnants of CONFIG_CHELSIO_T1_COUGARRoland Dreier
2010-04-14drivers: net: use skb_headlen()Eric Dumazet
2010-04-13chelsio: Fix build warning.David S. Miller
2010-04-13chelsio: use the DMA state API instead of the pci equivalentsFUJITA Tomonori
2010-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-04-03net: convert multicast list to list_headJiri Pirko
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-08Merge branch 'for-next' into for-linusJiri Kosina
2010-02-26drivers/net/chelsio: Use pr_<level>, netif_msg_<type>Joe Perches
2010-02-17chelsio: convert to use netdev_for_each_mc_addrJiri Pirko
2010-02-16percpu: add __percpu sparse annotations to net driversTejun Heo
2010-02-12net: use netdev_mc_count and netdev_mc_empty when appropriateJiri Pirko
2010-02-09tree-wide: Assorted spelling fixesDaniel Mack
2010-01-07drivers/net/: use DEFINE_PCI_DEVICE_TABLE()Alexey Dobriyan
2009-10-03this_cpu: Straight transformationsChristoph Lameter
2009-09-01netdev: convert bulk of drivers to netdev_tx_tStephen Hemminger
2009-05-29net: dont update dev->trans_start in 10GB driversEric Dumazet
2009-05-20cxgb: set phy's mdio dev before the phy init sequenceDivy Le Ray
2009-05-20chelsio: Use generic XENPAK LASI register definitionsBen Hutchings
2009-04-29chelsio: Use generic MDIO definitions and mdio_mii_ioctl()Ben Hutchings
2009-04-13drivers/net: replace BUG() with BUG_ON() if possibleAlexander Beregalov
2009-04-07dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang
2009-04-07dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64)Yang Hongyang
2009-02-26chelsio: remove some pointless conditionals before kfree_skb()Wei Yongjun
2009-01-21net: Remove redundant NAPI functionsBen Hutchings
2008-12-26net: Fix warning fallout from recent NAPI interface changes.David S. Miller
2008-12-22net: Remove unused netdev arg from some NAPI interfaces.Neil Horman
2008-11-26Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2008-11-23drivers/net/chelsio/sge.c: remove redundant argument commentsQinghuang Feng
2008-11-20netdev: add more functions to netdevice opsStephen Hemminger
2008-11-19cxgb2: convert to net_device_opsStephen Hemminger
2008-11-16netdevice chelsio: Convert directly reference of netdev->privWang Chen
2008-11-03drivers/net: Kill now superfluous ->last_rx stores.David S. Miller
2008-07-11cxgb: delete non NAPI code from the driver.Francois Romieu
2008-01-28annotate chelsioAl Viro
2008-01-28drivers/net/chelsio/: #if 0 unused functionsAdrian Bunk
2008-01-28drivers/net/chelsio: Add missing "space"Joe Perches
2007-12-04cxgb - revert file mode changes.Divy Le Ray
2007-12-01cxgb - fix statsDivy Le Ray
2007-12-01cxgb - fix NAPIDivy Le Ray
2007-12-01cxgb - fix T2 GSODivy Le Ray