summaryrefslogtreecommitdiff
path: root/sys/dev/pci/ixgbe/ixgbe_common.c
AgeCommit message (Expand)Author
2023-05-15Count the number of link down events in the MAC using with LINK_DN_CNT.msaitoh
2022-06-06s/filer/filter/ in comment. No functional change.msaitoh
2021-12-24Update copyright to 2020.msaitoh
2021-12-14Wait longer for link after fiber MAC setup.msaitoh
2021-12-14Use macro. No functional change. Same as FreeBSD.msaitoh
2021-12-14Change error level in ixgbe_fc_autoneg().msaitoh
2021-12-10Whitespace fix. Sync with FreeBSD ix-3.3.14.msaitoh
2021-12-10Fix infinite recursion on PCIe link down.msaitoh
2021-12-10Remove debug error message.msaitoh
2021-12-10Remove unnecessary return value check.msaitoh
2021-12-10Add typecast for type mismatch.msaitoh
2021-08-02fix various typos in comments and log messages.andvar
2021-07-24Fix 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-31If an SFP+ module is not inserted, don't try to access SFP+ EEPROM.msaitoh
2020-08-27Minor change.msaitoh
2020-02-05No functional change:msaitoh
2019-12-16No 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 inmsaitoh
2019-06-27Sync with FreeBSD ix-3.3.8 part 1. No functional change in this part: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
2018-03-30- Add missing IFM_NONE support. If a interface support linkdown,msaitoh
2018-03-30Don'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 thismsaitoh
2018-03-15 Add some changes from ix-3.2.17.tar.gz and r328265. Not fully synchronized.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
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-05Update ixg(4) and ixv(4) up to FreeBSD r303890:msaitoh
2016-12-02Update ixg(4) and ixv(4) up to FreeBSD r292674: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-06Avoid shadowing global `min'.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
2014-04-17CID 141398: Fix incorrect testchristos
2011-08-12Add sources for ixgbe(4), a Intel 82599 10-gigabit ethernet driverdyoung