summaryrefslogtreecommitdiffstats
path: root/drivers/net/igbvf
AgeCommit message (Expand)AuthorLines
2009-12-23igbvf: Make igbvf error message more informativeWilliams, Mitch A-1/+2
2009-12-11igbvf: avoid reset storms due to mailbox issuesAlexander Duyck-1/+8
2009-12-03drivers/net: Move && and || to end of previous lineJoe Perches-2/+2
2009-12-02igbvf: remove skb_dma_map/unmap call from driversAlexander Duyck-14/+52
2009-11-18drivers/net: request_irq - Remove unnecessary leading & from second argJoe Perches-3/+3
2009-10-27Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller-13/+17
2009-10-26igbvf: fix memory leak when ring size changed while interface downAlexander Duyck-13/+17
2009-10-13net: Use netdev_alloc_skb_ip_align()Eric Dumazet-7/+1
2009-10-05net: Convert ethtool {get_stats, self_test}_count() ops to get_sset_count()Ben Hutchings-12/+13
2009-09-02drivers: Kill now superfluous ->last_rx storesEric Dumazet-4/+0
2009-09-01intel: convert drivers to netdev_tx_tStephen Hemminger-8/+6
2009-08-12Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller-0/+4
2009-08-04igbvf: Allow VF driver to correctly recognize failure to set macAlexander Duyck-0/+4
2009-08-01igbvf: return PCI_ERS_RESULT_DISCONNECT on permanent failureDean Nelson-0/+3
2009-07-26igbvf: resolve "frees DMA memory with different size" warningsAlexander Duyck-3/+2
2009-06-19convert some DMA_nnBIT_MASK() callersAndrew Morton-6/+7
2009-06-15Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller-1/+1
2009-06-12trivial: fix typos s/paramter/parameter/ and s/excute/execute/ in documentati...Martin Olsson-1/+1
2009-06-08net: skb_shared_info optimizationEric Dumazet-3/+2
2009-05-29net: dont update dev->trans_startEric Dumazet-1/+0
2009-05-06igbvf: cleanup flags and allow for rx checksum to be disabledAlexander Duyck-33/+26
2009-04-11igbvf: fix unused external referencesAlexander Duyck-8/+7
2009-04-08igbvf: add new driver to support 82576 virtual functionsAlexander Duyck-0/+5153