aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/igb/igb_main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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 Duyck1-16/+53
2009-11-20igb: Add full support for 82580 devicesAlexander Duyck1-3/+128
2009-11-18drivers/net: request_irq - Remove unnecessary leading & from second argJoe Perches1-4/+4
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: Rework how netdev->stats is handledAlexander Duyck1-20/+20
2009-11-13igb: when number of CPUs > 4 combine tx/rx queues to allow more queuesAlexander Duyck1-9/+22
2009-11-13igb: move timesync init into a seperate functionAlexander Duyck1-50/+65
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: Remove invalid stats countersAlexander Duyck1-17/+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 Duyck1-56/+117
2009-10-28igb: replace the VF clear_to_send with a flags valueAlexander Duyck1-59/+66
2009-10-28igb: use packet buffer sizes from RXPBS registerAlexander Duyck1-1/+2
2009-10-28igb: cleanup some of the code related to hw timestampingAlexander Duyck1-215/+182
2009-10-28igb: add support for seperate tx-usecs setting in ethtoolAlexander Duyck1-8/+14
2009-10-28igb: make tx ring map and free functionality non-staticAlexander Duyck1-19/+16
2009-10-28igb: re-use ring configuration code in ethtool testingAlexander Duyck1-22/+7
2009-10-28igb: setup vlan tag replication stripping in igb_vmm_controlAlexander Duyck1-0/+11
2009-10-28igb: delay VF reset notification until after interrupts are enabedAlexander Duyck1-10/+23
2009-10-28igb: move the multiple receive queue configuration into seperate functionAlexander Duyck1-106/+111
2009-10-28igb: place a pointer to the netdev struct in the ring itselfAlexander Duyck1-15/+14
2009-10-28igb: add a flags value to the ringAlexander Duyck1-50/+43
2009-10-28igb: move alloc_failed and csum_err stats into per rx-ring statAlexander Duyck1-9/+8
2009-10-28igb: move rx_buffer_len into the ring structureAlexander Duyck1-19/+22
2009-10-28igb: add pci device pointer to ring structureAlexander Duyck1-37/+35
2009-10-28igb: change the head and tail offsets into pointersAlexander Duyck1-16/+16
2009-10-28igb: move SRRCTL register configuration into ring specific configAlexander Duyck1-37/+23
2009-10-28igb: remove rx_ps_hdr_lenAlexander Duyck1-60/+38
2009-10-28igb: move the tx and rx ring specific config into seperate functionsAlexander Duyck1-67/+112
2009-10-28igb: increase minimum rx buffer size to 1KAlexander Duyck1-22/+3
2009-10-28igb: remove rx checksum good counterAlexander Duyck1-1/+0
2009-10-28igb: add new data structure for handling interrupts and NAPIAlexander Duyck1-372/+500
2009-10-13net: Use netdev_alloc_skb_ip_align()Eric Dumazet1-7/+1
2009-10-07igb: Use the instance of net_device_stats from net_device.Ajit Khaparde1-20/+19
2009-10-06igb: add support for 82576NS SerDes adapterAlexander Duyck1-0/+1