summaryrefslogtreecommitdiff
path: root/drivers/net/igb
AgeCommit message (Expand)AuthorFilesLines
2010-02-04igb: make certain to reassign legacy interrupt vectors after resetAlexander Duyck1-15/+5
2010-01-23net: Fix IPv6 GSO type checks in Intel ethernet driversSridhar Samudrala1-1/+1
2010-01-23igb/igbvf: cleanup exception handling in tx_map_advAlexander Duyck1-1/+1
2009-12-23igb: check both function bits in status register in wol exceptionAlexander Duyck1-1/+1
2009-12-23igb: correctly offset 82575 flow control watermarks by 16 bytesAlexander Duyck1-7/+2
2009-12-23igb: do not force retry count to 1 on 82580 phyAlexander Duyck1-9/+0
2009-12-23igb: do not force pcs link when in KX modeAlexander Duyck1-3/+1
2009-12-11igb: fix handling of mailbox collisions between PF/VFAlexander Duyck1-9/+13
2009-12-03drivers/net: Move && and || to end of previous lineJoe Perches1-3/+2
2009-12-02igb: remove use of skb_dma_map from driverAlexander Duyck2-18/+56
2009-11-20igb: Add full support for 82580 devicesAlexander Duyck5-3/+193
2009-11-20igb: add support for 82580 MACAlexander Duyck7-42/+299
2009-11-20igb: add support for the 82580 phyAlexander Duyck3-0/+275
2009-11-18drivers/net: request_irq - Remove unnecessary leading & from second argJoe Perches2-8/+8
2009-11-18Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-0/+1
2009-11-13igb: only recycle page if it is on our numa nodeAlexander Duyck1-1/+3
2009-11-13igb: check for packets on all tx rings when link is downAlexander Duyck1-11/+12
2009-11-13igb: removed unused tx/rx total bytes/packets from adapter structAlexander Duyck1-4/+0
2009-11-13igb: Rework how netdev->stats is handledAlexander Duyck2-103/+108
2009-11-13igb: when number of CPUs > 4 combine tx/rx queues to allow more queuesAlexander Duyck2-13/+27
2009-11-13igb: move timesync init into a seperate functionAlexander Duyck1-50/+65
2009-11-13igb: change type for ring sizes to u16 in igb_set_ring_paramAlexander Duyck1-5/+5
2009-10-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-13/+22
2009-10-28igb: Fix warnings in igb_set_ringparam()David S. Miller1-2/+2
2009-10-28igb: cleanup whitespace issues in igb_main.cAlexander Duyck1-22/+19
2009-10-28igb: open up SCTP checksum offloads to all MACs 82576 and newerAlexander Duyck1-1/+1
2009-10-28igb: limit minimum mtu to 68 to keep ip bound to interfaceAlexander Duyck1-2/+1
2009-10-28igb: add pci_dev in few spots to clean up use of dev_err/info/warnAlexander Duyck1-12/+12
2009-10-28igb: replace unecessary &adapter->hw with just hw where applicableAlexander Duyck1-14/+12
2009-10-28igb: cleanup clean_rx_irq_adv and alloc_rx_buffers_advAlexander Duyck1-5/+19
2009-10-28igb: cleanup igb xmit frame pathAlexander Duyck1-15/+15
2009-10-28igb: cleanup igb.h header whitespace and some structure formattingAlexander Duyck1-6/+6
2009-10-28igb: Remove invalid stats countersAlexander Duyck2-23/+1
2009-10-28igb: cleanup interrupt enablement in regards to msix_otherAlexander Duyck1-8/+23
2009-10-28igb: change queue ordering for 82576 based adaptersAlexander Duyck1-12/+13
2009-10-28igb: cleanup code related to ring resource allocation and freeAlexander Duyck1-12/+17
2009-10-28igb: make tx hang check multiqueue, check eop descriptorAlexander Duyck1-4/+6
2009-10-28igb: move global_quad_port_a from global into local static defineAlexander Duyck1-6/+2
2009-10-28igb: only process global stats in igb_update_statsAlexander Duyck1-32/+29
2009-10-28igb: move vf init into a seperate functionAlexander Duyck1-42/+56
2009-10-28igb: rework handling of the vfta and vlvf registers in relation to mng_vlanAlexander Duyck1-62/+32
2009-10-28igb: rework use of VMOLR in regards to PF and VFsAlexander Duyck3-60/+125
2009-10-28igb: replace the VF clear_to_send with a flags valueAlexander Duyck2-60/+70
2009-10-28igb: use packet buffer sizes from RXPBS registerAlexander Duyck3-1/+6
2009-10-28igb: misc cleanups within igb_ethtool.cAlexander Duyck1-45/+60
2009-10-28igb: cleanup some of the code related to hw timestampingAlexander Duyck5-268/+242
2009-10-28igb: add support for seperate tx-usecs setting in ethtoolAlexander Duyck3-22/+54
2009-10-28igb: cleanup "todo" code found in igb_ethtool.cAlexander Duyck2-10/+8
2009-10-28igb: add single vector msi-x testing to interrupt testAlexander Duyck1-10/+17
2009-10-28igb: make ethtool use core xmit map and free functionalityAlexander Duyck1-67/+89