aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/igb/igb_main.c
Commit message (Expand)AuthorAge
...
* igb: change the head and tail offsets into pointersAlexander Duyck2009-10-28
* igb: move SRRCTL register configuration into ring specific configAlexander Duyck2009-10-28
* igb: remove rx_ps_hdr_lenAlexander Duyck2009-10-28
* igb: move the tx and rx ring specific config into seperate functionsAlexander Duyck2009-10-28
* igb: increase minimum rx buffer size to 1KAlexander Duyck2009-10-28
* igb: remove rx checksum good counterAlexander Duyck2009-10-28
* igb: add new data structure for handling interrupts and NAPIAlexander Duyck2009-10-28
* net: Use netdev_alloc_skb_ip_align()Eric Dumazet2009-10-13
* igb: Use the instance of net_device_stats from net_device.Ajit Khaparde2009-10-08
* igb: add support for 82576NS SerDes adapterAlexander Duyck2009-10-06
* igb: make use of the uta to allow for promiscous mode filterAlexander Duyck2009-10-06
* igb: add combined function for setting rar and pool bitsAlexander Duyck2009-10-06
* e1000e/igb/ixgbe: Don't report an error if devices don't support AERFrans Pop2009-10-02
* trivial: remove unnecessary semicolonsJoe Perches2009-09-21
* igb: reset sgmii phy at start of initAlexander Duyck2009-09-14
* netdev: Remove redundant checks for CAP_NET_ADMIN in MDIO implementationsBen Hutchings2009-09-03
* igb: set vf rlpml wasn't taking vlan tag into accountAlexander Duyck2009-09-03
* igb: only disable/enable interrupt bits for igb physical functionAlexander Duyck2009-09-03
* igb: add support for set_rx_mode netdevice operationAlexander Duyck2009-09-03
* intel: convert drivers to netdev_tx_tStephen Hemminger2009-09-01
* igb/ixgbe: add IPV6_CSUM support to vlan_featuresAlexander Duyck2009-08-26
* igb: cleanup flow control configuration to make requested/current more clearAlexander Duyck2009-07-26
* igb: use buffer_info->dma instead of shinfo->nr_frags to determine unmapAlexander Duyck2009-07-26
* igb: add support for 82576 mezzanine cardAlexander Duyck2009-07-26
* igb: move all multicast addresses into multicast table arrayAlexander Duyck2009-07-26
* igb: add completion timeout workaround for 82575/82576Alexander Duyck2009-07-26
* igb: remove media type fiber as it is misleadingAlexander Duyck2009-07-26
* igb: gcc-3.4.6 fixEric Dumazet2009-07-13
* igb: return PCI_ERS_RESULT_DISCONNECT on permanent errorAlexander Duyck2009-06-30
* igb: fix unmap length bugJesse Brandeburg2009-06-30
* net: skb_shared_info optimizationEric Dumazet2009-06-08
* net: dont update dev->trans_startEric Dumazet2009-05-29
* igb: Record host memory receive overflow in net_statsJesper Dangaard Brouer2009-05-26
* igb: Implement reading of reg RQDPC (Receive Queue Drop Packet Count)Jesper Dangaard Brouer2009-05-26
* igb: do not re-register DCA requester on device resetAlexander Duyck2009-05-21
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-05-08
|\
| * igb: resolve panic on shutdown when SR-IOV is enabledAlexander Duyck2009-05-06
* | e1000/e1000e/igb/ixgb: don't txhang after link downJesse Brandeburg2009-05-07
* | igb/igbvf: set rx csum always enabled in hw, disable via swAlexander Duyck2009-05-06
* | igb: Enable SCTP checksum offloadingJesse Brandeburg2009-04-28
* | igb/ixgbe: remove unecessary checks for CHECKSUM_UNNECESSARYAlexander Duyck2009-04-28
* | igb: make rxcsum configuration seperate from multiqueueAlexander Duyck2009-04-28
* | igb: always use adapter->itr as EITR valueAlexander Duyck2009-04-27
* | e1000/e1000e/igb/ixgb: do not use netif_wake_queue un-necessarilyJesse Brandeburg2009-04-22
* | igb: fix link down inital stateJesse Brandeburg2009-04-20
|/
* igb: do not check for vf_data if we didn't enable vfsAlexander Duyck2009-04-11
* igb: remove sysfs entry that was used to set the number of vfsAlexander Duyck2009-04-08
* dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang2009-04-07
* dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64)Yang Hongyang2009-04-07
* net/igb: Fix kexec with igb (rev. 3)Rafael J. Wysocki2009-04-02