aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ixgbevf/vf.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-06-30intel/ixgbevf:fix repeated words in commentsJilin Yuan1-1/+1
2022-03-08ixgbevf: add disable link stateSlawomir Mrozowicz1-0/+42
2021-11-17ixgbevf: Add support for new mailbox communication between PF and VFRadoslaw Tyl1-2/+12
2021-11-17ixgbevf: Mailbox improvementsRadoslaw Tyl1-9/+8
2021-11-17ixgbevf: Rename MSGTYPE to SUCCESS and FAILURERadoslaw Tyl1-15/+16
2021-10-29net: ixgbevf: Remove redundant initialization of variable ret_valColin Ian King1-1/+1
2021-03-23intel: clean up mismatched header commentsJesse Brandeburg1-5/+13
2020-07-01ethernet/intel: Convert fallthrough code commentsJeff Kirsher1-3/+3
2019-06-05net: ixgbevf: fix a missing check of ixgbevf_write_msg_read_ackKangjie Lu1-3/+2
2018-08-28ixgbevf: enable VF IPsec offload operationsShannon Nelson1-0/+4
2018-04-27net: intel: Cleanup the copyright/license headersJeff Kirsher1-25/+2
2018-01-26ixgbevf: use ARRAY_SIZE for various array sizing calculationsColin Ian King1-10/+7
2018-01-12ixgbevf: Fix kernel-doc format warningsTony Nguyen1-2/+15
2017-05-31ixgbevf: Resolve warnings for -Wimplicit-fallthroughTony Nguyen1-0/+2
2017-04-29ixgbevf: Fix errors in retrieving RETA and RSS from PFTony Nguyen1-3/+3
2017-01-03ixgbevf: Add support for VF promiscuous modeDon Skidmore1-4/+20
2016-08-20ixgbevf: fix incorrect MAC address on loadEmil Tantilov1-7/+14
2016-07-22ixgbevf: Commonize mailbox write/readTony Nguyen1-29/+6
2016-07-22ixgbevf: Add range checking for setting MTUTony Nguyen1-15/+27
2016-07-22ixgbevf: add VF support for new hardwareDon Skidmore1-0/+5
2016-07-22ixgbevf: fix NACK check in ixgbevf_set_uc_addr_vf()Emil Tantilov1-6/+8
2016-05-04ixgbevf: Remove unused parameterTony Nguyen1-6/+2
2016-05-04ixgbevf: Use mac_ops instead of trying to identify NIC typeAlexander Duyck1-11/+9
2016-05-04ixgbevf: Support Windows hosts (Hyper-V)KY Srinivasan1-0/+215
2016-04-25ixgbevf: Move API negotiation function into mac_opsAlexander Duyck1-2/+3
2016-03-29ixgbevf: fix error code path when setting MAC addressEmil Tantilov1-1/+3
2015-11-23ixgbevf: fix spoofed packets with random MACEmil Tantilov1-1/+3
2015-10-23ixgbe, ixgbevf: Add new mbox API xcast modeHiroshi Shimamoto1-0/+41
2015-04-11ixgbevf: Add RSS Key query codeVlad Zolotarov1-0/+54
2015-04-11ixgbevf: Add a RETA query codeVlad Zolotarov1-0/+70
2015-03-13ixgbevf: Use ether_addr_copy() instead of memcpy()Jeff Kirsher1-4/+4
2015-03-13ixgbevf: Fix code comments and whitespaceJeff Kirsher1-28/+27
2015-03-08ethernet: codespell comment spelling fixesJoe Perches1-1/+1
2014-12-05ixgbevf: add support for X550 VFsEmil Tantilov1-0/+10
2014-09-04ixgbevf: introduce delay for checking VFLINKS on 82599Emil Tantilov1-0/+15
2013-10-02net:drivers/net: Miscellaneous conversions to ETH_ALENJoe Perches1-2/+2
2013-03-28ixgbevf: Adjust to handle unassigned MAC address from PFGreg Rose1-1/+6
2012-11-02eth: Make is_link_local() consistent with other address testsBen Hutchings1-1/+1
2012-10-29net, ixgbe: handle link local multicast addresses in SR-IOV modeJohn Fastabend1-0/+3
2012-10-22ixgbevf: Add VF DCB + SR-IOV supportAlexander Duyck1-0/+58
2012-09-24ixgbevf: Return error on failure to enable VLANAlexander Duyck1-2/+18
2012-09-24ixgbevf: Fix code for handling timeoutAlexander Duyck1-11/+38
2012-09-20ixgbevf: scheduling while atomic in reset hw pathJohn Fastabend1-1/+1
2012-09-20ixgbevf: Add support for VF API negotiationAlexander Duyck1-0/+37
2012-08-30ixgbevf: Cleanup handling of configuration for jumbo framesAlexander Duyck1-0/+14
2012-05-03ixgbevf: Add support to recognize 100mb link speedGreg Rose1-3/+9
2012-02-03ixgbevf: Update copyright noticesGreg Rose1-1/+1
2012-02-03ixgbevf: Fix mailbox interrupt ack bugGreg Rose1-4/+15
2012-01-19ixgbevf: make operations tables constStephen Hemminger1-3/+3
2012-01-19ixgbevf: fix sparse warningsStephen Hemminger1-0/+1