aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/igb
AgeCommit message (Expand)Author
2009-04-28igb: Enable SCTP checksum offloadingJesse Brandeburg
2009-04-28igb/ixgbe: remove unecessary checks for CHECKSUM_UNNECESSARYAlexander Duyck
2009-04-28igb: make rxcsum configuration seperate from multiqueueAlexander Duyck
2009-04-28igb: reconfigure mailbox timeout logicAlexander Duyck
2009-04-27igb: always use adapter->itr as EITR valueAlexander Duyck
2009-04-22e1000/e1000e/igb/ixgb: do not use netif_wake_queue un-necessarilyJesse Brandeburg
2009-04-20igb: fix link down inital stateJesse Brandeburg
2009-04-11igb: do not check for vf_data if we didn't enable vfsAlexander Duyck
2009-04-11igb: fix unused external references introduced with sr-iov changesAlexander Duyck
2009-04-08igb: remove sysfs entry that was used to set the number of vfsAlexander Duyck
2009-04-07dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang
2009-04-07dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64)Yang Hongyang
2009-04-02net/igb: Fix kexec with igb (rev. 3)Rafael J. Wysocki
2009-04-02igb: cleanup igb loopback pathAlexander Duyck
2009-04-02igb: increase delay for copper link setupAlexander Duyck
2009-04-02igb: set num_rx/tx_queues to 0 when queues are freedAlexander Duyck
2009-04-02igb: add support for x2 link width configurationsAlexander Duyck
2009-03-21igb: cleanup tx dma so map & unmap use matching callsAlexander Duyck
2009-03-21igb: rework igb_set_multi so that vfs are properly updatedAlexander Duyck
2009-03-21igb: update driver to use setup_timer functionAlexander Duyck
2009-03-21igb: remove IGB_DESC_UNUSED since it is better handled by a function callAlexander Duyck
2009-03-21igb: allow tx of pre-formatted vlan tagged packetsArthur Jones
2009-03-17Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2009-03-14igb: remove ASPM L0s workaroundAlexander Duyck
2009-03-14igb: add support for 82576 quad copper adapterAlexander Duyck
2009-03-14igb: add support for another dual port 82576 non-security nicAlexander Duyck
2009-03-14igb: correct typo that was setting vfta mask to 1Alexander Duyck
2009-03-14igb: add PF to poolAlexander Duyck
2009-03-14igb: support wol on second portAlexander Duyck
2009-03-14igb: resolve warning of unused adapter structAlexander Duyck
2009-03-14igb: remove netif running call from igb_pollAlexander Duyck
2009-03-14igb: switch to new dca APIMaciej Sosnowski
2009-03-02igb: remove skb_orphan callsAlexander Duyck
2009-02-20igb: this patch addes the sr-iov enablement option via num_vfs parameterAlexander Duyck
2009-02-20igb: Add support for enabling VFs to PF driver.Alexander Duyck
2009-02-20igb: add pf side of VMDq supportAlexander Duyck
2009-02-20igb: add vfs_allocated_count as placeholder for number of vfsAlexander Duyck
2009-02-20igb: update napi polling to consolidate function and return correct valuesAlexander Duyck
2009-02-18drivers/net/igb: fix sparse warning: symbol shadows an earlier oneHannes Eder
2009-02-18igb: remove LRO Kconfig optionJeff Kirsher
2009-02-16igb: transition driver to only using advanced descriptorsAlexander Duyck
2009-02-15igb: remove unused definesAlexander Duyck
2009-02-15igb: misc cleanup to combine one if statementAlexander Duyck
2009-02-15igb: cleanup incorrect comment and set IP Checksum EnableAlexander Duyck
2009-02-15igb: reduce size required to trigger low latencyAlexander Duyck
2009-02-15igb: misc whitespace/formatting cleanupsAlexander Duyck
2009-02-15igb: use timecompare to implement hardware time stampingPatrick Ohly
2009-02-15igb: stub support for SIOCSHWTSTAMPPatrick Ohly
2009-02-15igb: access to NIC timePatrick Ohly
2009-02-07igb: remove dead code in transmit routineJesse Brandeburg