drivers/video/msm: update to new kernel
[safe/jmp/linux-2.6] / drivers / net / igb /
2009-10-29 Linus TorvaldsMerge git://git./linux/kernel/git/davem/net-2.6
2009-10-26 Alexander Duyckigb: fix memory leak when setting ring size while inter...
2009-10-11 Alexey Dobriyanheaders: remove sched.h from interrupt.h
2009-10-02 Frans Pope1000e/igb/ixgbe: Don't report an error if devices...
2009-09-24 David S. MillerMerge branch 'master' of /home/davem/src/GIT/linux...
2009-09-21 Alexander Duyckigb: resolve namespacecheck warning for igb_hash_mc_addr
2009-09-21 Joe Perchestrivial: remove unnecessary semicolons
2009-09-15 Alexander Duyckigb: do not allow phy sw reset code to make calls to...
2009-09-15 Alexander Duyckigb: reset sgmii phy at start of init
2009-09-04 Ben Hutchingsnetdev: Remove redundant checks for CAP_NET_ADMIN in...
2009-09-04 Alexander Duyckigb: set vf rlpml wasn't taking vlan tag into account
2009-09-04 Alexander Duyckigb: only disable/enable interrupt bits for igb physica...
2009-09-04 Alexander Duyckigb: add support for set_rx_mode netdevice operation
2009-09-02 Stephen Hemmingernetdev: drivers should make ethtool_ops const
2009-09-01 Stephen Hemmingerintel: convert drivers to netdev_tx_t
2009-08-26 Alexander Duyckigb/ixgbe: add IPV6_CSUM support to vlan_features
2009-07-26 Alexander Duyckigb: initialize mailbox function pointers prior to...
2009-07-26 Alexander Duyckigb: cleanup flow control configuration to make request...
2009-07-26 Alexander Duyckigb: use buffer_info->dma instead of shinfo->nr_frags...
2009-07-26 Alexander Duyckigb: add support for 82576 mezzanine card
2009-07-26 Alexander Duyckigb: remove unused switch statement from igb_set_wol
2009-07-26 Alexander Duyckigb: cleanup receive address register initialization
2009-07-26 Alexander Duyckigb: move all multicast addresses into multicast table...
2009-07-26 Alexander Duyckigb: add completion timeout workaround for 82575/82576
2009-07-26 Alexander Duyckigb: do not overwrite EEPROM LED settings
2009-07-26 Alexander Duyckigb: change configure_pcs_link to void since it always...
2009-07-26 Alexander Duyckigb: make serdes power down available for 82575 in...
2009-07-26 Alexander Duyckigb: remove media type fiber as it is misleading
2009-07-13 Eric Dumazetigb: gcc-3.4.6 fix
2009-07-08 Alexander Duyckigb: set lan id prior to configuring phy
2009-07-01 Alexander Duyckigb: return PCI_ERS_RESULT_DISCONNECT on permanent...
2009-07-01 Jesse Brandeburgigb: fix unmap length bug
2009-06-08 Eric Dumazetnet: skb_shared_info optimization
2009-05-29 Eric Dumazetnet: dont update dev->trans_start
2009-05-27 Alexander Duyckigb/e1000e: update PSSR_MDIX value to reflect correct bit
2009-05-27 Jesper Dangaard... igb: Record host memory receive overflow in net_stats
2009-05-27 Jesper Dangaard... igb: Implement reading of reg RQDPC (Receive Queue...
2009-05-27 Jeff Kirsherigb: add RQDPC (Receive Queue Drop Packet Count) regist...
2009-05-22 Alexander Duyckigb: do not re-register DCA requester on device reset
2009-05-08 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2009-05-07 Jesse Brandeburge1000/e1000e/igb/ixgb: don't txhang after link down
2009-05-06 Alexander Duyckigb: resolve panic on shutdown when SR-IOV is enabled
2009-05-06 Alexander Duyckigb/igbvf: set rx csum always enabled in hw, disable...
2009-04-28 Jesse Brandeburgigb: Enable SCTP checksum offloading
2009-04-28 Alexander Duyckigb/ixgbe: remove unecessary checks for CHECKSUM_UNNECE...
2009-04-28 Alexander Duyckigb: make rxcsum configuration seperate from multiqueue
2009-04-28 Alexander Duyckigb: reconfigure mailbox timeout logic
2009-04-27 Alexander Duyckigb: always use adapter->itr as EITR value
2009-04-22 Jesse Brandeburge1000/e1000e/igb/ixgb: do not use netif_wake_queue...
2009-04-20 Jesse Brandeburgigb: fix link down inital state
2009-04-11 Alexander Duyckigb: do not check for vf_data if we didn't enable vfs
2009-04-11 Alexander Duyckigb: fix unused external references introduced with...
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: cleanup igb loopback path
2009-04-02 Alexander Duyckigb: increase delay for copper link setup
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: remove disable_av variable from mac_info struct
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.
next