summaryrefslogtreecommitdiffstats
path: root/drivers/net/ixgbevf
AgeCommit message (Expand)AuthorLines
2011-08-10intel: Move the Intel wired LAN driversJeff Kirsher-6043/+0
2011-07-21ixgbevf: do vlan cleanupJiri Pirko-52/+18
2011-06-21ixgbevf: remove unnecessary ampersandsStephen Hemminger-11/+11
2011-06-21ixgbevf: Fix bungled declaration of ixgbevf_mbx_opsGreg Rose-2/+2
2011-06-09ixgbevf: Update the driver stringGreg Rose-1/+1
2011-05-22Add appropriate <linux/prefetch.h> include for prefetch usersPaul Gortmaker-0/+1
2011-05-14ixgbevf: Add macvlan support in the set rx mode opGreg Rose-0/+66
2011-04-29ethtool: cosmetic: Use ethtool ethtool_cmd_speed APIDavid Decotigny-3/+5
2011-03-31Fix common misspellingsLucas De Marchi-1/+1
2011-03-12ixgbe: correct typo in define nameEmil Tantilov-3/+3
2011-03-12ixgbevf: Fix Driver StringGreg Rose-1/+1
2011-03-12ixgbevf: Fix Version StringGreg Rose-1/+1
2011-03-11ixgbevf: remove Tx hang detectionLior Levy-51/+0
2011-03-03ixgbevf: Fix Compiler WarningsGreg Rose-7/+2
2011-02-28net: use pci_dev->revision, againSergei Shtylyov-1/+1
2011-02-24ixgbevf: Fix name of function in function header commentGreg Rose-8/+8
2011-02-24ixgbevf: Enable jumbo frame support for X540 VFGreg Rose-2/+19
2010-12-24ixgbevf: Add X540 VF device support to the ixgbevf driverGreg Rose-4/+15
2010-12-12drivers/net: don't use flush_scheduled_work()Tejun Heo-2/+1
2010-12-10Intel Wired LAN drivers: Use static constJeff Kirsher-7/+11
2010-11-27drivers/net: use vzalloc()Eric Dumazet-4/+2
2010-11-16ixgbevf: Fix OopsGreg Rose-4/+2
2010-11-16ixgbevf: Update Version String and Copyright NoticeGreg Rose-11/+12
2010-10-21vlan: Don't check for vlan group before vlan_tx_tag_present.Jesse Gross-1/+1
2010-10-21vlan: Rename VLAN_GROUP_ARRAY_LEN to VLAN_N_VID.Jesse Gross-1/+1
2010-10-05ixgbevf: declare functions as staticEmil Tantilov-4/+2
2010-09-26drivers/net: return operator cleanupEric Dumazet-1/+1
2010-09-24ixgbevf: Refactor ring parameter re-sizeGreg Rose-74/+79
2010-09-09ixgbevf: remove private net_device_statsEric Dumazet-22/+5
2010-09-08ixgbevf: Removed unneeded HW struct membersGreg Rose-2/+0
2010-09-02drivers/net: avoid some skb->ip_summed initializationsEric Dumazet-1/+1
2010-08-25drivers/net: Remove address use from assignments of function pointersJoe Perches-1/+1
2010-08-08e100/e1000*/igb*/ixgb*: Add missing read memory barrierJeff Kirsher-0/+2
2010-08-02ixgbevf: fix null pointer dereference due to filter being set for VLAN 0Alexander Duyck-11/+1
2010-07-27igbvf, ixgbevf: use dev_hw_addr_randomStefan Assmann-1/+1
2010-07-15drivers: ixgbevf: fix unsigned underflowKulikov Vasiliy-1/+2
2010-06-05ixgbevf: Enable GRO by defaultShirley Ma-0/+1
2010-05-14drivers/net: Remove unnecessary returns from void function()sJoe Perches-4/+0
2010-05-10net: trans_start cleanupsEric Dumazet-2/+0
2010-05-06ixgbevf: Cache PF ack bit in interruptGreg Rose-0/+16
2010-04-27ixgbevf: use DMA API instead of PCI DMA functionsNick Nunley-33/+35
2010-04-27ixgbevf: Fix link speed displayGreg Rose-6/+9
2010-04-14drivers: net: use skb_headlen()Eric Dumazet-1/+1
2010-04-13drivers: net: last_rx eliminationEric Dumazet-1/+0
2010-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller-0/+2
2010-04-06Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller-1/+2
2010-04-03net: convert multicast list to list_headJiri Pirko-3/+3
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo-0/+2
2010-03-26ixgbevf: convert to use netdev_for_each_mc_addrJiri Pirko-37/+15
2010-03-26ixgbevf: Fix signed/unsigned int errorGreg Rose-1/+2