summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ixgbe/ixgbe_sriov.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* netdev_features: convert NETIF_F_FCOE_MTU to dev->fcoe_mtuAlexander Lobakin2024-09-031-2/+2
* ixgbe: Convert ret val type from s32 to intJedrzej Jagielski2024-02-061-4/+4
* ixgbe: Refactor returning internal error codesJedrzej Jagielski2024-01-021-1/+1
* ixgbe: report link state for VF devicesOvidiu Panait2024-01-021-0/+1
* intel: legacy: field get conversionJesse Brandeburg2023-12-181-5/+3
* ixgbe: fix end of loop test in ixgbe_set_vf_macvlan()Dan Carpenter2023-10-201-9/+10
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-10-131-2/+3
|\
| * ixgbe: fix crash with empty VF macvlan listDan Carpenter2023-10-101-2/+3
* | ethernet/intel: Use list_for_each_entry() helperJinjie Ruan2023-09-281-5/+2
|/
* 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-191-0/+6
* | Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski2022-06-111-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-211-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-291-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-131-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-261-3/+6
* ixgbe: fix writes to PFQDEEmil Tantilov2017-06-141-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-301-1/+1
* ixgbe: Allow setting zero MAC address for VFTony Nguyen2017-04-301-10/+18
* ixgbe: clean macvlan MAC filter table on VF resetEmil Tantilov2017-04-301-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
|/