summaryrefslogtreecommitdiff
path: root/drivers/net/ixgbevf
AgeCommit message (Expand)AuthorFilesLines
2011-07-22ixgbevf: do vlan cleanupJiri Pirko2-52/+18
2011-06-21ixgbevf: remove unnecessary ampersandsStephen Hemminger1-11/+11
2011-06-21ixgbevf: Fix bungled declaration of ixgbevf_mbx_opsGreg Rose2-2/+2
2011-06-10ixgbevf: Update the driver stringGreg Rose1-1/+1
2011-05-23Add appropriate <linux/prefetch.h> include for prefetch usersPaul Gortmaker1-0/+1
2011-05-15ixgbevf: Add macvlan support in the set rx mode opGreg Rose4-0/+66
2011-04-30ethtool: cosmetic: Use ethtool ethtool_cmd_speed APIDavid Decotigny1-3/+5
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-03-12ixgbe: correct typo in define nameEmil Tantilov2-3/+3
2011-03-12ixgbevf: Fix Driver StringGreg Rose1-1/+1
2011-03-12ixgbevf: Fix Version StringGreg Rose1-1/+1
2011-03-11ixgbevf: remove Tx hang detectionLior Levy2-51/+0
2011-03-03ixgbevf: Fix Compiler WarningsGreg Rose1-7/+2
2011-02-28net: use pci_dev->revision, againSergei Shtylyov1-1/+1
2011-02-24ixgbevf: Fix name of function in function header commentGreg Rose1-8/+8
2011-02-24ixgbevf: Enable jumbo frame support for X540 VFGreg Rose2-2/+19
2010-12-25ixgbevf: Add X540 VF device support to the ixgbevf driverGreg Rose5-4/+15
2010-12-12drivers/net: don't use flush_scheduled_work()Tejun Heo1-2/+1
2010-12-11Intel Wired LAN drivers: Use static constJeff Kirsher1-7/+11
2010-11-28drivers/net: use vzalloc()Eric Dumazet1-4/+2
2010-11-17ixgbevf: Fix OopsGreg Rose1-4/+2
2010-11-17ixgbevf: Update Version String and Copyright NoticeGreg Rose9-11/+12
2010-10-21vlan: Don't check for vlan group before vlan_tx_tag_present.Jesse Gross1-1/+1
2010-10-21vlan: Rename VLAN_GROUP_ARRAY_LEN to VLAN_N_VID.Jesse Gross1-1/+1
2010-10-06ixgbevf: declare functions as staticEmil Tantilov3-4/+2
2010-09-27drivers/net: return operator cleanupEric Dumazet1-1/+1
2010-09-25ixgbevf: Refactor ring parameter re-sizeGreg Rose1-74/+79
2010-09-10ixgbevf: remove private net_device_statsEric Dumazet2-22/+5
2010-09-09ixgbevf: Removed unneeded HW struct membersGreg Rose1-2/+0
2010-09-03drivers/net: avoid some skb->ip_summed initializationsEric Dumazet1-1/+1
2010-08-26drivers/net: Remove address use from assignments of function pointersJoe Perches1-1/+1
2010-08-09e100/e1000*/igb*/ixgb*: Add missing read memory barrierJeff Kirsher1-0/+2
2010-08-03ixgbevf: fix null pointer dereference due to filter being set for VLAN 0Alexander Duyck1-11/+1
2010-07-28igbvf, ixgbevf: use dev_hw_addr_randomStefan Assmann1-1/+1
2010-07-16drivers: ixgbevf: fix unsigned underflowKulikov Vasiliy1-1/+2
2010-06-05ixgbevf: Enable GRO by defaultShirley Ma1-0/+1
2010-05-14drivers/net: Remove unnecessary returns from void function()sJoe Perches1-4/+0
2010-05-10net: trans_start cleanupsEric Dumazet1-2/+0
2010-05-06ixgbevf: Cache PF ack bit in interruptGreg Rose1-0/+16
2010-04-28ixgbevf: use DMA API instead of PCI DMA functionsNick Nunley1-33/+35
2010-04-28ixgbevf: Fix link speed displayGreg Rose2-6/+9
2010-04-15drivers: net: use skb_headlen()Eric Dumazet1-1/+1
2010-04-13drivers: net: last_rx eliminationEric Dumazet1-1/+0
2010-04-12Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2-0/+2
2010-04-07Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-1/+2
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 Heo2-0/+2
2010-03-27ixgbevf: convert to use netdev_for_each_mc_addrJiri Pirko3-37/+15
2010-03-26ixgbevf: Fix signed/unsigned int errorGreg Rose1-1/+2
2010-03-25net/intel: remove trailing space in messagesFrans Pop1-1/+1