summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/ixgbe/ixgbe_sriov.c
AgeCommit message (Expand)Author
2025-04-15ixgbe: wrap netdev_priv() usagePrzemek Kitszel
2024-12-03ixgbe: downgrade logging of unsupported VF API version to debugJacob Keller
2024-11-13ixgbe: Break include dependency cycleDiomidis Spinellis
2024-09-03netdev_features: convert NETIF_F_FCOE_MTU to dev->fcoe_mtuAlexander Lobakin
2024-02-06ixgbe: Convert ret val type from s32 to intJedrzej Jagielski
2024-01-02ixgbe: Refactor returning internal error codesJedrzej Jagielski
2024-01-02ixgbe: report link state for VF devicesOvidiu Panait
2023-12-18intel: legacy: field get conversionJesse Brandeburg
2023-10-20ixgbe: fix end of loop test in ixgbe_set_vf_macvlan()Dan Carpenter
2023-10-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-10-10ixgbe: fix crash with empty VF macvlan listDan Carpenter
2023-09-28ethernet/intel: Use list_for_each_entry() helperJinjie Ruan
2022-07-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-07-18ixgbe: Add locking to prevent panic when setting sriov_numvfs to zeroPiotr Skajewski
2022-06-10Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski
2022-06-09drivers/net/ethernet/intel: fix typos in commentsJulia Lawall
2022-06-07ixgbe: fix unexpected VLAN Rx in promisc mode on VFOlivier Matz
2022-06-07ixgbe: fix bcast packets Rx on VF after promisc removalOlivier Matz
2022-03-08ixgbe: add the ability for the PF to disable VF link stateSlawomir Mrozowicz
2021-05-20ixgbe: fix large MTU request from VFJesse Brandeburg
2020-07-30ixgbe: use eth_zero_addr() to clear mac addressMiaohe Lin
2020-07-01ethernet/intel: Convert fallthrough code commentsJeff Kirsher
2020-05-28ixgbe: Use true, false for bool variable in __ixgbe_enable_sriov()Jason Yan
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