aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ixgbevf
Commit message (Expand)AuthorAgeFilesLines
* Add appropriate <linux/prefetch.h> include for prefetch usersPaul Gortmaker2011-05-221-0/+1
* ixgbevf: Add macvlan support in the set rx mode opGreg Rose2011-05-144-0/+66
* ethtool: cosmetic: Use ethtool ethtool_cmd_speed APIDavid Decotigny2011-04-291-3/+5
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* ixgbe: correct typo in define nameEmil Tantilov2011-03-122-3/+3
* ixgbevf: Fix Driver StringGreg Rose2011-03-121-1/+1
* ixgbevf: Fix Version StringGreg Rose2011-03-121-1/+1
* ixgbevf: remove Tx hang detectionLior Levy2011-03-112-51/+0
* ixgbevf: Fix Compiler WarningsGreg Rose2011-03-031-7/+2
* net: use pci_dev->revision, againSergei Shtylyov2011-02-281-1/+1
* ixgbevf: Fix name of function in function header commentGreg Rose2011-02-241-8/+8
* ixgbevf: Enable jumbo frame support for X540 VFGreg Rose2011-02-242-2/+19
* ixgbevf: Add X540 VF device support to the ixgbevf driverGreg Rose2010-12-245-4/+15
* drivers/net: don't use flush_scheduled_work()Tejun Heo2010-12-121-2/+1
* Intel Wired LAN drivers: Use static constJeff Kirsher2010-12-101-7/+11
* drivers/net: use vzalloc()Eric Dumazet2010-11-271-4/+2
* ixgbevf: Fix OopsGreg Rose2010-11-161-4/+2
* ixgbevf: Update Version String and Copyright NoticeGreg Rose2010-11-169-11/+12
* vlan: Don't check for vlan group before vlan_tx_tag_present.Jesse Gross2010-10-211-1/+1
* vlan: Rename VLAN_GROUP_ARRAY_LEN to VLAN_N_VID.Jesse Gross2010-10-211-1/+1
* ixgbevf: declare functions as staticEmil Tantilov2010-10-053-4/+2
* drivers/net: return operator cleanupEric Dumazet2010-09-261-1/+1
* ixgbevf: Refactor ring parameter re-sizeGreg Rose2010-09-241-74/+79
* ixgbevf: remove private net_device_statsEric Dumazet2010-09-092-22/+5
* ixgbevf: Removed unneeded HW struct membersGreg Rose2010-09-081-2/+0
* drivers/net: avoid some skb->ip_summed initializationsEric Dumazet2010-09-021-1/+1
* drivers/net: Remove address use from assignments of function pointersJoe Perches2010-08-251-1/+1
* e100/e1000*/igb*/ixgb*: Add missing read memory barrierJeff Kirsher2010-08-081-0/+2
* ixgbevf: fix null pointer dereference due to filter being set for VLAN 0Alexander Duyck2010-08-021-11/+1
* igbvf, ixgbevf: use dev_hw_addr_randomStefan Assmann2010-07-271-1/+1
* drivers: ixgbevf: fix unsigned underflowKulikov Vasiliy2010-07-151-1/+2
* ixgbevf: Enable GRO by defaultShirley Ma2010-06-051-0/+1
* drivers/net: Remove unnecessary returns from void function()sJoe Perches2010-05-141-4/+0
* net: trans_start cleanupsEric Dumazet2010-05-101-2/+0
* ixgbevf: Cache PF ack bit in interruptGreg Rose2010-05-061-0/+16
* ixgbevf: use DMA API instead of PCI DMA functionsNick Nunley2010-04-271-33/+35
* ixgbevf: Fix link speed displayGreg Rose2010-04-272-6/+9
* drivers: net: use skb_headlen()Eric Dumazet2010-04-141-1/+1
* drivers: net: last_rx eliminationEric Dumazet2010-04-131-1/+0
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-04-112-0/+2
|\
| * include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-302-0/+2
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-04-061-1/+2
|\ \ | |/
| * ixgbevf: Fix signed/unsigned int errorGreg Rose2010-03-261-1/+2
* | net: convert multicast list to list_headJiri Pirko2010-04-031-3/+3
* | ixgbevf: convert to use netdev_for_each_mc_addrJiri Pirko2010-03-263-37/+15
* | net/intel: remove trailing space in messagesFrans Pop2010-03-241-1/+1
* | ixgbevf: Message formatting fixupJoe Perches2010-03-221-3/+3
|/
* ixgbevf: Message formatting cleanupsGreg Rose2010-03-191-2/+2
* ixgbevf: Shorten up delay timer for watchdog taskGreg Rose2010-03-191-1/+1
* ixgbevf: Fix VF Stats accounting after resetGreg Rose2010-03-193-38/+78