aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/ixgb
AgeCommit message (Expand)Author
2006-07-08[NET] gso: Add skb_is_gsoHerbert Xu
2006-07-02[PATCH] irq-flags: drivers/net: Use the new IRQF_ constantsThomas Gleixner
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel
2006-06-23[NET]: Merge TSO/UFO fields in sk_buffHerbert Xu
2006-05-26ixgb: update version, datesAuke Kok
2006-05-26ixgb: remove changelogAuke Kok
2006-05-26ixgb: replace netdev->priv with netdev_priv()Auke Kok
2006-05-26ixgb: remove inlines, allow compiler to chooseAuke Kok
2006-05-26ixgb: remove lock access in the fast pathAuke Kok
2006-05-26ixgb: allocate only buffersize neededAuke Kok
2006-05-26ixgb: revert an unwanted fix regarding tso/descriptorsAuke Kok
2006-05-26ixgb: fix interface losing macaddr on ifdn/upAuke Kok
2006-05-26ixgb: fix smp polling race conditionAuke Kok
2006-05-25ixgb: increment version to 1.0.104-k4Auke Kok
2006-05-25ixgb: use rx copybreak/skb recycleAuke Kok
2006-05-25ixgb: add performance enhancements to the buffer_info structAuke Kok
2006-05-23ixgb: increment version to 1.0.104-k2Auke Kok
2006-05-23ixgb: add tx timeout counterAuke Kok
2006-05-23ixgb: use DPRINTK and msglvl, and ethtool to control itAuke Kok
2006-05-23ixgb: remove hardcoded numberAuke Kok
2006-05-23ixgb: add copper 10gig driver idAuke Kok
2006-05-23ixgb: add NETIF_F_LLTX analogous to e1000Auke Kok
2006-05-23ixgb: fix flow controlAuke Kok
2006-05-23ixgb: remove duplicate code setting duplex and speedAuke Kok
2006-05-23ixgb: fix rare early tso completionAuke Kok
2006-04-12[PATCH] Use pci_set_consistent_dma_mask in ixgb driverAndreas Schwab
2005-11-05[PATCH] drivers/net/ixgb/: make some code staticAdrian Bunk
2005-09-21Merge /spare/repo/linux-2.6/Jeff Garzik
2005-09-14[PATCH] drivers/net: fix-up schedule_timeout() usageNishanth Aravamudan
2005-09-14[PATCH] ixgb: support ETHTOOL_GPERMADDRJohn W. Linville
2005-09-14[PATCH] ixgb: correct rx_dropped countingJohn W. Linville
2005-08-11[PATCH] ixgb: Driver version, white space, commentsMalli Chilakala
2005-08-11[PATCH] ixgb: Redefined buffer_info-dma to be dma_addr_t instead of uint64Malli Chilakala
2005-08-11[PATCH] ixgb: Remove unused functionsMalli Chilakala
2005-08-11[PATCH] ixgb: Ethtool cleanup patch from Stephen HemmingerMalli Chilakala
2005-08-11[PATCH] ixgb: Fix data output by ethtool -dMalli Chilakala
2005-08-11[PATCH] ixgb: Fix Broadcast/Multicast packets received statisticsMalli Chilakala
2005-08-11[PATCH] ixgb: Use netdev_priv() instead of netdev->privMalli Chilakala
2005-08-11[PATCH] ixgb: Fix unnecessary link state messagesMalli Chilakala
2005-08-11[PATCH] ixgb: Set RXDCTL:PTHRESH/HTHRESH to zeroMalli Chilakala
2005-06-26Merge upstream (approx. 2.6.12-git8) into 'janitor' branch of netdev-2.6.Jeff Garzik
2005-05-12 [PATCH] ixgb: Add MODULE_VERSIONJohn W. Linville
2005-05-12[PATCH] ixgb: Driver version, white space, comments, device idMalli Chilakala
2005-05-12[PATCH] ixgb: Fixed msec_delay in osdep to use msleepMalli Chilakala
2005-05-12[PATCH] ixgb: Code optimizationMalli Chilakala
2005-05-12[PATCH] ixgb: Remove hook for suspend, no power managementMalli Chilakala
2005-05-12[PATCH] ixgb: Support for ethtool -dMalli Chilakala
2005-05-12[PATCH] ixgb: Fix EEPROM functions to be endian-awareMalli Chilakala
2005-05-12[PATCH] ixgb: Reset status in the RxMalli Chilakala
2005-05-12[PATCH] ixgb: Mask RXO interruptMalli Chilakala