summaryrefslogtreecommitdiff
path: root/drivers/net/igb/igb_main.c
AgeCommit message (Expand)AuthorFilesLines
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-08igb: Use the instance of net_device_stats from net_device.Ajit Khaparde1-20/+19
2009-10-07igb: add support for 82576NS SerDes adapterAlexander Duyck1-0/+1
2009-10-07igb: make use of the uta to allow for promiscous mode filterAlexander Duyck1-47/+156
2009-10-07igb: add combined function for setting rar and pool bitsAlexander Duyck1-23/+40
2009-10-02e1000e/igb/ixgbe: Don't report an error if devices don't support AERFrans Pop1-11/+2
2009-09-21trivial: remove unnecessary semicolonsJoe Perches1-1/+1
2009-09-15igb: reset sgmii phy at start of initAlexander Duyck1-1/+1
2009-09-04netdev: Remove redundant checks for CAP_NET_ADMIN in MDIO implementationsBen Hutchings1-2/+0
2009-09-04igb: set vf rlpml wasn't taking vlan tag into accountAlexander Duyck1-0/+39
2009-09-04igb: only disable/enable interrupt bits for igb physical functionAlexander Duyck1-5/+9
2009-09-04igb: add support for set_rx_mode netdevice operationAlexander Duyck1-25/+48
2009-09-01intel: convert drivers to netdev_tx_tStephen Hemminger1-8/+11
2009-08-27igb/ixgbe: add IPV6_CSUM support to vlan_featuresAlexander Duyck1-0/+1
2009-07-26igb: cleanup flow control configuration to make requested/current more clearAlexander Duyck1-3/+3
2009-07-26igb: use buffer_info->dma instead of shinfo->nr_frags to determine unmapAlexander Duyck1-12/+18
2009-07-26igb: add support for 82576 mezzanine cardAlexander Duyck1-0/+1
2009-07-26igb: move all multicast addresses into multicast table arrayAlexander Duyck1-29/+15
2009-07-26igb: add completion timeout workaround for 82575/82576Alexander Duyck1-0/+28
2009-07-26igb: remove media type fiber as it is misleadingAlexander Duyck1-12/+0
2009-07-13igb: gcc-3.4.6 fixEric Dumazet1-40/+37
2009-07-01igb: return PCI_ERS_RESULT_DISCONNECT on permanent errorAlexander Duyck1-0/+3
2009-07-01igb: fix unmap length bugJesse Brandeburg1-5/+6
2009-06-08net: skb_shared_info optimizationEric Dumazet1-3/+2
2009-05-29net: dont update dev->trans_startEric Dumazet1-1/+0
2009-05-27igb: Record host memory receive overflow in net_statsJesper Dangaard Brouer1-0/+10
2009-05-27igb: Implement reading of reg RQDPC (Receive Queue Drop Packet Count)Jesper Dangaard Brouer1-1/+18
2009-05-22igb: do not re-register DCA requester on device resetAlexander Duyck1-3/+9
2009-05-08Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-7/+5
2009-05-08e1000/e1000e/igb/ixgb: don't txhang after link downJesse Brandeburg1-0/+2
2009-05-07igb: resolve panic on shutdown when SR-IOV is enabledAlexander Duyck1-7/+5
2009-05-07igb/igbvf: set rx csum always enabled in hw, disable via swAlexander Duyck1-7/+5
2009-04-28igb: Enable SCTP checksum offloadingJesse Brandeburg1-1/+20