summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/ixgbe/ixgbe_sriov.c
AgeCommit message (Expand)AuthorFilesLines
2017-01-04ixgbe: Add PF support for VF promiscuous modeDon Skidmore1-6/+41
2017-01-04ixgbe: test for trust in macvlan adjustments for VFKen Cox1-1/+2
2016-09-24Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller1-1/+3
2016-09-24net: Update API for VF vlan protocol 802.1ad supportMoshe Shemesh1-1/+4
2016-09-23ixgbe: reset before SRIOV init to avoid mailbox issuesEmil Tantilov1-1/+3
2016-06-29ixgbe: fix spoofed packets with macvlansEmil Tantilov1-0/+1
2016-04-25ixgbe: use BIT() macroJacob Keller1-11/+11
2016-04-25ixgbe: set VLAN spoof checking unconditionallyEmil Tantilov1-23/+2
2016-04-25ixgbe: consolidate the configuration of spoof checkingEmil Tantilov1-16/+27
2016-04-05ixgbe: add a callback to set the maximum transmit bitrateRostislav Pehlivanov1-1/+1
2016-04-04ixgbe: Do not allow PF to add VLVF entry unless it actually needs itAlexander Duyck1-14/+17
2016-04-04ixgbe: Extend trust to allow guest to set unicast addresschas williams1-1/+1
2015-12-30ixgbe: Fix bugs in ixgbe_clear_vf_vlans()Alexander Duyck1-4/+4
2015-12-12ixgbe: Clean stale VLANs when changing port VLAN or resettingAlexander Duyck1-5/+72
2015-12-12ixgbe: Fix VLAN promisc in relation to SR-IOVAlexander Duyck1-72/+22
2015-12-12ixgbe: Add support for adding/removing VLAN on PF bypassing the VLVFAlexander Duyck1-1/+17
2015-12-12ixgbe: Fix SR-IOV VLAN pool configurationAlexander Duyck1-2/+2
2015-12-03ixgbe: Save VF info and take referencesMark Rustad1-2/+48
2015-10-23ixgbe, ixgbevf: Add new mbox API xcast modeHiroshi Shimamoto1-0/+59
2015-10-23ixgbe: Add new ndo to trust VFHiroshi Shimamoto1-0/+37
2015-04-11ixgbe: Add GET_RSS_KEY command to VF-PF channel commands setVlad Zolotarov1-0/+21
2015-04-11ixgbe: Add a RETA query command to VF-PF channel APIVlad Zolotarov1-0/+35
2015-04-11ixgbe: Add a new netdev op to allow/prevent a VF from querying an RSS infoVlad Zolotarov1-2/+32
2015-04-10ixgbe: Move bridge mode from flag to variableDon Skidmore1-1/+2
2015-03-09ethernet: codespell comment spelling fixesJoe Perches1-1/+1
2015-02-06ixgbe: fix setting port VLANEmil Tantilov1-5/+8
2015-02-06ixgbe: allow multiple queues in SRIOV modeEmil Tantilov1-3/+0
2014-12-05ixgbe: add support for X550 extended RSS supportDon Skidmore1-1/+2
2014-11-11ixgbe: Add new support for X550 MAC'sDon Skidmore1-0/+6
2014-11-11ixgbe: cleanup move setting PFQDE.HIDE_VLAN to support function.Don Skidmore1-9/+22
2014-11-11ixgbe: cleanup ixgbe_ndo_set_vf_vlanDon Skidmore1-33/+61
2014-10-16ixgbe: check for vfs outside of sriov_num_vfs before dereferenceEmil Tantilov1-0/+3
2014-09-04ixgbe: limit combined total of macvlan and SR-IOV VFsJacob Keller1-6/+8
2014-07-26ixgbe: Make return values more directMark Rustad1-19/+12
2014-05-24Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller1-2/+2
2014-05-23net-next:v4: Add support to configure SR-IOV VF minimum and maximum Tx rate t...Sucheta Chakraborty1-4/+9
2014-05-23ixgbe: clean up checkpatch warnings about CODE_INDENT and LEADING_SPACEJacob Keller1-2/+2
2014-04-23ixgbe: improve mac filter handlingJacob Keller1-27/+7
2014-04-23ixgbe: change handling of multicast filtersJacob Keller1-2/+13
2014-03-13ixgbe: add Linux NICS mailing list to contact infoJacob Keller1-0/+1
2014-01-18ixgbe: define IXGBE_MAX_VFS_DRV_LIMIT macro and cleanup const 63ethan.zhao1-2/+2
2014-01-16ixgbe: Clear head write-back registers on VF resetAlexander Duyck1-0/+9
2014-01-16ixgbe: Force QDE via PFQDE for VFs during resetAlexander Duyck1-0/+14
2014-01-07Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+2
2014-01-01net: ixgbe: slight optimization of addr comparedingtianhong1-2/+1
2013-12-18ixgbe: fix for unused variable warning with certain configDon Skidmore1-0/+2
2013-11-11ixgbe: add warning when max_vfs is out of range.Jacob Keller1-4/+0
2013-11-08ixgbe: enable l2 forwarding acceleration for macvlansJohn Fastabend1-9/+8
2013-10-03net:drivers/net: Miscellaneous conversions to ETH_ALENJoe Perches1-6/+3
2013-08-29ixgbe: zero out mailbox buffer on initEmil Tantilov1-2/+2