summaryrefslogtreecommitdiff
path: root/sys/dev/pci/ixgbe/ixgbe_vf.c
AgeCommit message (Expand)Author
2021-12-24Add code to support API version 1.5. No functional change.msaitoh
2021-12-24Whitespace fix. Remove old comment. No functional change.msaitoh
2021-12-24Update copyright to 2020.msaitoh
2021-12-24Rename IXGBE_VT_MSGTYPE_{ACK,NACK} to IXGBE_VT_MSGTYPE_{SUCCESS,FAILURE}.msaitoh
2021-04-30 Add missing __KERNEL_RCSID().msaitoh
2021-01-20 The max number of queue(pair) is not 7 but 8. Inspired by DPDK.msaitoh
2020-11-30s/ we we / we /msaitoh
2020-07-22s/reseting/resetting/msaitoh
2020-02-05No functional change:msaitoh
2019-09-20- Make ixv_set_multi() work correctly (especially for PROMISC) when themsaitoh
2019-09-12Add support ALLMULTI on ixv(4):msaitoh
2019-09-12- Make SIOCADDMULTI returns ENOSPC when the Ethenet multicast address listmsaitoh
2019-09-11 Print message when the number of multicast addresses exceeded the limit (30).msaitoh
2019-07-02 Other than IXGBE_VF_RESET should wait ACK, so use ixgbevf_write_msg_read_ack()msaitoh
2018-04-04Sync with FreeBSD r331224 except ixv_if_update_admin_status()'s change:msaitoh
2018-04-04Sync with the remaining part of FreeBSD r328265 except sfp_reinit stuff:msaitoh
2017-12-06Sync with FreeBSD's r326022. All of the following changes have no influencemsaitoh
2017-10-13 Show 2.5GBASE-T and 5GBASE-T correctly on ixv(4). Tested on a virtual functionmsaitoh
2017-08-30- Sync with FreeBSD r320688 (and up to r322865):msaitoh
2016-12-02Update ixg(4) and ixv(4) up to FreeBSD r292674:msaitoh
2016-12-02Update ixg(4) and ixv(4) up to FreeBSD r289238:msaitoh
2016-12-02Update ixg(4) and ixv(4) up to FreeBSD r285590:msaitoh
2016-12-02Update ixg(4) and ixv(4) up to FreeBSD r283881:msaitoh
2016-12-01Update ixg(4) and ixv(4) up to FreeBSD r282299:msaitoh
2016-12-01Update ixg(4) and ixv(4) up to FreeBSD r280197:msaitoh
2016-02-06Convert bool to target type before shift.riastradh
2015-08-05 Sync ixg(4) up to FreeBSD r279805 (or r280181) which include some bugfixes.msaitoh
2015-04-24Sync ixg(4) up to FreeBSD r250108:msaitoh
2015-04-02Update our ixg(4) driver up to FreeBSD r238149:msaitoh
2015-03-27Synchronize our ixg(4) driver up to FreeBSD r230775:msaitoh
2011-08-12Add sources for ixgbe(4), a Intel 82599 10-gigabit ethernet driverdyoung