aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/chelsio
AgeCommit message (Expand)Author
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
2007-11-15[CHELSIO]: Fix skb->dev setting.Divy Le Ray
2007-10-10chelsio: sparse warning fixes (old cxgb2)Stephen Hemminger
2007-10-10[netdrvr] Stop using legacy hooks ->self_test_count, ->get_stats_countJeff Garzik
2007-10-10[ETHTOOL] Provide default behaviors for a few ethtool sub-ioctlsJeff Garzik
2007-10-10[NET]: Nuke SET_MODULE_OWNER macro.Ralf Baechle
2007-10-10[NET]: Make NAPI polling independent of struct net_device objects.Stephen Hemminger
2007-06-03network drivers: eliminate unneeded kill_vid codeStephen Hemminger
2007-05-24chelsio parenthesis fixMariusz Kozlowski
2007-04-28chelsio: use const for virtual functionsStephen Hemminger
2007-04-28chelsio: use C99 style initializationStephen Hemminger
2007-04-28chelsio: remove unused code for 1G boardsStephen 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-03-02[VLAN]: Avoid a 4-order allocation.Dan Aloni
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: tabulate the update of the statistic countersFrancois Romieu
2007-02-05chelsio: misc cleanups in sgeFrancois Romieu
2007-02-05chelsio: useless test in cxgb2::remove_oneFrancois Romieu
2007-02-05chelsio: useless curly bracesFrancois Romieu
2007-02-05chelsio: spaces, tabs and friendsFrancois Romieu
2007-02-05chelsio: the return statement is not a functionFrancois Romieu
2007-02-05chelsio: move return, break and continue statements on their own lineFrancois Romieu
2007-01-09chelsio: error path fixStephen Hemminger
2006-12-11[PATCH] chelsio: working NAPIStephen Hemminger