aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ixgb (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-03-02[VLAN]: Avoid a 4-order allocation.Dan Aloni1-3/+2
2007-02-07Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6Linus Torvalds1-1/+1
2007-02-07PCI: Use newly defined PCI channel offline routineLinas Vepstas1-1/+1
2007-02-05remove NETIF_F_TSO ifdeferyArjan van de Ven3-12/+0
2007-01-06ixgb: Write RA register high word first, increment versionAaron Salter2-2/+3
2007-01-06ixgb: Maybe stop TX if not enough free descriptorsJesse Brandeburg3-3/+36
2007-01-06ixgb: Fix early TSO completionJesse Brandeburg1-2/+16
2006-12-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6David Howells1-1/+1
2006-12-02[NET]: Split skb->csumAl Viro1-1/+1
2006-11-22WorkStruct: make allyesconfigDavid Howells1-5/+5
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells1-4/+3
2006-09-27e100, e1000, ixgb: increment version numbersAuke Kok1-1/+1
2006-09-27ixgb: convert to netdev_priv(netdev)Auke Kok1-3/+3
2006-09-27ixgb: combine more rx descriptors to improve performanceJesse Brandeburg1-1/+1
2006-09-27e100, e1000, ixgb: Fix an impossible memory overwrite bugAuke Kok1-1/+1
2006-09-27e100, e1000, ixgb: update copyright header and remove LICENSEAuke Kok11-199/+199
2006-09-24Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6Linus Torvalds6-44/+151
2006-09-22[NET]: Replace CHECKSUM_HW by CHECKSUM_PARTIAL/CHECKSUM_COMPLETEPatrick McHardy1-1/+1
2006-09-19e1000, ixgb: Remove pointless wrappersJeff Garzik2-15/+3
2006-09-13drivers/net: const-ify ethtool_ops declarationsJeff Garzik1-1/+1
2006-08-31ixgb: Increment version to 1.0.112-k2Auke Kok1-1/+1
2006-08-31ixgb: remove skb->dev assignmentAuke Kok1-7/+4
2006-08-31ixgb: Add PCI Error recovery callbacksLinas Vepstas1-1/+111
2006-08-31ixgb: Add buffer_info and test like e1000 has.Jesse Brandeburg1-0/+7
2006-08-31ixgb: Cache-align all TX components of the adapter struct.Jesse Brandeburg1-1/+1
2006-08-31ixgb: recalculate after how many descriptors to wake the queueAuke Kok2-4/+1
2006-08-31ixgb: Set a constant blink rate for ixgb adapter identify (1sec on, 1sec off)Jesse Brandeburg1-5/+1
2006-08-31ixgb: convert dev->priv to netdev_priv(dev).Auke Kok1-1/+1
2006-08-31ixgb: Convert dev_alloc_skb to netdev_alloc_skb.Auke Kok1-2/+2
2006-08-24Merge branch 'upstream-fixes' of git://lost.foo-projects.org/~ahkok/git/netdev-2.6 into tmpJeff Garzik3-7/+19
2006-08-19drivers/net: Remove deprecated use of pci_module_init()Jeff Garzik1-1/+1
2006-08-16ixgb: Increment version to 1.0.109-k4Auke Kok1-1/+1
2006-08-16ixgb: fix cache miss due to miscalculationJesse Brandeburg1-6/+6
2006-08-16ixgb: Add CX4 PHY type detection and subdevice ID.Manasi Deval2-0/+12
2006-07-12[PATCH] ixgb: fix tx unit hang - properly calculate desciptor countAuke Kok1-2/+2
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 Engel1-1/+0
2006-06-23[NET]: Merge TSO/UFO fields in sk_buffHerbert Xu1-2/+2
2006-05-26ixgb: update version, datesAuke Kok11-13/+13
2006-05-26ixgb: remove changelogAuke Kok1-16/+0
2006-05-26ixgb: replace netdev->priv with netdev_priv()Auke Kok1-2/+2
2006-05-26ixgb: remove inlines, allow compiler to chooseAuke Kok1-8/+8
2006-05-26ixgb: remove lock access in the fast pathAuke Kok1-6/+6
2006-05-26ixgb: allocate only buffersize neededAuke Kok1-28/+7
2006-05-26ixgb: revert an unwanted fix regarding tso/descriptorsAuke Kok1-14/+1
2006-05-26ixgb: fix interface losing macaddr on ifdn/upAuke Kok1-0/+1
2006-05-26ixgb: fix smp polling race conditionAuke Kok1-4/+5
2006-05-25ixgb: increment version to 1.0.104-k4Auke Kok1-1/+1
2006-05-25ixgb: use rx copybreak/skb recycleAuke Kok1-0/+20