Merge branch 'linus' into cont_syslog
[safe/jmp/linux-2.6] / drivers / net / ixgb /
2010-05-14 Joe Perchesixgb and e1000: Use new function for copybreak tests
2010-05-14 Joe Perchesdrivers/net: Remove unnecessary returns from void funct...
2010-04-27 Nick Nunleyixgb: use DMA API instead of PCI DMA functions
2010-04-27 Joe Perchesixgb: Use pr_<level> and netdev_<level>
2010-04-03 Jiri Pirkonet: convert multicast list to list_head
2010-02-22 Jiri Pirkonet: convert multiple drivers to use netdev_for_each_mc...
2010-02-16 Joe Perchesdrivers/net/ixgb: Use netif_printk macros
2010-02-12 Jiri Pirkonet: use netdev_mc_count and netdev_mc_empty when appro...
2010-01-23 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2010-01-21 Roel Kluine1000/e1000e/igb/igbvf/ixgb/ixgbe: Fix tests of unsigne...
2010-01-08 Alexey Dobriyandrivers/net/: use DEFINE_PCI_DEVICE_TABLE()
2009-12-03 Alexander Duyckixgb: remove use of skb_dma_map from ixgb
2009-11-19 Joe Perchesdrivers/net: request_irq - Remove unnecessary leading...
2009-10-13 Ajit Khapardeixgb: Fix erroneous display of stats by ethtool -S
2009-10-13 Eric Dumazetnet: Use netdev_alloc_skb_ip_align()
2009-10-08 Ajit Khapardeixgb: Use the instance of net_device_stats from net_device.
2009-09-01 Stephen Hemmingerintel: convert drivers to netdev_tx_t
2009-08-02 Dean Nelsonixgb: return PCI_ERS_RESULT_DISCONNECT on permanent...
2009-07-06 Patrick McHardynet: use NETDEV_TX_OK instead of 0 in ndo_start_xmit...
2009-06-08 Eric Dumazetnet: skb_shared_info optimization
2009-05-29 Eric Dumazetnet: dont update dev->trans_start in 10GB drivers
2009-05-07 Jesse Brandeburge1000/e1000e/igb/ixgb: don't txhang after link down
2009-04-30 Ben Hutchingsixgb: Use generic MDIO definitions
2009-04-22 Jesse Brandeburge1000/e1000e/igb/ixgb: do not use netif_wake_queue...
2009-04-20 Jesse Brandeburgixgb: fix link down initial state
2009-04-13 Alexander Beregalovdrivers/net: replace BUG() with BUG_ON() if possible
2009-04-07 Yang Hongyangdma-mapping: replace all DMA_32BIT_MASK macro with...
2009-04-07 Yang Hongyangdma-mapping: replace all DMA_64BIT_MASK macro with...
2009-03-20 Alexander Duyckixgb: refactor tx path to use skb_dma_map/unmap
2009-01-21 Ben Hutchingsnet: Remove redundant NAPI functions
2008-12-26 David S. Millernet: Fix warning fallout from recent NAPI interface...
2008-12-23 Neil Hormannet: Remove unused netdev arg from some NAPI interfaces.
2008-11-27 Jeff Kirsherixgb: cleanup link up/down messages
2008-11-21 Stephen Hemmingernetdev: add more functions to netdevice ops
2008-11-20 Stephen Hemmingerixgb: convert to net_device_ops
2008-11-04 David S. Millerdrivers/net: Kill now superfluous ->last_rx stores.
2008-10-31 Arjan van de Venpci: use pci_ioremap_bar() in drivers/net
2008-10-08 Brandeburg, Jesseixgb: fix bug when freeing resources
2008-09-24 Harvey Harrisondrivers/net: replace __FUNCTION__ with __func__
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
next