summaryrefslogtreecommitdiff
path: root/drivers/net/chelsio
AgeCommit message (Expand)Author
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
2006-12-05WorkQueue: Fix up arch-specific work items where possibleDavid Howells
2006-12-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Howells
2006-12-02[PATCH] chelesio: transmit locking (plus bug fix).Stephen Hemminger
2006-12-02[PATCH] chelsio: statistics improvementStephen Hemminger
2006-12-02[PATCH] chelsio: add MSI supportStephen Hemminger
2006-12-02[PATCH] chelsio: use standard CRC routinesStephen Hemminger
2006-12-02[PATCH] chelsio: cleanup pm3393 codeStephen Hemminger
2006-12-02[PATCH] chelsio: add 1G swcixw aupportStephen Hemminger
2006-12-02[PATCH] chelsio: add support for other 10G boardsStephen Hemminger
2006-12-02[PATCH] chelsio: remove unused mutexStephen Hemminger
2006-12-02[PATCH] chelsio: use kzallocStephen Hemminger
2006-12-02[PATCH] chelsio: whitespace fixesStephen Hemminger
2006-12-02[PATCH] chelsio: use kzallocStephen Hemminger
2006-12-02[PATCH] chelsio: use __netif_rx_schedule_prepStephen Hemminger
2006-12-02[PATCH] chelsio: free_netdevStephen Hemminger
2006-12-02[PATCH] chelsio: procectomyStephen Hemminger
2006-12-02[PATCH] chelsio: whitespace cleanupStephen Hemminger
2006-12-02[PATCH] chelsio: remove leftover codeStephen Hemminger
2006-11-22WorkStruct: make allyesconfigDavid Howells
2006-10-10[PATCH] chelsio: add endian annotationsAlexey Dobriyan
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells
2006-09-24Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds
2006-09-22[NET]: Replace CHECKSUM_HW by CHECKSUM_PARTIAL/CHECKSUM_COMPLETEPatrick McHardy
2006-09-13drivers/net: const-ify ethtool_ops declarationsJeff Garzik
2006-08-19drivers/net: Remove deprecated use of pci_module_init()Jeff Garzik
2006-07-08[NET] gso: Add skb_is_gsoHerbert Xu
2006-07-02[PATCH] irq-flags: drivers/net: Use the new IRQF_ constantsThomas Gleixner
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel
2006-06-23[NET]: Merge TSO/UFO fields in sk_buffHerbert Xu
2006-04-04kbuild: fix unneeded rebuilds in drivers/net/chelsio after moving source treeCarl-Daniel Hailfinger
2006-04-02BUG_ON() Conversion in drivers/net/Eric Sesterhenn
2006-03-25[PATCH] Remove MODULE_PARMRusty Russell
2006-03-16Merge branch 'upstream-fixes'Jeff Garzik
2006-03-16[netdrvr] fix array overflows in Chelsio driverScott Bardone
2006-03-11[PATCH] chelsio/espi.c:tricn_init(): remove dead codeAdrian Bunk
2006-03-06Merge branch 'upstream-fixes'Jeff Garzik
2006-03-06[PATCH] chelsio: fix kmalloc failure in t1_espi_createEric Sesterhenn
2006-03-03Massive net driver const-ification.Arjan van de Ven