summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ixgbe/ixgbe_sriov.c
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-07-211-0/+6
|\
| * ixgbe: Add locking to prevent panic when setting sriov_numvfs to zeroPiotr Skajewski2022-07-181-0/+6
* | Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski2022-06-101-1/+1
|\ \ | |/ |/|
| * drivers/net/ethernet/intel: fix typos in commentsJulia Lawall2022-06-091-1/+1
* | ixgbe: fix unexpected VLAN Rx in promisc mode on VFOlivier Matz2022-06-071-2/+2
* | ixgbe: fix bcast packets Rx on VF after promisc removalOlivier Matz2022-06-071-2/+2
|/
* ixgbe: add the ability for the PF to disable VF link stateSlawomir Mrozowicz2022-03-081-38/+169
* ixgbe: fix large MTU request from VFJesse Brandeburg2021-05-201-9/+7
* ixgbe: use eth_zero_addr() to clear mac addressMiaohe Lin2020-07-301-1/+1
* ethernet/intel: Convert fallthrough code commentsJeff Kirsher2020-07-011-2/+2
* ixgbe: Use true, false for bool variable in __ixgbe_enable_sriov()Jason Yan2020-05-281-1/+1
* ixgbe: Use LLDP ethertype define ETH_P_LLDPAnirudh Venkataramanan2019-06-051-1/+1
* ixgbe: Fix race when the VF driver does a resetRoss Lagerwall2018-12-121-1/+10
* ixgbe: fix MAC anti-spoofing filter after VFLRRadoslaw Tyl2018-10-311-1/+3
* ixgbe: add VF IPsec offload request message handlingShannon Nelson2018-08-281-1/+16
* ixgbe: fix driver behaviour after issuing VFLRSebastian Basierski2018-08-241-0/+26
* ixgbe: Prevent unsupported configurations with XDPTony Nguyen2018-08-241-0/+5
* ixgbe: force VF to grab new MAC on driver reloadEmil Tantilov2018-05-171-4/+1
* net: intel: Cleanup the copyright/license headersJeff Kirsher2018-04-271-27/+2
* ixgbe: Avoid performing unnecessary resets for macvlan offloadAlexander Duyck2018-04-251-2/+3
* ixgbe: fix disabling hide VLAN on VF resetPaul Greenwalt2018-03-121-1/+5
* ixgbe: Don't assume dev->num_tc is equal to hardware TC configAlexander Duyck2018-01-121-4/+4
* ixgbe: Default to 1 pool always being allocatedAlexander Duyck2018-01-121-5/+2
* ixgbe: Fix limitations on macvlan so we can support up to 63 offloaded devicesAlexander Duyck2018-01-091-18/+9
* ixgbe: Perform reinit any time number of VFs changeAlexander Duyck2018-01-091-16/+3
* ixgbe: Ensure MAC filter was added before setting MACVLANTony Nguyen2017-07-251-3/+6
* ixgbe: fix writes to PFQDEEmil Tantilov2017-06-131-1/+1
* ixgbe: Resolve warnings for -Wimplicit-fallthroughTony Nguyen2017-05-311-4/+3
* ixgbe: Add error checking to setting VF MACTony Nguyen2017-05-311-13/+41
* ixgbe: Check for RSS key before setting valueTony Nguyen2017-04-291-1/+1
* ixgbe: Allow setting zero MAC address for VFTony Nguyen2017-04-291-10/+18
* ixgbe: clean macvlan MAC filter table on VF resetEmil Tantilov2017-04-291-52/+53
* ixgbe: do not use adapter->num_vfs when setting VFs via module parameterEmil Tantilov2017-04-181-25/+25
* ixgbe: return early instead of wrap block in if statementEmil Tantilov2017-04-181-44/+41
* ixgbe: move num_vfs_macvlans allocation into separate functionEmil Tantilov2017-04-181-19/+29
* ixgbe: Avoid Tx hang by not allowing more than the number of VFs supported.Usha Ketineni2017-04-181-3/+23
* ixgbe: Add PF support for VF promiscuous modeDon Skidmore2017-01-031-6/+41
* ixgbe: test for trust in macvlan adjustments for VFKen Cox2017-01-031-1/+2
* Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller2016-09-241-1/+3
|\
| * ixgbe: reset before SRIOV init to avoid mailbox issuesEmil Tantilov2016-09-231-1/+3
* | net: Update API for VF vlan protocol 802.1ad supportMoshe Shemesh2016-09-241-1/+4
|/
* ixgbe: fix spoofed packets with macvlansEmil Tantilov2016-06-291-0/+1
* ixgbe: use BIT() macroJacob Keller2016-04-251-11/+11
* ixgbe: set VLAN spoof checking unconditionallyEmil Tantilov2016-04-241-23/+2
* ixgbe: consolidate the configuration of spoof checkingEmil Tantilov2016-04-241-16/+27
* ixgbe: add a callback to set the maximum transmit bitrateRostislav Pehlivanov2016-04-041-1/+1
* ixgbe: Do not allow PF to add VLVF entry unless it actually needs itAlexander Duyck2016-04-041-14/+17
* ixgbe: Extend trust to allow guest to set unicast addresschas williams2016-04-041-1/+1
* ixgbe: Fix bugs in ixgbe_clear_vf_vlans()Alexander Duyck2015-12-291-4/+4
* ixgbe: Clean stale VLANs when changing port VLAN or resettingAlexander Duyck2015-12-121-5/+72