SUNRPC: rpc_pipefs cleanup
[safe/jmp/linux-2.6] / drivers / net / igb /
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.
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 testing done by ethtool
2009-02-07 Alexander Duyckigb: update feature flags supported in ethtool
2009-02-07 Alexander Duyckigb: remove unused rx_hdr_split statistic
2009-02-07 Alexander Duyckigb: rename nvm ops
2009-02-07 Alexander Duyckigb: rename phy ops
2009-02-07 Alexander Duyckigb: read address from RAH/RAL instead of from EEPROM
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: fix link reporting when using sgmii
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: make certain to power on optics for 82576 fiber...
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
next