Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
[safe/jmp/linux-2.6] / drivers / net / ixgb / ixgb_main.c
2008-03-28 David S. MillerMerge branch 'master' of git://git./linux/kernel/git...
2008-03-26 Jesse Brandeburgixgb: remove irq_sem
2008-03-26 Joe Perchesixgb: convert boolean_t to bool
2008-03-26 Jesse Brandeburgixgb: add explicit state checking
2008-03-26 Julia Lawallixgb: remove unused variable
2008-01-28 Matheos Workuixgb: enable sun hardware support for broadcom phy
2008-01-21 David S. Miller[NET]: Fix interrupt semaphore corruption in Intel...
2008-01-09 David S. Miller[NET]: Make ->poll() breakout consistent in Intel ether...
2008-01-09 David S. Miller[NET]: Do not check netif_running() and carrier state...
2007-12-14 Matheos Workuixgb: make sure jumbos stay enabled after reset
2007-10-30 Auke Kokixgb: fix TX hangs under heavy load
2007-10-30 Stephen Hemmingerixgb: fix sparse warnings
2007-10-10 Ralf Baechle[NET]: Nuke SET_MODULE_OWNER macro.
2007-10-10 Stephen Hemminger[NET]: Make NAPI polling independent of struct net_devi...
2007-05-18 Auke Kokixgb: don't print error if pci_enable_msi() fails,...
2007-04-28 Milind Arun Choudharyixgb: ROUND_UP macro cleanup in drivers/net/ixgb
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Introduce skb_copy_to_linear_data{_offset}
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Introduce tcp_hdr(), remove skb->h.th
2007-04-26 Arnaldo Carvalho... [TCP]: Introduce tcp_hdrlen() and tcp_optlen()
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Introduce skb_transport_offset()
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iph
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Introduce skb_network_offset()
2007-03-03 Dan Aloni[VLAN]: Avoid a 4-order allocation.
2007-02-08 Linus TorvaldsMerge /pub/scm/linux/kernel/git/gregkh/pci-2.6
2007-02-07 Linas VepstasPCI: Use newly defined PCI channel offline routine
2007-02-05 Arjan van de Venremove NETIF_F_TSO ifdefery
2007-01-06 Aaron Salterixgb: Write RA register high word first, increment...
2007-01-06 Jesse Brandeburgixgb: Maybe stop TX if not enough free descriptors
2007-01-06 Jesse Brandeburgixgb: Fix early TSO completion
2006-12-05 David HowellsMerge branch 'master' of git://git./linux/kernel/git...
2006-12-03 Al Viro[NET]: Split skb->csum
2006-11-22 David HowellsWorkStruct: make allyesconfig
2006-10-05 David HowellsIRQ: Maintain regs pointer globally rather than passing...
2006-09-27 Auke Koke100, e1000, ixgb: increment version numbers
2006-09-27 Auke Kokixgb: convert to netdev_priv(netdev)
2006-09-27 Auke Koke100, e1000, ixgb: Fix an impossible memory overwrite bug
2006-09-27 Auke Koke100, e1000, ixgb: update copyright header and remove...
2006-09-24 Linus TorvaldsMerge branch 'upstream-linus' of /linux/kernel/git...
2006-09-22 Patrick McHardy[NET]: Replace CHECKSUM_HW by CHECKSUM_PARTIAL/CHECKSUM...
2006-08-31 Auke Kokixgb: Increment version to 1.0.112-k2
2006-08-31 Auke Kokixgb: remove skb->dev assignment
2006-08-31 Linas Vepstasixgb: Add PCI Error recovery callbacks
2006-08-31 Jesse Brandeburgixgb: Add buffer_info and test like e1000 has.
2006-08-31 Auke Kokixgb: recalculate after how many descriptors to wake...
2006-08-31 Auke Kokixgb: convert dev->priv to netdev_priv(dev).
2006-08-31 Auke Kokixgb: Convert dev_alloc_skb to netdev_alloc_skb.
2006-08-24 Jeff GarzikMerge branch 'upstream-fixes' of git://lost.foo-project...
2006-08-19 Jeff Garzikdrivers/net: Remove deprecated use of pci_module_init()
2006-08-16 Auke Kokixgb: Increment version to 1.0.109-k4
2006-08-16 Jesse Brandeburgixgb: fix cache miss due to miscalculation
2006-07-12 Auke Kok[PATCH] ixgb: fix tx unit hang - properly calculate...
2006-07-08 Herbert Xu[NET] gso: Add skb_is_gso
2006-07-02 Thomas Gleixner[PATCH] irq-flags: drivers/net: Use the new IRQF_ constants
2006-06-23 Herbert Xu[NET]: Merge TSO/UFO fields in sk_buff
2006-05-26 Auke Kokixgb: update version, dates
2006-05-26 Auke Kokixgb: remove changelog
2006-05-26 Auke Kokixgb: remove inlines, allow compiler to choose
2006-05-26 Auke Kokixgb: remove lock access in the fast path
2006-05-26 Auke Kokixgb: allocate only buffersize needed
2006-05-26 Auke Kokixgb: revert an unwanted fix regarding tso/descriptors
2006-05-26 Auke Kokixgb: fix interface losing macaddr on ifdn/up
2006-05-26 Auke Kokixgb: fix smp polling race condition
2006-05-25 Auke Kokixgb: increment version to 1.0.104-k4
2006-05-25 Auke Kokixgb: use rx copybreak/skb recycle
2006-05-25 Auke Kokixgb: add performance enhancements to the buffer_info...
2006-05-23 Auke Kokixgb: increment version to 1.0.104-k2
2006-05-23 Auke Kokixgb: add tx timeout counter
2006-05-23 Auke Kokixgb: use DPRINTK and msglvl, and ethtool to control it
2006-05-23 Auke Kokixgb: add copper 10gig driver id
2006-05-23 Auke Kokixgb: add NETIF_F_LLTX analogous to e1000
2006-05-23 Auke Kokixgb: fix rare early tso completion
2006-04-12 Andreas Schwab[PATCH] Use pci_set_consistent_dma_mask in ixgb driver
2005-11-06 Adrian Bunk[PATCH] drivers/net/ixgb/: make some code static
2005-09-22 Jeff GarzikMerge /spare/repo/linux-2.6/
2005-09-14 John W. Linville[PATCH] ixgb: support ETHTOOL_GPERMADDR
2005-09-14 John W. Linville[PATCH] ixgb: correct rx_dropped counting
2005-08-11 Malli Chilakala[PATCH] ixgb: Driver version, white space, comments
2005-08-11 Malli Chilakala[PATCH] ixgb: Fix Broadcast/Multicast packets received...
2005-08-11 Malli Chilakala[PATCH] ixgb: Use netdev_priv() instead of netdev-...
2005-08-11 Malli Chilakala[PATCH] ixgb: Set RXDCTL:PTHRESH/HTHRESH to zero
2005-06-26 Jeff GarzikMerge upstream (approx. 2.6.12-git8) into 'janitor...
2005-05-13 John W. Linville [PATCH] ixgb: Add MODULE_VERSION
2005-05-13 Malli Chilakala[PATCH] ixgb: Driver version, white space, comments...
2005-05-13 Malli Chilakala[PATCH] ixgb: Code optimization
2005-05-13 Malli Chilakala[PATCH] ixgb: Remove hook for suspend, no power management
2005-05-13 Malli Chilakala[PATCH] ixgb: Reset status in the Rx
2005-05-13 Malli Chilakala[PATCH] ixgb: Mask RXO interrupt
2005-05-13 Malli Chilakala[PATCH] ixgb: Do not set the RS bit on context descriptors
2005-05-13 Malli Chilakala[PATCH] ixgb: Fix multi-cast packet count in statistics
2005-04-16 Linus TorvaldsLinux-2.6.12-rc2 v2.6.12-rc2