aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/chelsio (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2006-10-10[PATCH] chelsio: add endian annotationsAlexey Dobriyan1-3/+3
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells3-12/+5
2006-09-24Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6Linus Torvalds1-2/+2
2006-09-22[NET]: Replace CHECKSUM_HW by CHECKSUM_PARTIAL/CHECKSUM_COMPLETEPatrick McHardy1-5/+5
2006-09-13drivers/net: const-ify ethtool_ops declarationsJeff Garzik1-1/+1
2006-08-19drivers/net: Remove deprecated use of pci_module_init()Jeff Garzik1-1/+1
2006-07-08[NET] gso: Add skb_is_gsoHerbert Xu1-1/+1
2006-07-02[PATCH] irq-flags: drivers/net: Use the new IRQF_ constantsThomas Gleixner1-1/+1
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel3-3/+0
2006-06-23[NET]: Merge TSO/UFO fields in sk_buffHerbert Xu1-2/+2
2006-04-04kbuild: fix unneeded rebuilds in drivers/net/chelsio after moving source treeCarl-Daniel Hailfinger1-1/+1
2006-04-02BUG_ON() Conversion in drivers/net/Eric Sesterhenn1-2/+1
2006-03-25[PATCH] Remove MODULE_PARMRusty Russell1-1/+1
2006-03-16Merge branch 'upstream-fixes'Jeff Garzik1-3/+3
2006-03-16[netdrvr] fix array overflows in Chelsio driverScott Bardone1-3/+3