summaryrefslogtreecommitdiff
path: root/drivers/net/igbvf
AgeCommit message (Expand)AuthorFilesLines
2010-08-09e100/e1000*/igb*/ixgb*: Add missing read memory barrierJeff Kirsher1-0/+2
2010-08-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds1-1/+1
2010-07-28igbvf, ixgbevf: use dev_hw_addr_randomStefan Assmann1-1/+1
2010-07-19pm_qos: Get rid of the allocation in pm_qos_add_request()James Bottomley1-5/+4
2010-05-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2-42/+42
2010-05-14drivers/net: Remove unnecessary returns from void function()sJoe Perches1-2/+0
2010-05-11PM QOS updateMark Gross1-2/+4
2010-04-28igbvf: use DMA API instead of PCI DMA functionsNick Nunley1-36/+38
2010-04-27igbvf: double increment nr_fragsKoki Sanagi1-1/+1
2010-04-12Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-0/+1
2010-04-07Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2-11/+1
2010-04-04net: convert multicast list to list_headJiri Pirko1-3/+3
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2010-03-27igbvf: do not modify tx_queue_len on link speed changeEmil Tantilov2-11/+1
2010-02-23net: convert multiple drivers to use netdev_for_each_mc_addr, part4Jiri Pirko1-9/+3
2010-02-12net: use netdev_mc_count and netdev_mc_empty when appropriateJiri Pirko1-3/+3
2010-01-28Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-2/+3
2010-01-28igbvf: fix issue w/ mapped_as_page being left set after unmapAlexander Duyck1-0/+1
2010-01-23net: Fix IPv6 GSO type checks in Intel ethernet driversSridhar Samudrala1-1/+1
2010-01-23igb/igbvf: cleanup exception handling in tx_map_advAlexander Duyck1-1/+1
2010-01-23Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-5/+5
2010-01-21e1000/e1000e/igb/igbvf/ixgb/ixgbe: Fix tests of unsigned in *_tx_map()Roel Kluin1-5/+5
2010-01-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-1/+2
2010-01-08drivers/net/: use DEFINE_PCI_DEVICE_TABLE()Alexey Dobriyan1-1/+1
2009-12-30drivers/net/igbvf/netdev.c: use %pM to shown MAC addressH Hartley Sweeten1-10/+3
2009-12-24igbvf: Make igbvf error message more informativeWilliams, Mitch A1-1/+2
2009-12-12igbvf: avoid reset storms due to mailbox issuesAlexander Duyck2-1/+8
2009-12-04drivers/net: Move && and || to end of previous lineJoe Perches1-2/+2
2009-12-03igbvf: remove skb_dma_map/unmap call from driversAlexander Duyck2-14/+52
2009-11-19drivers/net: request_irq - Remove unnecessary leading & from second argJoe Perches1-3/+3
2009-10-27Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-13/+17
2009-10-27igbvf: fix memory leak when ring size changed while interface downAlexander Duyck1-13/+17
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-03drivers: Kill now superfluous ->last_rx storesEric Dumazet1-4/+0
2009-09-01intel: convert drivers to netdev_tx_tStephen Hemminger1-8/+6
2009-08-13Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-0/+4
2009-08-04igbvf: Allow VF driver to correctly recognize failure to set macAlexander Duyck1-0/+4
2009-08-02igbvf: 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-20convert some DMA_nnBIT_MASK() callersAndrew Morton1-6/+7
2009-06-15Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller1-1/+1
2009-06-12trivial: fix typos s/paramter/parameter/ and s/excute/execute/ in documentati...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-07igbvf: 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-09igbvf: add new driver to support 82576 virtual functionsAlexander Duyck10-0/+5153