aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/ixgb/ixgb_main.c
AgeCommit message (Expand)Author
2007-05-17ixgb: don't print error if pci_enable_msi() fails, cleanup minor leakAuke Kok
2007-04-28ixgb: ROUND_UP macro cleanup in drivers/net/ixgbMilind Arun Choudhary
2007-04-25[SK_BUFF]: Introduce skb_copy_to_linear_data{_offset}Arnaldo Carvalho de Melo
2007-04-25[SK_BUFF]: Introduce tcp_hdr(), remove skb->h.thArnaldo Carvalho de Melo
2007-04-25[TCP]: Introduce tcp_hdrlen() and tcp_optlen()Arnaldo Carvalho de Melo
2007-04-25[SK_BUFF]: Introduce skb_transport_offset()Arnaldo Carvalho de Melo
2007-04-25[SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iphArnaldo Carvalho de Melo
2007-04-25[SK_BUFF]: Introduce skb_network_offset()Arnaldo Carvalho de Melo
2007-03-02[VLAN]: Avoid a 4-order allocation.Dan Aloni
2007-02-07Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6Linus Torvalds
2007-02-07PCI: Use newly defined PCI channel offline routineLinas Vepstas
2007-02-05remove NETIF_F_TSO ifdeferyArjan van de Ven
2007-01-06ixgb: Write RA register high word first, increment versionAaron Salter
2007-01-06ixgb: Maybe stop TX if not enough free descriptorsJesse Brandeburg
2007-01-06ixgb: Fix early TSO completionJesse Brandeburg
2006-12-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Howells
2006-12-02[NET]: Split skb->csumAl Viro
2006-11-22WorkStruct: make allyesconfigDavid Howells
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells
2006-09-27e100, e1000, ixgb: increment version numbersAuke Kok
2006-09-27ixgb: convert to netdev_priv(netdev)Auke Kok
2006-09-27e100, e1000, ixgb: Fix an impossible memory overwrite bugAuke Kok
2006-09-27e100, e1000, ixgb: update copyright header and remove LICENSEAuke Kok
2006-09-24Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds
2006-09-22[NET]: Replace CHECKSUM_HW by CHECKSUM_PARTIAL/CHECKSUM_COMPLETEPatrick McHardy
2006-08-31ixgb: Increment version to 1.0.112-k2Auke Kok
2006-08-31ixgb: remove skb->dev assignmentAuke Kok
2006-08-31ixgb: Add PCI Error recovery callbacksLinas Vepstas
2006-08-31ixgb: Add buffer_info and test like e1000 has.Jesse Brandeburg
2006-08-31ixgb: recalculate after how many descriptors to wake the queueAuke Kok
2006-08-31ixgb: convert dev->priv to netdev_priv(dev).Auke Kok
2006-08-31ixgb: Convert dev_alloc_skb to netdev_alloc_skb.Auke Kok
2006-08-24Merge branch 'upstream-fixes' of git://lost.foo-projects.org/~ahkok/git/netde...Jeff Garzik
2006-08-19drivers/net: Remove deprecated use of pci_module_init()Jeff Garzik
2006-08-16ixgb: Increment version to 1.0.109-k4Auke Kok
2006-08-16ixgb: fix cache miss due to miscalculationJesse Brandeburg
2006-07-12[PATCH] ixgb: fix tx unit hang - properly calculate desciptor countAuke Kok
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-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: 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