aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/chelsio/sge.c
AgeCommit message (Expand)Author
2011-08-10chelsio: Move the Chelsio driversJeff Kirsher
2011-07-21chelsio: do vlan cleanupJiri Pirko
2011-05-22Add appropriate <linux/prefetch.h> include for prefetch usersPaul Gortmaker
2011-04-18net: chelsio: convert to hw_featuresMichał Mirosław
2011-03-31Fix common misspellingsLucas De Marchi
2010-12-21drivers/net/*/: Use static constJoe Perches
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-02drivers/net: avoid some skb->ip_summed initializationsEric Dumazet
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-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-16percpu: add __percpu sparse annotations to net driversTejun Heo
2010-02-09tree-wide: Assorted spelling fixesDaniel Mack
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-04-13drivers/net: replace BUG() with BUG_ON() if possibleAlexander Beregalov
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-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-28drivers/net/chelsio/: #if 0 unused functionsAdrian Bunk
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
2007-11-15[CHELSIO]: Fix skb->dev setting.Divy Le Ray
2007-10-10[NET]: Make NAPI polling independent of struct net_device objects.Stephen Hemminger
2007-04-25[SK_BUFF]: Introduce skb_copy_to_linear_data{_offset}Arnaldo Carvalho de Melo
2007-04-25[SK_BUFF]: Introduce skb_copy_from_linear_data{_offset}Arnaldo Carvalho de Melo
2007-04-25[SK_BUFF]: Introduce tcp_hdr(), remove skb->h.thArnaldo Carvalho de Melo
2007-04-25[SK_BUFF]: Introduce arp_hdr(), remove skb->nh.arphArnaldo Carvalho de Melo
2007-04-25[SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iphArnaldo Carvalho de Melo
2007-04-25[SK_BUFF]: Introduce skb_network_offset()Arnaldo Carvalho de Melo
2007-04-25[ETH]: Make eth_type_trans set skb->dev like the other *_type_transArnaldo Carvalho de Melo
2007-02-27chelsio: Fix non-NAPI compileRoland Dreier
2007-02-05git-netdev-all: chelsio fixAndrew Morton
2007-02-05chelsio: more rx speedupStephen Hemminger
2007-02-05chelsio: NAPI speed improvementStephen Hemminger
2007-02-05chelsio: misc cleanups in sgeFrancois Romieu
2007-02-05chelsio: useless curly bracesFrancois Romieu