aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/igbvf (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-10-13net: Use netdev_alloc_skb_ip_align()Eric Dumazet1-7/+1
2009-10-05net: Convert ethtool {get_stats, self_test}_count() ops to get_sset_count()Ben Hutchings1-12/+13
2009-09-02drivers: Kill now superfluous ->last_rx storesEric Dumazet1-4/+0
2009-09-01intel: convert drivers to netdev_tx_tStephen Hemminger1-8/+6
2009-08-12Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+4
2009-08-04igbvf: Allow VF driver to correctly recognize failure to set macAlexander Duyck1-0/+4
2009-08-01igbvf: return PCI_ERS_RESULT_DISCONNECT on permanent failureDean Nelson1-0/+3
2009-07-26igbvf: resolve "frees DMA memory with different size" warningsAlexander Duyck1-3/+2
2009-06-19convert some DMA_nnBIT_MASK() callersAndrew Morton1-6/+7
2009-06-15Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6David S. Miller1-1/+1
2009-06-12trivial: fix typos s/paramter/parameter/ and s/excute/execute/ in documentation and source comments.Martin Olsson1-1/+1
2009-06-08net: skb_shared_info optimizationEric Dumazet1-3/+2
2009-05-29net: dont update dev->trans_startEric Dumazet1-1/+0
2009-05-06igbvf: cleanup flags and allow for rx checksum to be disabledAlexander Duyck3-33/+26
2009-04-11igbvf: fix unused external referencesAlexander Duyck4-8/+7
2009-04-08igbvf: add new driver to support 82576 virtual functionsAlexander Duyck10-0/+5153