aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/chelsio (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2008-01-28drivers/net/chelsio/: #if 0 unused functionsAdrian Bunk4-3/+6
2008-01-28drivers/net/chelsio: Add missing "space"Joe Perches1-1/+1
2007-12-04cxgb - revert file mode changes.Divy Le Ray4-0/+0
2007-12-01cxgb - fix statsDivy Le Ray4-89/+96
2007-12-01cxgb - fix NAPIDivy Le Ray1-4/+2
2007-12-01cxgb - fix T2 GSODivy Le Ray3-20/+18
2007-11-15[CHELSIO]: Fix skb->dev setting.Divy Le Ray1-1/+1
2007-10-10chelsio: sparse warning fixes (old cxgb2)Stephen Hemminger4-370/+3
2007-10-10[netdrvr] Stop using legacy hooks ->self_test_count, ->get_stats_countJeff Garzik1-3/+8
2007-10-10[ETHTOOL] Provide default behaviors for a few ethtool sub-ioctlsJeff Garzik1-3/+0
2007-10-10[NET]: Nuke SET_MODULE_OWNER macro.Ralf Baechle1-1/+0
2007-10-10[NET]: Make NAPI polling independent of struct net_device objects.Stephen Hemminger4-20/+21
2007-06-03network drivers: eliminate unneeded kill_vid codeStephen Hemminger1-10/+0
2007-05-24chelsio parenthesis fixMariusz Kozlowski1-1/+1
2007-04-28chelsio: use const for virtual functionsStephen Hemminger10-39/+33
2007-04-28chelsio: use C99 style initializationStephen Hemminger1-61/+134
2007-04-28chelsio: remove unused code for 1G boardsStephen Hemminger4-1047/+1
2007-04-25[SK_BUFF]: Introduce skb_copy_to_linear_data{_offset}Arnaldo Carvalho de Melo1-8/+16
2007-04-25[SK_BUFF]: Introduce skb_copy_from_linear_data{_offset}Arnaldo Carvalho de Melo1-1/+1
2007-04-25[SK_BUFF]: Introduce tcp_hdr(), remove skb->h.thArnaldo Carvalho de Melo1-1/+1
2007-04-25[SK_BUFF]: Introduce arp_hdr(), remove skb->nh.arphArnaldo Carvalho de Melo1-1/+1
2007-04-25[SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iphArnaldo Carvalho de Melo1-2/+2