summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/ixgbe/ixgbe_sriov.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-07ixgbe: Convert ret val type from s32 to intJedrzej Jagielski1-4/+4
2024-01-03ixgbe: Refactor returning internal error codesJedrzej Jagielski1-1/+1
2024-01-03ixgbe: report link state for VF devicesOvidiu Panait1-0/+1
2023-12-18intel: legacy: field get conversionJesse Brandeburg1-5/+3
2023-10-20ixgbe: fix end of loop test in ixgbe_set_vf_macvlan()Dan Carpenter1-9/+10
2023-10-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+3
2023-10-10ixgbe: fix crash with empty VF macvlan listDan Carpenter1-2/+3
2023-09-28ethernet/intel: Use list_for_each_entry() helperJinjie Ruan1-5/+2
2022-07-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+6
2022-07-19ixgbe: Add locking to prevent panic when setting sriov_numvfs to zeroPiotr Skajewski1-0/+6
2022-06-11Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub 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-21ixgbe: 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-29ixgbe: 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-13ixgbe: 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-29ixgbe: 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-26ixgbe: Ensure MAC filter was added before setting MACVLANTony Nguyen1-3/+6
2017-06-14ixgbe: 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-30ixgbe: Check for RSS key before setting valueTony Nguyen1-1/+1
2017-04-30ixgbe: Allow setting zero MAC address for VFTony Nguyen1-10/+18
2017-04-30ixgbe: 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-04ixgbe: Add PF support for VF promiscuous modeDon Skidmore1-6/+41
2017-01-04ixgbe: 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/jkirshe...David 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