IPoIB: Fix deadlock on RTNL between bcast join comp and ipoib_stop()
[safe/jmp/linux-2.6] / drivers / net / ixgb /
2008-07-17 Patrick McHardynetdrv intel: always enable VLAN filtering except in...
2008-07-17 Patrick McHardynetdrv intel: disable VLAN filtering in promiscous...
2008-07-11 Jesse Brandeburgixgb: update copyright dates and versions
2008-07-11 Jesse Brandeburgixgb: make NAPI the only option and the default
2008-07-11 Jesse Brandeburgixgb: cleanup header
2008-07-11 Jesse Brandeburgixgb: audit use of dev_kfree_skb_any
2008-07-11 Jesse Brandeburgixgb: clean up assignments inside if statements
2008-07-11 Jesse Brandeburgixgb: rx cleanup performance improvements
2008-07-11 Jesse Brandeburgixgb: cleanup checkpatch suggestions that are relevant
2008-07-11 Jesse Brandeburgixgb: trivial fix space after for
2008-07-11 Jesse Brandeburgixgb: fix spelling errors
2008-07-11 Jesse Brandeburgixgb: whitespace fixups
2008-07-11 Jesse Brandeburgixgb: cleanup space after while
2008-07-11 Jesse Brandeburgixgb: format all if( to be if (
2008-07-11 Jesse Brandeburgixgb: clean up un-necessary declarations
2008-07-11 Jesse Brandeburgixgb: add copybreak parameter
2008-07-11 Jesse Brandeburgixgb: remove lltx support and update tx routine
2008-07-11 Jesse Brandeburgixgb: fix unload race with timers
2008-07-11 Jesse Brandeburgixgb: fix race on rx_buffer_len in mtu change
2008-07-11 Jesse Brandeburgixgb: move time stamp set before setting dma pointer
2008-07-11 Jesse Brandeburgixgb: don't allow too small MTU
2008-07-11 Jesse Brandeburgixgb: check down state before enable irq
2008-07-11 Jesse Brandeburgixgb: leave room for extra hardware memory usage
2008-07-11 Jesse Brandeburgixgb: fix bug in descriptor ring due to prefetch corruption
2008-07-11 Jesse Brandeburgixgb: repeat 32 bit ioremap cleanup
2008-07-11 Jesse Brandeburgixgb: maybe stop tx port missed a piece
2008-07-07 Patrick McHardynetdrv: don't truncate VLAN TCI with VLAN stripping
2008-04-17 Joe Perchesixgb: convert uint16_t style integers to u16
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 Auke Kokixgb: move externs out of .c files
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-02-24 Auke Kokixgb: add RNBC counter - no buffer count - to ethtool...
2008-02-11 Julia Lawallreplace code with FIELD_SIZEOF
2008-01-28 Matheos Workuixgb: enable sun hardware support for broadcom phy
2008-01-28 Al Viroixgb endianness annotations
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 Al Viroixgb: endianness
2007-10-10 Jeff Garzik[netdrvr] Stop using legacy hooks ->self_test_count...
2007-10-10 Jeff Garzik[ETHTOOL] Provide default behaviors for a few ethtool...
2007-10-10 Denis Chengdrivers/net/: all drivers/net/ cleanup with ARRAY_SIZE
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-07-31 Matthew Wilcox[NET]: ethtool_perm_addr only has one implementation
2007-05-18 Auke Kokixgb: don't print error if pci_enable_msi() fails,...
2007-05-09 Michael OpdenackerFix occurrences of "the the "
2007-05-03 Jean DelvarePCI: Cleanup the includes of <linux/pci.h>
2007-04-28 Milind Arun Choudharyixgb: ROUND_UP macro cleanup in drivers/net/ixgb
2007-04-28 Ahmed S. Darwishixgb: Use ARRAY_SIZE macro when appropriate.
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 Jesse Brandeburgixgb: combine more rx descriptors to improve performance
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-09-19 Jeff Garzike1000, ixgb: Remove pointless wrappers
2006-09-13 Jeff Garzikdrivers/net: const-ify ethtool_ops declarations
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 Jesse Brandeburgixgb: Cache-align all TX components of the adapter...
2006-08-31 Auke Kokixgb: recalculate after how many descriptors to wake...
2006-08-31 Jesse Brandeburgixgb: Set a constant blink rate for ixgb adapter identi...
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-08-16 Manasi Devalixgb: Add CX4 PHY type detection and subdevice ID.
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-30 Jörn EngelRemove obsolete #include <linux/config.h>
next