aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/chelsio/sge.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-08-10chelsio: Move the Chelsio driversJeff Kirsher1-2140/+0
2011-07-21chelsio: do vlan cleanupJiri Pirko1-10/+8
2011-05-22Add appropriate <linux/prefetch.h> include for prefetch usersPaul Gortmaker1-0/+1
2011-04-18net: chelsio: convert to hw_featuresMichał Mirosław1-6/+7
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2010-12-21drivers/net/*/: Use static constJoe Perches1-6/+4
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 Dumazet1-1/+1
2010-09-02drivers/net: avoid some skb->ip_summed initializationsEric Dumazet1-1/+1
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-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-08Merge branch 'for-next' into for-linusJiri Kosina1-1/+1
2010-02-26drivers/net/chelsio: Use pr_<level>, netif_msg_<type>Joe Perches1-5/+5
2010-02-16percpu: add __percpu sparse annotations to net driversTejun Heo1-1/+1
2010-02-09tree-wide: Assorted spelling fixesDaniel Mack1-1/+1
2009-10-03this_cpu: Straight transformationsChristoph Lameter1-3/+2
2009-09-01netdev: convert bulk of drivers to netdev_tx_tStephen Hemminger1-1/+1
2009-05-29net: dont update dev->trans_start in 10GB driversEric Dumazet1-1/+0
2009-04-13drivers/net: replace BUG() with BUG_ON() if possibleAlexander Beregalov1-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-16netdevice chelsio: Convert directly reference of netdev->privWang Chen1-1/+1
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 Romieu1-65/+5
2008-01-28drivers/net/chelsio/: #if 0 unused functionsAdrian Bunk1-0/+4
2007-12-04cxgb - revert file mode changes.Divy Le Ray1-0/+0
2007-12-01cxgb - fix statsDivy Le Ray1-4/+0
2007-12-01cxgb - fix NAPIDivy Le Ray1-4/+2
2007-12-01cxgb - fix T2 GSODivy Le Ray1-19/+15
2007-11-15[CHELSIO]: Fix skb->dev setting.Divy Le Ray1-1/+1
2007-10-10[NET]: Make NAPI polling independent of struct net_device objects.Stephen Hemminger1-16/+13
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
2007-04-25[SK_BUFF]: Introduce skb_network_offset()Arnaldo Carvalho de Melo1-1/+1
2007-04-25[ETH]: Make eth_type_trans set skb->dev like the other *_type_transArnaldo Carvalho de Melo1-2/+1
2007-02-27chelsio: Fix non-NAPI compileRoland Dreier1-0/+1
2007-02-05git-netdev-all: chelsio fixAndrew Morton1-1/+1
2007-02-05chelsio: more rx speedupStephen Hemminger1-42/+45
2007-02-05chelsio: NAPI speed improvementStephen Hemminger1-42/+35
2007-02-05chelsio: misc cleanups in sgeFrancois Romieu1-35/+19
2007-02-05chelsio: useless curly bracesFrancois Romieu1-2/+1