summaryrefslogtreecommitdiffstats
path: root/drivers/net/ixgb
Commit message (Expand)AuthorAgeFilesLines
* Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6Linus Torvalds2007-02-071-1/+1
|\
| * PCI: Use newly defined PCI channel offline routineLinas Vepstas2007-02-071-1/+1
* | remove NETIF_F_TSO ifdeferyArjan van de Ven2007-02-053-12/+0
|/
* ixgb: Write RA register high word first, increment versionAaron Salter2007-01-062-2/+3
* ixgb: Maybe stop TX if not enough free descriptorsJesse Brandeburg2007-01-063-3/+36
* ixgb: Fix early TSO completionJesse Brandeburg2007-01-061-2/+16
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Howells2006-12-051-1/+1
|\
| * [NET]: Split skb->csumAl Viro2006-12-021-1/+1
* | WorkStruct: make allyesconfigDavid Howells2006-11-221-5/+5
|/
* IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells2006-10-051-4/+3
* e100, e1000, ixgb: increment version numbersAuke Kok2006-09-271-1/+1
* ixgb: convert to netdev_priv(netdev)Auke Kok2006-09-271-3/+3
* ixgb: combine more rx descriptors to improve performanceJesse Brandeburg2006-09-271-1/+1
* e100, e1000, ixgb: Fix an impossible memory overwrite bugAuke Kok2006-09-271-1/+1
* e100, e1000, ixgb: update copyright header and remove LICENSEAuke Kok2006-09-2711-199/+199
* Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds2006-09-246-44/+151
|\
| * e1000, ixgb: Remove pointless wrappersJeff Garzik2006-09-192-15/+3
| * drivers/net: const-ify ethtool_ops declarationsJeff Garzik2006-09-131-1/+1
| * ixgb: Increment version to 1.0.112-k2Auke Kok2006-08-311-1/+1
| * ixgb: remove skb->dev assignmentAuke Kok2006-08-311-7/+4
| * ixgb: Add PCI Error recovery callbacksLinas Vepstas2006-08-311-1/+111
| * ixgb: Add buffer_info and test like e1000 has.Jesse Brandeburg2006-08-311-0/+7
| * ixgb: Cache-align all TX components of the adapter struct.Jesse Brandeburg2006-08-311-1/+1
| * ixgb: recalculate after how many descriptors to wake the queueAuke Kok2006-08-312-4/+1
| * ixgb: Set a constant blink rate for ixgb adapter identify (1sec on, 1sec off)Jesse Brandeburg2006-08-311-5/+1
| * ixgb: convert dev->priv to netdev_priv(dev).Auke Kok2006-08-311-1/+1
| * ixgb: Convert dev_alloc_skb to netdev_alloc_skb.Auke Kok2006-08-311-2/+2
| * Merge branch 'upstream-fixes' of git://lost.foo-projects.org/~ahkok/git/netde...Jeff Garzik2006-08-243-7/+19
| |\
| | * ixgb: Increment version to 1.0.109-k4Auke Kok2006-08-161-1/+1
| | * ixgb: fix cache miss due to miscalculationJesse Brandeburg2006-08-161-6/+6
| | * ixgb: Add CX4 PHY type detection and subdevice ID.Manasi Deval2006-08-162-0/+12
| * | drivers/net: Remove deprecated use of pci_module_init()Jeff Garzik2006-08-191-1/+1
| |/
* | [NET]: Replace CHECKSUM_HW by CHECKSUM_PARTIAL/CHECKSUM_COMPLETEPatrick McHardy2006-09-221-1/+1
|/
* [PATCH] ixgb: fix tx unit hang - properly calculate desciptor countAuke Kok2006-07-121-2/+2
* [NET] gso: Add skb_is_gsoHerbert Xu2006-07-081-1/+1
* [PATCH] irq-flags: drivers/net: Use the new IRQF_ constantsThomas Gleixner2006-07-021-1/+1
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0
* [NET]: Merge TSO/UFO fields in sk_buffHerbert Xu2006-06-231-2/+2
* ixgb: update version, datesAuke Kok2006-05-2611-13/+13
* ixgb: remove changelogAuke Kok2006-05-261-16/+0
* ixgb: replace netdev->priv with netdev_priv()Auke Kok2006-05-261-2/+2
* ixgb: remove inlines, allow compiler to chooseAuke Kok2006-05-261-8/+8
* ixgb: remove lock access in the fast pathAuke Kok2006-05-261-6/+6
* ixgb: allocate only buffersize neededAuke Kok2006-05-261-28/+7
* ixgb: revert an unwanted fix regarding tso/descriptorsAuke Kok2006-05-261-14/+1
* ixgb: fix interface losing macaddr on ifdn/upAuke Kok2006-05-261-0/+1
* ixgb: fix smp polling race conditionAuke Kok2006-05-261-4/+5
* ixgb: increment version to 1.0.104-k4Auke Kok2006-05-251-1/+1
* ixgb: use rx copybreak/skb recycleAuke Kok2006-05-251-0/+20
* ixgb: add performance enhancements to the buffer_info structAuke Kok2006-05-252-30/+45
OpenPOWER on IntegriCloud