igb: cleanup tx dma so map & unmap use matching calls
[pandora-kernel.git] / drivers / net / igb / igb_main.c
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-21 David S. MillerMerge branch 'master' of git://git.infradead.org/~dwmw2...
2009-03-20 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2009-03-17 David S. MillerMerge branch 'master' of git://git./linux/kernel/git...
2009-03-17 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2009-03-17 David S. MillerMerge branch 'master' of git://git./linux/kernel/git...
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-10 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2009-03-05 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2009-03-03 Alexander Duyckigb: remove skb_orphan calls
2009-03-02 Linus TorvaldsMerge branch 'fix/hda' of git://git./linux/kernel/git...
2009-03-02 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2009-03-02 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2009-02-26 Linus TorvaldsMerge git://git.infradead.org/mtd-2.6
2009-02-26 Linus TorvaldsMerge git://git./linux/kernel/git/mason/btrfs-unstable
2009-02-25 Takashi IwaiMerge branch 'fix/hda' into for-linus
2009-02-25 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2009-02-24 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2009-02-24 David S. MillerMerge branch 'master' of /home/davem/src/GIT/linux...
2009-02-21 Linus TorvaldsMerge git://git./linux/kernel/git/mason/btrfs-unstable
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 Takashi IwaiMerge branch 'fix/hda' into for-linus
2009-02-19 Hannes Ederdrivers/net/igb: fix sparse warning: symbol shadows...
2009-02-19 Jeff Kirsherigb: remove LRO Kconfig option
2009-02-17 Linus TorvaldsMerge git://git./linux/kernel/git/mason/btrfs-unstable
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-15 David S. MillerMerge branch 'master' of /home/davem/src/GIT/linux...
2009-02-13 Takashi IwaiMerge branch 'fix/asoc' into for-linus
2009-02-13 Takashi IwaiMerge branch 'fix/hda' into for-linus
2009-02-10 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2009-02-09 Linus TorvaldsMerge git://git./linux/kernel/git/mason/btrfs-unstable
2009-02-09 Linus TorvaldsMerge git://git./linux/kernel/git/herbert/crypto-2.6
2009-02-09 Russell KingMerge branch 'fix' of git://git./linux/kernel/git/ycmia...
2009-02-07 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
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-07 Len BrownMerge branches 'release', 'asus', 'bugzilla-12450'...
2009-02-07 Linus TorvaldsMerge git://git./linux/kernel/git/mason/btrfs-unstable
2009-02-06 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2009-02-06 Takashi IwaiMerge branch 'fix/usb-audio' into for-linus
2009-02-06 Takashi IwaiMerge branch 'fix/hda' into for-linus
2009-02-06 Linus TorvaldsMerge branch 'sh/for-2.6.29' of git://git./linux/kernel...
2009-02-05 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2009-02-05 David S. MillerMerge branch 'master' of /home/davem/src/GIT/linux...
2009-02-04 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2009-02-04 Linus TorvaldsMerge git://git./linux/kernel/git/davem/sparc-2.6
2009-02-04 Linus TorvaldsMerge branch 'for-linus' of git://git.o-hand.com/linux-mfd
2009-02-04 Ingo MolnarMerge branch 'core/xen' into x86/urgent
2009-02-04 Linus TorvaldsMerge branch 'linux-next' of git://git.infradead.org...
2009-02-04 Linus TorvaldsMerge master.kernel.org:/home/rmk/linux-2.6-arm
2009-02-03 David S. MillerMerge branch 'master' of git://git./linux/kernel/git...
2009-02-03 Felix BlyakherMerge branch 'master' of git://git./linux/kernel/git...
2009-02-03 Steve FrenchMerge branch 'master' of /linux/kernel/git/torvalds...
2009-02-03 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2009-02-03 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2009-02-03 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2009-02-03 Linus TorvaldsMerge branch 'merge' of git://git./linux/kernel/git...
next