Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/drzeus/mmc
[safe/jmp/linux-2.6] / drivers / net / igb / igb_main.c
2009-05-06 Alexander Duyckigb: resolve panic on shutdown when SR-IOV is enabled
2009-04-11 Alexander Duyckigb: do not check for vf_data if we didn't enable vfs
2009-04-08 Alexander Duyckigb: remove sysfs entry that was used to set the number...
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-04-02 Rafael J. Wysockinet/igb: Fix kexec with igb (rev. 3)
2009-04-02 Alexander Duyckigb: set num_rx/tx_queues to 0 when queues are freed
2009-04-02 Alexander Duyckigb: add support for x2 link width configurations
2009-03-21 Alexander Duyckigb: cleanup tx dma so map & unmap use matching calls
2009-03-21 Alexander Duyckigb: rework igb_set_multi so that vfs are properly...
2009-03-21 Alexander Duyckigb: update driver to use setup_timer function
2009-03-21 Alexander Duyckigb: remove IGB_DESC_UNUSED since it is better handled...
2009-03-21 Arthur Jonesigb: allow tx of pre-formatted vlan tagged packets
2009-03-17 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2009-03-15 Alexander Duyckigb: remove ASPM L0s workaround
2009-03-14 Alexander Duyckigb: add support for 82576 quad copper adapter
2009-03-14 Alexander Duyckigb: add support for another dual port 82576 non-securi...
2009-03-14 Alexander Duyckigb: correct typo that was setting vfta mask to 1
2009-03-14 Alexander Duyckigb: add PF to pool
2009-03-14 Alexander Duyckigb: support wol on second port
2009-03-14 Alexander Duyckigb: resolve warning of unused adapter struct
2009-03-14 Alexander Duyckigb: remove netif running call from igb_poll
2009-03-14 Maciej Sosnowskiigb: switch to new dca API
2009-03-03 Alexander Duyckigb: remove skb_orphan calls
2009-02-20 Alexander Duyckigb: this patch addes the sr-iov enablement option...
2009-02-20 Alexander Duyckigb: Add support for enabling VFs to PF driver.
2009-02-20 Alexander Duyckigb: add pf side of VMDq support
2009-02-20 Alexander Duyckigb: add vfs_allocated_count as placeholder for number...
2009-02-20 Alexander Duyckigb: update napi polling to consolidate function and...
2009-02-19 Hannes Ederdrivers/net/igb: fix sparse warning: symbol shadows...
2009-02-19 Jeff Kirsherigb: remove LRO Kconfig option
2009-02-16 Alexander Duyckigb: transition driver to only using advanced descriptors
2009-02-16 Alexander Duyckigb: remove unused defines
2009-02-16 Alexander Duyckigb: misc cleanup to combine one if statement
2009-02-16 Alexander Duyckigb: cleanup incorrect comment and set IP Checksum...
2009-02-16 Alexander Duyckigb: reduce size required to trigger low latency
2009-02-16 Alexander Duyckigb: misc whitespace/formatting cleanups
2009-02-16 Patrick Ohlyigb: use timecompare to implement hardware time stamping
2009-02-16 Patrick Ohlyigb: stub support for SIOCSHWTSTAMP
2009-02-16 Patrick Ohlyigb: access to NIC time
2009-02-07 Jesse Brandeburgigb: remove dead code in transmit routine
2009-02-07 Alexander Duyckigb: update version number and copyright dates
2009-02-07 Alexander Duyckigb: fix two minor items found during code review
2009-02-07 Alexander Duyckigb: update stats before doing reset in igb_down
2009-02-07 Alexander Duyckigb: remove redundant count set and err_hw_init
2009-02-07 Alexander Duyckigb: change pba size determination from if to switch...
2009-02-07 Alexander Duyckigb: move get_hw_control within igb_resume.
2009-02-07 Alexander Duyckigb: don't read eicr when responding to legacy interrupts
2009-02-07 Alexander Duyckigb: remove unnecessary adapter->hw calls when just...
2009-02-07 Alexander Duyckigb: rename igb_update_mc_addr_list_82575 to not includ...
2009-02-07 Alexander Duyckigb: remove redundant timer updates and cleanup watchdo...
2009-02-07 Alexander Duyckigb: cleanup igb_netpoll to be more friendly with napi...
2009-02-07 Alexander Duyckigb: add counter for dma out of sync errors
2009-02-07 Alexander Duyckigb: update feature flags supported in ethtool
2009-02-07 Alexander Duyckigb: rename nvm ops
2009-02-07 Alexander Duyckigb: make dev_spec a union and remove dynamic allocation
2009-02-07 Alexander Duyckigb: add link check function
2009-02-07 Alexander Duyckigb: remove check for needing an io port
2009-02-07 Alexander Duyckigb: move initialization of number of queues into set_i...
2009-02-07 Alexander Duyckigb: move setting of buffsz out of repeated path in...
2009-02-07 Alexander Duyckigb: optimize/refactor receive path
2009-02-03 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2009-02-01 Harvey Harrisonnet: replace uses of __constant_{endian}
2009-01-31 Alexander Duyckigb: prevent skb_over panic w/ mtu smaller than 1K
2009-01-31 Alexander Duyckigb: Fix DCA errors and do not use context index for...
2009-01-28 David S. Millernet: Add skb_record_rx_queue() calls to multiqueue...
2009-01-21 Alexander Duyckigb: igb should not flag lltx
2009-01-21 Herbert Xuigb: Replace LRO with GRO
2009-01-21 Ben Hutchingsnet: Remove redundant NAPI functions
2009-01-06 Linus Torvaldsigb: fix anoying type mismatch warning on rx/tx queue...
2008-12-26 David S. Millerigb: Fix build warning when DCA is disabled.
2008-12-26 Alexander Duyckigb: re-order queues to support cleaner use of ivar...
2008-12-26 Alexander Duyckigb: defeature tx head writeback
2008-12-23 Neil Hormannet: Remove unused netdev arg from some NAPI interfaces.
2008-12-12 Jeff Kirsherigb: fixup AER with proper error handling
2008-12-10 Alexander Duyckigb: update handling of RCTL for smaller buffer sizes
2008-12-05 Alexander Duyckigb/e1000e: Naming interrupt vectors
2008-11-27 Alexander Duyckigb: Add support for pci-e Advanced Error Reporting
2008-11-27 Alexander Duyckigb: link up/down messages must follow a specific format
2008-11-27 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2008-11-25 Alexander Duyckigb: loopback bits not correctly cleared from RCTL...
2008-11-25 Alexander Duyckigb: remove unneeded bit refrence when enabling jumbo...
2008-11-23 Qinghuang Fengdriver/net/*: remove redundant argument comments
2008-11-22 Alexander Duyckigb: do not use phy ops in ethtool test cleanup for...
2008-11-21 Stephen Hemmingernetdev: add more functions to netdevice ops
2008-11-20 Alexander Duyckigb: Fix tx/rx_ring_count parameters for igb on suspend...
2008-11-20 Alexander Duyckigb: simplify swap in clean_rx_irq if using packet...
2008-11-20 Stephen Hemmingerigb: convert to net_device_ops
2008-11-19 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2008-11-16 Bjorn Helgaasigb: use dev_printk instead of printk
2008-11-16 \"Rafael J. Wysocki\igb: Use device_set_wakeup_enable
2008-11-04 David S. Millerdrivers/net: Kill now superfluous ->last_rx stores.
2008-10-28 Johannes Bergnet: convert more to %pM
2008-10-22 Jeff Kirsherigb: add IGB_DCA instead of selecting INTEL_IOATDMA
2008-10-22 Alexander Duyckigb: fix tx data corruption with transition to L0s...
2008-09-03 Alexander Duyckigb: clean up a stray fake netdev code left in rx path
2008-09-03 Alexander Duyckigb: remove unneeded cleaned variable in clean_tx_irq...
2008-08-27 Alexander Duyckigb: remove 82576 quad adapter
2008-08-27 Alexander Duyckigb: fix setting the number of tx queues
2008-08-27 Alexander Duyckigb: force all queues to interrupt once every 2 seconds
next