aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ixgbe/ixgbe_sriov.c
AgeCommit message (Expand)Author
2024-02-23ixgbe: Refactor returning internal error codesJedrzej Jagielski
2023-10-25ixgbe: fix crash with empty VF macvlan listDan Carpenter
2022-07-29ixgbe: Add locking to prevent panic when setting sriov_numvfs to zeroPiotr Skajewski
2022-06-14ixgbe: fix unexpected VLAN Rx in promisc mode on VFOlivier Matz
2022-06-14ixgbe: fix bcast packets Rx on VF after promisc removalOlivier Matz
2021-06-03ixgbe: fix large MTU request from VFJesse Brandeburg
2019-06-05ixgbe: Use LLDP ethertype define ETH_P_LLDPAnirudh Venkataramanan
2018-12-12ixgbe: Fix race when the VF driver does a resetRoss Lagerwall
2018-10-31ixgbe: fix MAC anti-spoofing filter after VFLRRadoslaw Tyl
2018-08-28ixgbe: add VF IPsec offload request message handlingShannon Nelson
2018-08-24ixgbe: fix driver behaviour after issuing VFLRSebastian Basierski
2018-08-24ixgbe: Prevent unsupported configurations with XDPTony Nguyen
2018-05-17ixgbe: force VF to grab new MAC on driver reloadEmil Tantilov
2018-04-27net: intel: Cleanup the copyright/license headersJeff Kirsher
2018-04-25ixgbe: Avoid performing unnecessary resets for macvlan offloadAlexander Duyck
2018-03-12ixgbe: fix disabling hide VLAN on VF resetPaul Greenwalt
2018-01-12ixgbe: Don't assume dev->num_tc is equal to hardware TC configAlexander Duyck
2018-01-12ixgbe: Default to 1 pool always being allocatedAlexander Duyck
2018-01-09ixgbe: Fix limitations on macvlan so we can support up to 63 offloaded devicesAlexander Duyck
2018-01-09ixgbe: Perform reinit any time number of VFs changeAlexander Duyck
2017-07-25ixgbe: Ensure MAC filter was added before setting MACVLANTony Nguyen
2017-06-13ixgbe: fix writes to PFQDEEmil Tantilov
2017-05-31ixgbe: Resolve warnings for -Wimplicit-fallthroughTony Nguyen
2017-05-31ixgbe: Add error checking to setting VF MACTony Nguyen
2017-04-29ixgbe: Check for RSS key before setting valueTony Nguyen
2017-04-29ixgbe: Allow setting zero MAC address for VFTony Nguyen
2017-04-29ixgbe: clean macvlan MAC filter table on VF resetEmil Tantilov
2017-04-18ixgbe: do not use adapter->num_vfs when setting VFs via module parameterEmil Tantilov
2017-04-18ixgbe: return early instead of wrap block in if statementEmil Tantilov
2017-04-18ixgbe: move num_vfs_macvlans allocation into separate functionEmil Tantilov
2017-04-18ixgbe: Avoid Tx hang by not allowing more than the number of VFs supported.Usha Ketineni
2017-01-03ixgbe: Add PF support for VF promiscuous modeDon Skidmore
2017-01-03ixgbe: test for trust in macvlan adjustments for VFKen Cox
2016-09-24Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller
2016-09-24net: Update API for VF vlan protocol 802.1ad supportMoshe Shemesh
2016-09-23ixgbe: reset before SRIOV init to avoid mailbox issuesEmil Tantilov
2016-06-29ixgbe: fix spoofed packets with macvlansEmil Tantilov
2016-04-25ixgbe: use BIT() macroJacob Keller
2016-04-24ixgbe: set VLAN spoof checking unconditionallyEmil Tantilov
2016-04-24ixgbe: consolidate the configuration of spoof checkingEmil Tantilov
2016-04-04ixgbe: add a callback to set the maximum transmit bitrateRostislav Pehlivanov
2016-04-04ixgbe: Do not allow PF to add VLVF entry unless it actually needs itAlexander Duyck
2016-04-04ixgbe: Extend trust to allow guest to set unicast addresschas williams
2015-12-29ixgbe: Fix bugs in ixgbe_clear_vf_vlans()Alexander Duyck
2015-12-12ixgbe: Clean stale VLANs when changing port VLAN or resettingAlexander Duyck
2015-12-12ixgbe: Fix VLAN promisc in relation to SR-IOVAlexander Duyck
2015-12-12ixgbe: Add support for adding/removing VLAN on PF bypassing the VLVFAlexander Duyck
2015-12-12ixgbe: Fix SR-IOV VLAN pool configurationAlexander Duyck
2015-12-03ixgbe: Save VF info and take referencesMark Rustad
2015-10-23ixgbe, ixgbevf: Add new mbox API xcast modeHiroshi Shimamoto