summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ixgbevf
Commit message (Expand)AuthorAgeFilesLines
* ixgbevf: Reduce size of maximum rx bufferGreg Rose2012-11-132-13/+13
* ixgbevf: Add flag to indicate when rx is in net pollGreg Rose2012-11-132-1/+7
* ixgbevf: fix possible use of uninitialized variableEmil Tantilov2012-11-131-1/+2
* ixgbevf: make sure probe fails on MSI-X enable errorJakub Kicinski2012-11-131-13/+13
* eth: Make is_link_local() consistent with other address testsBen Hutchings2012-11-032-2/+2
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller2012-10-312-0/+8
|\
| * ixgbevf: Do not forward LLDP type framesGreg Rose2012-10-301-0/+5
| * net, ixgbe: handle link local multicast addresses in SR-IOV modeJohn Fastabend2012-10-301-0/+3
* | ixgbe: add setlink, getlink support to ixgbe and ixgbevfJohn Fastabend2012-10-311-0/+10
|/
* ixgbevf: Update version stringGreg Rose2012-10-231-1/+1
* ixgbevf: fix softirq-safe to unsafe splat on internal mbx_lockJohn Fastabend2012-10-231-20/+20
* ixgbevf: Check for error on dma_map_single callGreg Rose2012-10-231-1/+7
* ixgbevf: make netif_napi_add and netif_napi_del symmetricJohn Fastabend2012-10-231-7/+2Star
* ixgbevf: Add VF DCB + SR-IOV supportAlexander Duyck2012-10-236-8/+232
* ixgbe/ixgbevf: Limit maximum jumbo frame size to 9.5K to avoid Tx hangsAlexander Duyck2012-10-091-1/+1
* ixgbevf: Set the netdev number of Tx queuesGreg Rose2012-10-091-0/+7
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2012-10-027-99/+345
|\
| * ixgbevf: Return error on failure to enable VLANAlexander Duyck2012-09-242-7/+34
| * ixgbevf: Add fix to VF to handle multi-descriptor buffersAlexander Duyck2012-09-242-2/+17
| * ixgbevf: Fix AIM (Adaptive Interrupt Moderation)Greg Rose2012-09-241-0/+4
| * ixgbevf - Remove unused parameter in ixgbevf_receive_skbNarendra K2012-09-241-3/+1Star
| * ixgbevf: Fix code for handling timeoutAlexander Duyck2012-09-243-52/+58
| * ixgbevf: scheduling while atomic in reset hw pathJohn Fastabend2012-09-201-1/+1
| * ixgbevf: Add support for VF API negotiationAlexander Duyck2012-09-205-2/+83
| * ixgbevf: Cleanup handling of configuration for jumbo framesAlexander Duyck2012-08-314-28/+58
| * ixgbevf: Add suspend and resume support to the VFAlexander Duyck2012-08-311-4/+89
* | netdev: make pci_error_handlers constStephen Hemminger2012-09-081-1/+1
|/
* netvm: propagate page->pfmemalloc from skb_alloc_page to skbMel Gorman2012-08-011-1/+0Star
* ixgbevf: Fix namespace issue with ixgbe_write_eitrGreg Rose2012-07-222-25/+19Star
* ixgbevf: Add support for PCI error handlingAlexander Duyck2012-07-221-0/+80
* ixgbevf: Add lock around mailbox ops to prevent simultaneous accessAlexander Duyck2012-07-222-2/+41
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-07-191-0/+3
|\
| * ixgbevf: Fix panic when loading driverAlexander Duyck2012-07-171-0/+3
| * ixgbevf: Prevent RX/TX statistics getting reset to zeroNarendra K2012-07-171-12/+0Star
* | ixgbevf: Fix multiple issues in ixgbevf_get/set_ringparamAlexander Duyck2012-07-181-70/+83
* | ixgbevf: Consolidate Tx context descriptor creation codeAlexander Duyck2012-07-182-180/+163Star
* | ixgbevf: Add netdev to ring structureAlexander Duyck2012-07-183-34/+28Star
* | ixgbevf: Do not rewind the Rx ring before bumping tailAlexander Duyck2012-07-181-5/+2Star
* | ixgbevf: fix VF untagging when 802.1 prio is setPascal Bouchareine2012-07-181-1/+1
* | ixgbevf: Update descriptor macros to accept pointers and drop _ADV suffixAlexander Duyck2012-07-182-15/+15
* | ixgbevf: Use igb style interrupt masks instead of ixgbe styleAlexander Duyck2012-07-173-146/+105Star
* | ixgbevf: Move Tx clean-up into NAPI contextAlexander Duyck2012-07-173-182/+89Star
* | ixgbevf: Update q_vector to contain ring pointers instead of bitmapsAlexander Duyck2012-07-172-105/+65Star
* | ixgbevf: Cleanup accounting for space needed at start of xmit_frameAlexander Duyck2012-07-171-22/+24
* | ixgbevf: Drop use of eitr_low and eitr_high for hard coded valuesAlexander Duyck2012-07-172-10/+4Star
* | ixgbevf: Make use of NETIF_F_RXCSUM instead of keeping our own flagAlexander Duyck2012-07-172-20/+2Star
* | ixgbevf: Drop netdev_registered value since that is already stored in netdevAlexander Duyck2012-07-172-6/+1Star
* | ixgbevf: Drop all dead or unnecessary codeAlexander Duyck2012-07-173-228/+22Star
* | drivers/net/ethernet: Fix (nearly-)kernel-doc comments for various functionsBen Hutchings2012-07-111-3/+3
|/
* ixgbevf: Update version stringGreg Rose2012-05-031-1/+1