aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/chelsio (follow)
AgeCommit message (Expand)AuthorFilesLines
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
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-03-02[VLAN]: Avoid a 4-order allocation.Dan Aloni1-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: tabulate the update of the statistic countersFrancois Romieu5-205/+222
2007-02-05chelsio: misc cleanups in sgeFrancois Romieu1-35/+19
2007-02-05chelsio: useless test in cxgb2::remove_oneFrancois Romieu1-16/+16
2007-02-05chelsio: useless curly bracesFrancois Romieu4-8/+5
2007-02-05chelsio: spaces, tabs and friendsFrancois Romieu15-288/+288
2007-02-05chelsio: the return statement is not a functionFrancois Romieu2-14/+14
2007-02-05chelsio: move return, break and continue statements on their own lineFrancois Romieu6-10/+20
2007-01-09chelsio: error path fixStephen Hemminger1-2/+3
2006-12-11[PATCH] chelsio: working NAPIStephen Hemminger3-83/+59
2006-12-05WorkQueue: Fix up arch-specific work items where possibleDavid Howells2-4/+6
2006-12-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6David Howells28-688/+9086
2006-12-02[PATCH] chelesio: transmit locking (plus bug fix).Stephen Hemminger1-4/+15
2006-12-02[PATCH] chelsio: statistics improvementStephen Hemminger3-68/+100
2006-12-02[PATCH] chelsio: add MSI supportStephen Hemminger2-3/+18
2006-12-02[PATCH] chelsio: use standard CRC routinesStephen Hemminger1-28/+3
2006-12-02[PATCH] chelsio: cleanup pm3393 codeStephen Hemminger1-40/+29
2006-12-02[PATCH] chelsio: add 1G swcixw aupportStephen Hemminger11-0/+2773
2006-12-02[PATCH] chelsio: add support for other 10G boardsStephen Hemminger22-368/+6038
2006-12-02[PATCH] chelsio: remove unused mutexStephen Hemminger2-2/+0
2006-12-02[PATCH] chelsio: use kzallocStephen Hemminger2-4/+3
2006-12-02[PATCH] chelsio: whitespace fixesStephen Hemminger4-16/+16
2006-12-02[PATCH] chelsio: use kzallocStephen Hemminger1-6/+3
2006-12-02[PATCH] chelsio: use __netif_rx_schedule_prepStephen Hemminger1-15/+3
2006-12-02[PATCH] chelsio: free_netdevStephen Hemminger1-7/+7
2006-12-02[PATCH] chelsio: procectomyStephen Hemminger1-14/+0
2006-12-02[PATCH] chelsio: whitespace cleanupStephen Hemminger1-101/+101
2006-12-02[PATCH] chelsio: remove leftover codeStephen Hemminger1-35/+0
2006-11-22WorkStruct: make allyesconfigDavid Howells2-8/+10