]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/dev/sfxge/common
sfxge(4): only raise an exception after MC assert or reboot in the common code
[FreeBSD/FreeBSD.git] / sys / dev / sfxge / common /
2016-05-17 arybchiksfxge(4): only raise an exception after MC assert or...
2016-05-17 arybchiksfxge(4): restore clearing of MCDI new epoch flag in...
2016-05-17 arybchiksfxge(4): fix Medford timer quantum calculation in...
2016-05-17 arybchiksfxge(4): query and use current MTU if setting the...
2016-05-17 arybchiksfxge(4): store licensing state in efx_lic
2016-05-16 arybchiksfxge(4): cleanup: quieten more common code MCDI handlers
2016-05-16 arybchiksfxge(4): cleanup: remove misnamed function declaration
2016-05-16 arybchiksfxge(4): cleanup: make MCDI license queries quieter...
2016-05-16 arybchiksfxge(4): cleanup: simplify ef10_ev_qcreate
2016-05-16 arybchiksfxge(4): translate MC_CMD_ERR_EEXIST to host errno...
2016-05-16 arybchikfxge(4): cleanup: run genfwdef to propogate prior chang...
2016-05-16 arybchiksfxge(4): set TSOv2 feature flag on Medford
2016-05-16 arybchiksfxge(4): improve TX/RX queue error messages
2016-05-16 arybchiksfxge(4): fix license validation check for V3 licenses
2016-05-16 arybchiksfxge(4): regenerate MCDI headers from firmwaresrc...
2016-05-16 arybchiksfxge(4): increase maximum size of license keys
2016-05-16 arybchiksfxge(4): fix V1 licensing MCDI operations
2016-05-16 arybchiksfxge(4): improve PCIe link speed and width check
2016-05-16 arybchiksfxge(4): cleanup: make TLV scans quieter
2016-05-16 arybchiksfxge(4): cleanup: make VPD lookups quieter
2016-05-16 arybchiksfxge(4): cleanup: make licensing function quieter
2016-05-16 arybchiksfxge(4): restructure efx_lic to support V3 licensing
2016-05-14 arybchiksfxge(4): remove unused EFX PHY symbols
2016-05-14 arybchiksfxge(4): remove obsolete EFX_MON types
2016-05-14 arybchiksfxge(4): remove unimplemented sensor reconfigure method
2016-05-14 arybchiksfxge(4): remove unimplemented sensor reset method
2016-05-14 arybchiksfxge(4): fix build with -Werror=pointer-sign
2016-05-14 arybchiksfxge(4): remove unimplemented MAC reset method
2016-05-14 arybchiksfxge(4): cleanup: remove unused define EFX_EVQ_FALCON_...
2016-05-14 arybchiksfxge(4): cleanup: remove unused variable flags
2016-05-14 arybchiksfxge(4): remove unimplemented EFX PHY methods
2016-05-14 arybchiksfxge(4): import TLV layout from firmwaresrc
2016-05-14 arybchiksfxge(4): remove obsolete EFSYS_OPT_PHY_PROPS option...
2016-05-14 arybchiksfxge(4): remove PHY property method stubs
2016-05-14 arybchiksfxge(4): move ef10 definitions to ef10_impl.h
2016-05-14 arybchiksfxge(4): prepare for moving EF10 definitions to ef10_i...
2016-05-14 arybchiksfxge(4): rename falconsiena_filter types
2016-05-13 arybchiksfxge(4): rename falconsiena_filter_*
2016-05-13 arybchiksfxge(4): rename falconsiena_tx_*
2016-05-13 arybchiksfxge(4): rename falconsiena_rx_*
2016-05-13 arybchiksfxge(4): rename falconsiena_mac_*
2016-05-13 arybchiksfxge(4): rename falconsiena_intr_*
2016-05-13 arybchiksfxge(4): rename falconsiena_ev_*
2016-05-13 arybchiksfxge(4): move ef10_vpd_* to ef10_vpd.c
2016-05-13 arybchiksfxge(4): move ef10_tx_* to ef10_tx.c
2016-05-13 arybchiksfxge(4): move ef10_rx_* to ef10_rx.c
2016-05-13 arybchiksfxge(4): move ef10_phy_* to ef10_phy.c
2016-05-13 arybchiksfxge(4): move ef10_nvram_* to ef10_nvram.c
2016-05-13 arybchiksfxge(4): move ef10_nic_* to ef10_nic.c
2016-05-13 arybchiksfxge(4): move ef10_mcdi_* to ef10_mcdi.c
2016-05-13 arybchiksfxge(4): move ef10_mac_* to ef10_mac.c
2016-05-13 arybchiksfxge(4): move ef10_intr_* to ef10_intr.c
2016-05-13 arybchiksfxge(4): move ef10_filter_* to ef10_filter.c
2016-05-13 arybchiksfxge(4): move ef10_ev_* to ef10_ev.c
2016-05-13 arybchiksfxge(4): comment on when we assume multicast chaining...
2016-05-13 arybchiksfxge(4): avoid duplicate delivery of packets when...
2016-05-12 mmMFV r299425:
2016-05-12 arybchiksfxge(4): update multicast filter insertion algorithm
2016-05-12 arybchiksfxge(4): cleanup: constify common code method tables
2016-05-11 arybchiksfxge(4): update unicast filter insertion algorithm
2016-05-11 arybchiksfxge(4): fix efx_filter_reconfigure parameter type
2016-05-11 arybchiksfxge(4): make efx_sram_test Siena-only
2016-05-11 arybchiksfxge(4): add new Emerald board sensors to common code
2016-05-11 arybchiksfxge(4): simplify efx_mac_select
2016-05-11 arybchiksfxge(4): remove Falcon specific EV_GLOBAL support
2016-05-11 arybchiksfxge(4): remove Falcon-specific code paths from common...
2016-05-11 arybchiksfxge(4): add TLV format buffer manipulation functions...
2016-05-10 arybchiksfxge(4): cleanup: fix typo
2016-05-10 arybchiksfxge(4): cleanup: remove unneeded include files
2016-05-10 arybchiksfxge(4): cleanup: remove unused efx_infer_family()
2016-05-10 arybchiksfxge(4): cleanup: remove obsolete common code module
2016-05-10 arybchiksfxge(4): cleanup: fix typos
2016-05-10 arybchiksfxge(4): cleanup efx_check.h comments and error messages
2016-05-10 arybchiksfxge(4): remove EFSYS_OPT_PHY_TXC43128
2016-05-10 arybchiksfxge(4): remove EFSYS_OPT_PHY_SFX7101
2016-05-10 arybchiksfxge(4): remove EFSYS_OPT_PHY_SFT9001
2016-05-10 arybchiksfxge(4): remove EFSYS_OPT_PHY_QT2025C
2016-05-10 arybchiksfxge(4): remove EFSYS_OPT_PHY_QT2022C2
2016-05-10 arybchiksfxge(4): remove EFSYS_OPT_PHY_NULL
2016-05-10 arybchiksfxge(4): remove EFSYS_OPT_NVRAM_SFX7101
2016-05-10 arybchiksfxge(4): remove EFSYS_OPT_NVRAM_SFT9001
2016-05-10 arybchiksfxge(4): remove EFSYS_OPT_FALCON_BOOTROM
2016-05-10 arybchiksfxge(4): remove EFSYS_OPT_MON_NULL
2016-05-10 arybchiksfxge(4): remove EFSYS_OPT_MON_MAX6647
2016-05-10 arybchiksfxge(4): remove EFSYS_OPT_MON_LM87
2016-05-10 arybchiksfxge(4): remove EFSYS_OPT_MAC_FALCON_XMAC
2016-05-10 arybchiksfxge(4): remove EFSYS_OPT_MAC_FALCON_GMAC
2016-05-10 arybchiksfxge(4): remove EFSYS_OPT_FALCON_NIC_CFG_OVERRIDE
2016-05-10 arybchiksfxge(4): remove EFSYS_OPT_FALCON
2016-05-10 arybchiksfxge(4): add TLV item manipulation functions to common...
2016-05-10 arybchiksfxge(4): restructure TLV buffer validation
2016-05-09 arybchiksfxge(4): remove EFSYS_OPT_PCIE_TUNE
2016-05-09 arybchiksfxge(4): disable common code support for Falcon
2016-05-09 arybchiksfxge(4): cleanup: fix obsolete EFSYS_OPT_PHY_BIST...
2016-05-09 arybchiksfxge(4): Siena no longer supports EFSYS_OPT_PCIE_TUNE
2016-05-09 arybchiksfxge(4): remove unused efx_nic_pcie_extended_sync()
2016-05-05 dimSince contrib/libcxxrt's ancestry was never correct...
2016-05-03 jkimMerge OpenSSL 1.0.2h.
2016-05-03 pfgsys/dev: minor spelling fixes.
2016-04-27 jkimMerge ACPICA 20160422.
next