summaryrefslogtreecommitdiffstats
path: root/drivers/net/ixgb/ixgb_main.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds2006-09-241-19/+133
|\
| * ixgb: Increment version to 1.0.112-k2Auke Kok2006-08-311-1/+1
| * ixgb: remove skb->dev assignmentAuke Kok2006-08-311-7/+4Star
| * 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: recalculate after how many descriptors to wake the queueAuke Kok2006-08-311-1/+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-241-7/+7
| |\
| | * 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
| * | 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
* [NET]: Merge TSO/UFO fields in sk_buffHerbert Xu2006-06-231-2/+2
* ixgb: update version, datesAuke Kok2006-05-261-3/+3
* ixgb: remove changelogAuke Kok2006-05-261-16/+0Star
* 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/+7Star
* ixgb: revert an unwanted fix regarding tso/descriptorsAuke Kok2006-05-261-14/+1Star
* 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-251-30/+44
* ixgb: increment version to 1.0.104-k2Auke Kok2006-05-231-1/+1
* ixgb: add tx timeout counterAuke Kok2006-05-231-4/+25
* ixgb: use DPRINTK and msglvl, and ethtool to control itAuke Kok2006-05-231-14/+32
* ixgb: add copper 10gig driver idAuke Kok2006-05-231-2/+5
* ixgb: add NETIF_F_LLTX analogous to e1000Auke Kok2006-05-231-2/+29
* ixgb: fix rare early tso completionAuke Kok2006-05-231-2/+15
* [PATCH] Use pci_set_consistent_dma_mask in ixgb driverAndreas Schwab2006-04-131-4/+9
* [PATCH] drivers/net/ixgb/: make some code staticAdrian Bunk2005-11-061-1/+1
* Merge /spare/repo/linux-2.6/Jeff Garzik2005-09-221-2/+0Star
|\
| * [PATCH] ixgb: correct rx_dropped countingJohn W. Linville2005-09-141-2/+0Star
* | [PATCH] ixgb: support ETHTOOL_GPERMADDRJohn W. Linville2005-09-141-1/+2
|/
* [PATCH] ixgb: Driver version, white space, commentsMalli Chilakala2005-08-111-3/+7
* [PATCH] ixgb: Fix Broadcast/Multicast packets received statisticsMalli Chilakala2005-08-111-1/+2
* [PATCH] ixgb: Use netdev_priv() instead of netdev->privMalli Chilakala2005-08-111-16/+16
* [PATCH] ixgb: Set RXDCTL:PTHRESH/HTHRESH to zeroMalli Chilakala2005-08-111-3/+5
* Merge upstream (approx. 2.6.12-git8) into 'janitor' branch of netdev-2.6.Jeff Garzik2005-06-261-100/+54Star
|\
| * [PATCH] ixgb: Driver version, white space, comments, device idMalli Chilakala2005-05-131-2/+4
| * [PATCH] ixgb: Code optimizationMalli Chilakala2005-05-131-16/+12Star
| * [PATCH] ixgb: Remove hook for suspend, no power managementMalli Chilakala2005-05-131-71/+4Star
| * [PATCH] ixgb: Reset status in the RxMalli Chilakala2005-05-131-2/+6
| * [PATCH] ixgb: Mask RXO interruptMalli Chilakala2005-05-131-2/+2
| * [PATCH] ixgb: Do not set the RS bit on context descriptorsMalli Chilakala2005-05-131-3/+2Star