aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* sys/isa: Use C99 fixed-width integer types.John Baldwin2021-12-282-11/+11
* sys/geom: Use C99 fixed-width integer types.John Baldwin2021-12-284-39/+39
* sys/ddb: Use C99 fixed-width integer types.John Baldwin2021-12-281-1/+1
* sys/crypto: Use C99 fixed-width integer types.John Baldwin2021-12-281-15/+15
* sys/compat: Use C99 fixed-width integer types.John Baldwin2021-12-286-139/+139
* dtrace: Use C99 fixed-width integer types.John Baldwin2021-12-281-12/+12
* sys/kern: Use C99 fixed-width integer types.John Baldwin2021-12-287-34/+34
* tcp_usr_shutdown: don't cast inp_ppcb to tcpcb before checking inp_flagsGleb Smirnoff2021-12-281-21/+18
* net: iflib: fix vlan processing in the driversVincenzo Maffione2021-12-287-58/+36
* net: iflib: let the drivers use isc_capenableVincenzo Maffione2021-12-285-7/+10
* net: iflib: sync isc_capenable to if_capenableVincenzo Maffione2021-12-281-0/+1
* sctp: minor improvements in sctp_get_frag_pointMichael Tuexen2021-12-281-2/+4
* sctp: check that the computed frag point is a multiple of 4Michael Tuexen2021-12-281-3/+2
* ipq4018_usb_phy: remove old debugging routineAdrian Chadd2021-12-281-2/+0
* qcom_dwc3: add initial Qualcomm SoC DWC3 controller glueAdrian Chadd2021-12-283-0/+189
* ipq4018_usb_phy: add USB 2.0 and 3.0 PHY supportAdrian Chadd2021-12-284-0/+461
* GEOM: Minor polishing in geom_event.Alexander Motin2021-12-282-25/+3
* Fix pmap_is_prefaultable() on arm64 and riscvAlan Cox2021-12-283-4/+19
* itimers: strip unused bits from struct itimer and struct itimersKonstantin Belousov2021-12-282-34/+1
* itimers_alloc: no need to initialize its_timers arrayKonstantin Belousov2021-12-281-3/+0
* tcp_usr_shutdown: don't cast inp_ppcb to tcpcb before checking inp_flagsGleb Smirnoff2021-12-281-5/+4
* qcom_tcsr: add initial top control and status register (TCSR) supportAdrian Chadd2021-12-275-0/+335
* qcom_qup: add initial v1/v2 QUP SPI driverAdrian Chadd2021-12-278-0/+2306
* sctp: cleanup the SCTP_MAXSEG socket option.Michael Tuexen2021-12-276-79/+59
* qca: add cpufreq into the buildAdrian Chadd2021-12-271-0/+4
* Add support for qualcomm clock nodes the the IPQ4018/IPQ4019 clock tree.Adrian Chadd2021-12-276-91/+813
* qcom_clk: add the qualcomm clock nodes for the IPQ4018Adrian Chadd2021-12-2717-0/+2177
* iwlwifi: attach to the buildBjoern A. Zeeb2021-12-271-0/+6
* iwlwifi: plug memory modified after freeBjoern A. Zeeb2021-12-272-3/+7
* iwlwifi: cherry-pick fixes from upstream iwlwifi-nextBjoern A. Zeeb2021-12-273-9/+27
* iwlwifi: add man pagesBjoern A. Zeeb2021-12-275-0/+143
* iwlwifi: turn off broadcast filtering for nowBjoern A. Zeeb2021-12-271-1/+1
* iwlwifi: also depend on linuxkpi_wlanBjoern A. Zeeb2021-12-271-2/+3
* iwlwifi: remove copyright and license from MakefilesBjoern A. Zeeb2021-12-273-90/+1
* LinuxKPI: add 802.11 compat codeBjoern A. Zeeb2021-12-2711-2/+8782
* LinuxKPI: import beginning of a new version of netdevice.hBjoern A. Zeeb2021-12-274-6/+678
* LinuxKPI: add a work-in-progress skbuff implementationBjoern A. Zeeb2021-12-274-0/+942
* tcp_usr_rcvd: don't cast inp_ppcb to tcpcb before checking inp_flagsGleb Smirnoff2021-12-271-4/+4
* arm64: Fix "set-but-not-used" warnings in the pmapAlan Cox2021-12-271-4/+4
* sctp: cleanup, on functional change intended.Michael Tuexen2021-12-271-4/+3
* sctp: apply limit for socket buffers as indicated in commentMichael Tuexen2021-12-271-1/+1
* nfscommon: Return NFSERR_ATTRNOTSUPP for AUDIT/ALARM ACEsRick Macklem2021-12-271-0/+3
* kldxref: add R_PPC64_ADDR64 handlerAlfredo Dal'Ava Junior2021-12-271-1/+5
* tests/libalias: PortrangeLutz Donnerhacke2021-12-272-2/+57
* ipfilter userland: Revert the ipmon part of a6fb9bbea731Cy Schubert2021-12-272-65/+61
* ipfilter userland: Path fixup no longer requiredCy Schubert2021-12-275-7/+0
* kern: Remove CTLFLAG_NEEDGIANT from some more sysctls.Alexander Motin2021-12-274-43/+25
* sound: Remove CTLFLAG_NEEDGIANT from some sysctls.Alexander Motin2021-12-277-115/+16
* nfscommon: Add arguments for support of the dacl attributeRick Macklem2021-12-276-30/+38
* netgraph: Remove CTLFLAG_NEEDGIANT from sysctl.Alexander Motin2021-12-271-1/+1