aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ixgbe/ixgbe_sriov.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-07-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+6
2022-07-18ixgbe: Add locking to prevent panic when setting sriov_numvfs to zeroPiotr Skajewski1-0/+6
2022-06-10Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/next-queueJakub Kicinski1-1/+1
2022-06-09drivers/net/ethernet/intel: fix typos in commentsJulia Lawall1-1/+1
2022-06-07ixgbe: fix unexpected VLAN Rx in promisc mode on VFOlivier Matz1-2/+2
2022-06-07ixgbe: fix bcast packets Rx on VF after promisc removalOlivier Matz1-2/+2
2022-03-08ixgbe: add the ability for the PF to disable VF link stateSlawomir Mrozowicz1-38/+169
2021-05-20ixgbe: fix large MTU request from VFJesse Brandeburg1-9/+7
2020-07-30ixgbe: use eth_zero_addr() to clear mac addressMiaohe Lin1-1/+1
2020-07-01ethernet/intel: Convert fallthrough code commentsJeff Kirsher1-2/+2
2020-05-28ixgbe: Use true, false for bool variable in __ixgbe_enable_sriov()Jason Yan1-1/+1
2019-06-05ixgbe: Use LLDP ethertype define ETH_P_LLDPAnirudh Venkataramanan1-1/+1
2018-12-12ixgbe: Fix race when the VF driver does a resetRoss Lagerwall1-1/+10
2018-10-31ixgbe: fix MAC anti-spoofing filter after VFLRRadoslaw Tyl1-1/+3
2018-08-28ixgbe: add VF IPsec offload request message handlingShannon Nelson1-1/+16
2018-08-24ixgbe: fix driver behaviour after issuing VFLRSebastian Basierski1-0/+26
2018-08-24ixgbe: Prevent unsupported configurations with XDPTony Nguyen1-0/+5
2018-05-17ixgbe: force VF to grab new MAC on driver reloadEmil Tantilov1-4/+1
2018-04-27net: intel: Cleanup the copyright/license headersJeff Kirsher1-27/+2
2018-04-25ixgbe: Avoid performing unnecessary resets for macvlan offloadAlexander Duyck1-2/+3
2018-03-12ixgbe: fix disabling hide VLAN on VF resetPaul Greenwalt1-1/+5
2018-01-12ixgbe: Don't assume dev->num_tc is equal to hardware TC configAlexander Duyck1-4/+4
2018-01-12ixgbe: Default to 1 pool always being allocatedAlexander Duyck1-5/+2
2018-01-09ixgbe: Fix limitations on macvlan so we can support up to 63 offloaded devicesAlexander Duyck1-18/+9
2018-01-09ixgbe: Perform reinit any time number of VFs changeAlexander Duyck1-16/+3
2017-07-25ixgbe: Ensure MAC filter was added before setting MACVLANTony Nguyen1-3/+6
2017-06-13ixgbe: fix writes to PFQDEEmil Tantilov1-1/+1
2017-05-31ixgbe: Resolve warnings for -Wimplicit-fallthroughTony Nguyen1-4/+3
2017-05-31ixgbe: Add error checking to setting VF MACTony Nguyen1-13/+41
2017-04-29ixgbe: Check for RSS key before setting valueTony Nguyen1-1/+1
2017-04-29ixgbe: Allow setting zero MAC address for VFTony Nguyen1-10/+18
2017-04-29ixgbe: clean macvlan MAC filter table on VF resetEmil Tantilov1-52/+53
2017-04-18ixgbe: do not use adapter->num_vfs when setting VFs via module parameterEmil Tantilov1-25/+25
2017-04-18ixgbe: return early instead of wrap block in if statementEmil Tantilov1-44/+41
2017-04-18ixgbe: move num_vfs_macvlans allocation into separate functionEmil Tantilov1-19/+29
2017-04-18ixgbe: Avoid Tx hang by not allowing more than the number of VFs supported.Usha Ketineni1-3/+23
2017-01-03ixgbe: Add PF support for VF promiscuous modeDon Skidmore1-6/+41
2017-01-03ixgbe: 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/jkirsher/next-queueDavid 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-24ixgbe: set VLAN spoof checking unconditionallyEmil Tantilov1-23/+2
2016-04-24ixgbe: consolidate the configuration of spoof checkingEmil Tantilov1-16/+27
2016-04-04ixgbe: 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-29ixgbe: 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