aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/igbvf (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-08-04intel drivers: repair missing flush operationsJesse Brandeburg1-0/+2
2011-07-21igbvf: do vlan cleanupJiri Pirko2-32/+16
2011-06-09igbvf: update version numberWilliams, Mitch A1-1/+1
2011-05-22Add appropriate <linux/prefetch.h> include for prefetch usersPaul Gortmaker1-0/+1
2011-05-04igbvf: remove bogus phys_idstephen hemminger1-6/+0
2011-04-29ethtool: cosmetic: Use ethtool ethtool_cmd_speed APIDavid Decotigny1-4/+4
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-03-03Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+1
2011-03-02igb: fix sparse warningJeff Kirsher1-1/+1
2011-02-28net: use pci_dev->revision, againSergei Shtylyov2-6/+3
2011-02-24igbvf: remove Tx hang detectionLior Levy2-63/+0
2010-12-24igbvf: add support for i350 VF deviceWilliams, Mitch A3-0/+12
2010-12-24igbvf: force link checking when mailbox timeout has occurredAlexander Duyck1-2/+2
2010-12-12igb[v],ixgbe: don't use flush_scheduled_work()Tejun Heo1-3/+4
2010-12-10netdev: Use default implementation of ethtool_ops::get_link where possibleBen Hutchings1-6/+1
2010-11-27drivers/net: use vzalloc()Eric Dumazet1-4/+2
2010-11-16Remove extra struct page member from the buffer info structureGreg Rose1-1/+0
2010-11-16igbvf: Remove some dead code in igbvfJulian Stecklina1-4/+0
2010-11-16igbvf: Update version and CopyrightGreg Rose10-12/+13
2010-10-28igbvf: fix panic on loadEmil Tantilov1-4/+4
2010-10-21vlan: Rename VLAN_GROUP_ARRAY_LEN to VLAN_N_VID.Jesse Gross1-1/+1
2010-10-18igbvf: Remove unneeded pm_qos* callsGreg Rose1-5/+0
2010-09-26drivers/net: return operator cleanupEric Dumazet2-2/+2
2010-09-02drivers/net: avoid some skb->ip_summed initializationsEric Dumazet1-1/+1
2010-08-08e100/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-27igbvf, 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-20Merge 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-10PM QOS updateMark Gross1-2/+4
2010-04-27igbvf: use DMA API instead of PCI DMA functionsNick Nunley1-36/+38
2010-04-27igbvf: double increment nr_fragsKoki Sanagi1-1/+1
2010-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+1
2010-04-06Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller2-11/+1
2010-04-03net: convert multicast list to list_headJiri Pirko1-3/+3
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-26igbvf: do not modify tx_queue_len on link speed changeEmil Tantilov2-11/+1
2010-02-22net: 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/net-2.6David 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/net-2.6David S. Miller1-5/+5
2010-01-20e1000/e1000e/igb/igbvf/ixgb/ixgbe: Fix tests of unsigned in *_tx_map()Roel Kluin1-5/+5
2010-01-10Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+2
2010-01-07drivers/net/: use DEFINE_PCI_DEVICE_TABLE()Alexey Dobriyan1-1/+1
2009-12-29drivers/net/igbvf/netdev.c: use %pM to shown MAC addressH Hartley Sweeten1-10/+3
2009-12-23igbvf: Make igbvf error message more informativeWilliams, Mitch A1-1/+2