aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ixgb
AgeCommit message (Expand)AuthorFilesLines
2006-09-24Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus 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/netde...Jeff 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
2006-05-25ixgb: add performance enhancements to the buffer_info structAuke Kok2-30/+45
2006-05-23ixgb: increment version to 1.0.104-k2Auke Kok1-1/+1
2006-05-23ixgb: add tx timeout counterAuke Kok3-4/+27
2006-05-23ixgb: use DPRINTK and msglvl, and ethtool to control itAuke Kok3-15/+54
2006-05-23ixgb: remove hardcoded numberAuke Kok1-1/+3
2006-05-23ixgb: add copper 10gig driver idAuke Kok3-3/+9
2006-05-23ixgb: add NETIF_F_LLTX analogous to e1000Auke Kok1-2/+29
2006-05-23ixgb: fix flow controlAuke Kok1-13/+11
2006-05-23ixgb: remove duplicate code setting duplex and speedAuke Kok1-21/+14
2006-05-23ixgb: fix rare early tso completionAuke Kok1-2/+15
2006-04-12[PATCH] Use pci_set_consistent_dma_mask in ixgb driverAndreas Schwab1-4/+9
2005-11-05[PATCH] drivers/net/ixgb/: make some code staticAdrian Bunk4-28/+24
2005-09-21Merge /spare/repo/linux-2.6/Jeff Garzik1-2/+0
2005-09-14[PATCH] drivers/net: fix-up schedule_timeout() usageNishanth Aravamudan1-4/+3
2005-09-14[PATCH] ixgb: support ETHTOOL_GPERMADDRJohn W. Linville2-1/+3
2005-09-14[PATCH] ixgb: correct rx_dropped countingJohn W. Linville1-2/+0
2005-08-11[PATCH] ixgb: Driver version, white space, commentsMalli Chilakala2-4/+9
2005-08-11[PATCH] ixgb: Redefined buffer_info-dma to be dma_addr_t instead of uint64Malli Chilakala1-1/+1
2005-08-11[PATCH] ixgb: Remove unused functionsMalli Chilakala2-178/+1
2005-08-11[PATCH] ixgb: Ethtool cleanup patch from Stephen HemmingerMalli Chilakala1-1/+1
2005-08-11[PATCH] ixgb: Fix data output by ethtool -dMalli Chilakala1-1/+2
2005-08-11[PATCH] ixgb: Fix Broadcast/Multicast packets received statisticsMalli Chilakala1-1/+2
2005-08-11[PATCH] ixgb: Use netdev_priv() instead of netdev->privMalli Chilakala2-30/+32
2005-08-11[PATCH] ixgb: Fix unnecessary link state messagesMalli Chilakala1-0/+21
2005-08-11[PATCH] ixgb: Set RXDCTL:PTHRESH/HTHRESH to zeroMalli Chilakala1-3/+5
2005-06-26Merge upstream (approx. 2.6.12-git8) into 'janitor' branch of netdev-2.6.Jeff Garzik5-116/+71
2005-05-12 [PATCH] ixgb: Add MODULE_VERSIONJohn W. Linville1-1/+3
2005-05-12[PATCH] ixgb: Driver version, white space, comments, device idMalli Chilakala1-2/+4
2005-05-12[PATCH] ixgb: Fixed msec_delay in osdep to use msleepMalli Chilakala1-2/+1
2005-05-12[PATCH] ixgb: Code optimizationMalli Chilakala1-16/+12
2005-05-12[PATCH] ixgb: Remove hook for suspend, no power managementMalli Chilakala1-71/+4
2005-05-12[PATCH] ixgb: Support for ethtool -dMalli Chilakala1-1/+3
2005-05-12[PATCH] ixgb: Fix EEPROM functions to be endian-awareMalli Chilakala1-12/+12
2005-05-12[PATCH] ixgb: Reset status in the RxMalli Chilakala1-2/+6
2005-05-12[PATCH] ixgb: Mask RXO interruptMalli Chilakala1-2/+2
2005-05-12[PATCH] ixgb: Change RDT write bump size to 4Malli Chilakala1-1/+1
2005-05-12[PATCH] ixgb: Do not set the RS bit on context descriptorsMalli Chilakala1-3/+2
2005-05-12[PATCH] ixgb: Fix multi-cast packet count in statisticsMalli Chilakala1-4/+23
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds11-0/+6654