aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ixgbevf (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-04-19net: vlan: add protocol argument to packet tagging functionsPatrick McHardy1-1/+1
2013-04-19net: vlan: prepare for 802.1ad VLAN filtering offloadPatrick McHardy1-3/+6
2013-04-19net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*Patrick McHardy1-3/+3
2013-03-28ixgbevf: Adjust to handle unassigned MAC address from PFGreg Rose2-7/+21
2013-03-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+20
2013-03-26ixgbevf: don't release the soft entriesxunleer1-4/+20
2013-03-15drivers:net: Remove dma_alloc_coherent OOM messagesJoe Perches1-3/+0
2013-03-08ixgbevf: use PCI_DEVICE_TABLE macroStephen Hemminger1-6/+3
2013-03-08ixgbevf: Make next_to_watch a pointer and adjust memory barriers to avoid racesAlexander Duyck2-33/+40
2013-01-28ixgbevf: Make sure link status and speed are fetchedGreg Rose1-0/+1
2013-01-23ixgbevf: Fix link speed message to support 100MbpsGreg Rose1-3/+16
2013-01-19ixgbevf: Fix statistics corruptionGreg Rose1-1/+6
2013-01-19ixgbevf: Fix link up messagesGreg Rose1-4/+5
2013-01-19ixgbevf: Synch out of tree and in tree mailbox interrupt handlersGreg Rose1-2/+25
2013-01-08remove init of dev->perm_addr in driversJiri Pirko1-2/+0
2012-12-07drivers/net: fix up function prototypes after __dev* removalsGreg Kroah-Hartman1-2/+1
2012-12-03net/intel: remove __dev* attributesBill Pemberton1-4/+4
2012-11-15ixgbevf: Add checksum statistics counters to ringsGreg Rose2-7/+18
2012-11-15ixgbevf: Remove unneeded and obsolete commentGreg Rose1-7/+0
2012-11-15ixgbevf: White space and comments clean upGreg Rose1-13/+6
2012-11-15ixgbevf: Remove mailbox spinlock from the reset functionGreg Rose1-4/+0
2012-11-15ixgbevf: Remove checking for mac.ops function pointersGreg Rose1-38/+18
2012-11-15ixgbevf: Remove the ring adapter pointer valueGreg Rose1-1/+0
2012-11-15ixgbevf: Fix unnecessary dereference where local var is available.Greg Rose1-2/+2
2012-11-15ixgbevf: Streamline the rx buffer allocationGreg Rose1-5/+5
2012-11-13ixgbevf: Reduce size of maximum rx bufferGreg Rose2-13/+13
2012-11-13ixgbevf: Add flag to indicate when rx is in net pollGreg Rose2-1/+7
2012-11-13ixgbevf: fix possible use of uninitialized variableEmil Tantilov1-1/+2
2012-11-13ixgbevf: make sure probe fails on MSI-X enable errorJakub Kicinski1-13/+13
2012-11-02eth: Make is_link_local() consistent with other address testsBen Hutchings2-2/+2
2012-10-31Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-nextDavid S. Miller2-0/+8
2012-10-31ixgbe: add setlink, getlink support to ixgbe and ixgbevfJohn Fastabend1-0/+10
2012-10-29ixgbevf: Do not forward LLDP type framesGreg Rose1-0/+5
2012-10-29net, ixgbe: handle link local multicast addresses in SR-IOV modeJohn Fastabend1-0/+3
2012-10-23ixgbevf: Update version stringGreg Rose1-1/+1
2012-10-23ixgbevf: fix softirq-safe to unsafe splat on internal mbx_lockJohn Fastabend1-20/+20
2012-10-23ixgbevf: Check for error on dma_map_single callGreg Rose1-1/+7
2012-10-23ixgbevf: make netif_napi_add and netif_napi_del symmetricJohn Fastabend1-7/+2
2012-10-22ixgbevf: Add VF DCB + SR-IOV supportAlexander Duyck6-8/+232
2012-10-09ixgbe/ixgbevf: Limit maximum jumbo frame size to 9.5K to avoid Tx hangsAlexander Duyck1-1/+1
2012-10-09ixgbevf: Set the netdev number of Tx queuesGreg Rose1-0/+7
2012-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds7-99/+345
2012-09-24ixgbevf: Return error on failure to enable VLANAlexander Duyck2-7/+34
2012-09-24ixgbevf: Add fix to VF to handle multi-descriptor buffersAlexander Duyck2-2/+17
2012-09-24ixgbevf: Fix AIM (Adaptive Interrupt Moderation)Greg Rose1-0/+4
2012-09-24ixgbevf - Remove unused parameter in ixgbevf_receive_skbNarendra K1-3/+1
2012-09-24ixgbevf: Fix code for handling timeoutAlexander Duyck3-52/+58
2012-09-20ixgbevf: scheduling while atomic in reset hw pathJohn Fastabend1-1/+1
2012-09-20ixgbevf: Add support for VF API negotiationAlexander Duyck5-2/+83
2012-09-07netdev: make pci_error_handlers constStephen Hemminger1-1/+1