aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/chelsio
AgeCommit message (Expand)Author
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
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