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_common.c
Age
Commit message (
Expand
)
Author
2023-05-15
Count the number of link down events in the MAC using with LINK_DN_CNT.
msaitoh
2022-06-06
s/filer/filter/ in comment. No functional change.
msaitoh
2021-12-24
Update copyright to 2020.
msaitoh
2021-12-14
Wait longer for link after fiber MAC setup.
msaitoh
2021-12-14
Use macro. No functional change. Same as FreeBSD.
msaitoh
2021-12-14
Change error level in ixgbe_fc_autoneg().
msaitoh
2021-12-10
Whitespace fix. Sync with FreeBSD ix-3.3.14.
msaitoh
2021-12-10
Fix infinite recursion on PCIe link down.
msaitoh
2021-12-10
Remove debug error message.
msaitoh
2021-12-10
Remove unnecessary return value check.
msaitoh
2021-12-10
Add typecast for type mismatch.
msaitoh
2021-08-02
fix various typos in comments and log messages.
andvar
2021-07-24
Fix all remaining typos, mainly in comments but also in few definitions and l...
andvar
2021-04-30
Add missing __KERNEL_RCSID().
msaitoh
2020-08-31
Rename ix{gbe,v}_stop() with ix{gbe,v}_stop_locked(). No functional change.
msaitoh
2020-08-31
If an SFP+ module is not inserted, don't try to access SFP+ EEPROM.
msaitoh
2020-08-27
Minor change.
msaitoh
2020-02-05
No functional change:
msaitoh
2019-12-16
No functional change:
msaitoh
2019-07-25
Fix VLAN filter setting. Found by KUBSan.
msaitoh
2019-07-25
Set FCTTV(Flow Control Transmit Timer Value) register correctly in
msaitoh
2019-06-27
Sync with FreeBSD ix-3.3.8 part 1. No functional change in this part:
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
2018-03-30
- Add missing IFM_NONE support. If a interface support linkdown,
msaitoh
2018-03-30
Don't write EIMC directly. It is required to manage with struct ix_queue status.
knakahara
2018-03-16
- Check offset correctly in ixgbe_get_oem_prod_version(). Note that this
msaitoh
2018-03-15
Add some changes from ix-3.2.17.tar.gz and r328265. Not fully synchronized.
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
2017-05-26
Count Bad SFD (Start Frame Delimiter). X550 and newer have this register.
msaitoh
2017-01-19
Reduce diff against FreeBSD. No functional change.
msaitoh
2016-12-05
Update ixg(4) and ixv(4) up to FreeBSD r303890:
msaitoh
2016-12-02
Update ixg(4) and ixv(4) up to FreeBSD r292674:
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
Avoid shadowing global `min'.
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
2014-04-17
CID 141398: Fix incorrect test
christos
2011-08-12
Add sources for ixgbe(4), a Intel 82599 10-gigabit ethernet driver
dyoung