index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
pci
/
ixgbe
/
ixgbe_vf.c
Age
Commit message (
Expand
)
Author
2021-12-24
Add code to support API version 1.5. No functional change.
msaitoh
2021-12-24
Whitespace fix. Remove old comment. No functional change.
msaitoh
2021-12-24
Update copyright to 2020.
msaitoh
2021-12-24
Rename 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-30
s/ we we / we /
msaitoh
2020-07-22
s/reseting/resetting/
msaitoh
2020-02-05
No functional change:
msaitoh
2019-09-20
- Make ixv_set_multi() work correctly (especially for PROMISC) when the
msaitoh
2019-09-12
Add support ALLMULTI on ixv(4):
msaitoh
2019-09-12
- Make SIOCADDMULTI returns ENOSPC when the Ethenet multicast address list
msaitoh
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-04
Sync with FreeBSD r331224 except ixv_if_update_admin_status()'s change:
msaitoh
2018-04-04
Sync with the remaining part of FreeBSD r328265 except sfp_reinit stuff:
msaitoh
2017-12-06
Sync with FreeBSD's r326022. All of the following changes have no influence
msaitoh
2017-10-13
Show 2.5GBASE-T and 5GBASE-T correctly on ixv(4). Tested on a virtual function
msaitoh
2017-08-30
- Sync with FreeBSD r320688 (and up to r322865):
msaitoh
2016-12-02
Update ixg(4) and ixv(4) up to FreeBSD r292674:
msaitoh
2016-12-02
Update ixg(4) and ixv(4) up to FreeBSD r289238:
msaitoh
2016-12-02
Update ixg(4) and ixv(4) up to FreeBSD r285590:
msaitoh
2016-12-02
Update ixg(4) and ixv(4) up to FreeBSD r283881:
msaitoh
2016-12-01
Update ixg(4) and ixv(4) up to FreeBSD r282299:
msaitoh
2016-12-01
Update ixg(4) and ixv(4) up to FreeBSD r280197:
msaitoh
2016-02-06
Convert 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-24
Sync ixg(4) up to FreeBSD r250108:
msaitoh
2015-04-02
Update our ixg(4) driver up to FreeBSD r238149:
msaitoh
2015-03-27
Synchronize our ixg(4) driver up to FreeBSD r230775:
msaitoh
2011-08-12
Add sources for ixgbe(4), a Intel 82599 10-gigabit ethernet driver
dyoung