summaryrefslogtreecommitdiff
path: root/sys/dev/pci/ixgbe/ixgbe_type.h
AgeCommit message (Expand)Author
2023-05-15Count the number of link down events in the MAC using with LINK_DN_CNT.msaitoh
2021-12-24Add code to support API version 1.5. No functional change.msaitoh
2021-12-24Update copyright to 2020.msaitoh
2021-12-24Move some definitions. No functional change. Part of FreeBSD ix-3.3.18.msaitoh
2021-12-15Match X550_PHY_ID correctly on X550.msaitoh
2021-12-10Add some unused macros. Sync with FreeBSD ix-3.3.14.msaitoh
2021-11-01fix typos, mainly in words minimum and maximum, but also few others.andvar
2021-05-19No functional change:msaitoh
2020-12-26Disable some interrupt in ixgbe_{legacy_irq,msix_admin}() to prevent log spam.msaitoh
2020-12-26Disable/enable the OTHER interrupts correctly.msaitoh
2020-12-11 Don't use EIMC_OTHER bit because it's read only other than 82598.msaitoh
2020-08-31If an SFP+ module is not inserted, don't try to access SFP+ EEPROM.msaitoh
2019-12-23Add recovery code for unsupported SFP+.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-07-24Fix some problems found by KUBSan:msaitoh
2019-07-02Sync with FreeBSD ix-3.3.10 part 1. No functional change in this part:msaitoh
2019-06-27Sync with FreeBSD ix-3.3.8 part 1. No functional change in this part:msaitoh
2019-03-05 NetBSD currently uses traffic class 0 only. Other traffic classes aren't usedmsaitoh
2018-12-06 Apply FreeBSD ix-3.3.6.tar.gz's change to NetBSD. Tested on C3000 and X550-T1,msaitoh
2018-07-06 Add force_10_100_autonego sysctl. The default vaule is 0(false).msaitoh
2018-06-11Apply changes of FreeBSD ix-3.2.18.tgz: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-15 Add some changes from ix-3.2.17.tar.gz and r328265. Not fully synchronized.msaitoh
2018-02-20- Fix a bug that RX may stall on heavy load on ixg(4) derived from FreeBSD'smsaitoh
2017-12-06Sync with FreeBSD's r326022. All of the following changes have no influencemsaitoh
2017-10-04 Add 2.5GBASE-T and 5GBASE-T support. (forgotten in the last commit)msaitoh
2017-10-03 Make mailbox statistic counters evcnt(9).msaitoh
2017-09-14 Quick hack to fix ixv(4)'s hardware counter. ixgbe_rx_checksum() passesmsaitoh
2017-08-30- Sync with FreeBSD r320688 (and up to r322865):msaitoh
2017-06-28 Add IXGBE_TIPG_IPGT_MASK and IXGBE_PAP_PACE_MASK for packet pacing.msaitoh
2017-06-27 Add some register definitions for X550 and newer.msaitoh
2017-06-23 Remove unused "cached_autoc". It was removed in ixgbe_82599.c rev.1.12msaitoh
2017-06-02- Print NVM Image Version, PHY FW Revision, NVM Map version and OEM NVMmsaitoh
2017-05-26 Count Bad SFD (Start Frame Delimiter). X550 and newer have this register.msaitoh
2017-05-18- Count "Total Packets Missed" by evcnt(9)msaitoh
2017-02-24 Print mac.type and the TrackID.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
2015-08-13 Reduce diff against FreeBSD r280181.msaitoh
2015-08-13 - Add MSI/MSI-X support. The multiqueue function is not supported yet.msaitoh
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
2015-02-24 Add 82599EN_SFP and 82599_SFP_SF_QP. Not tested.msaitoh