aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Fix !VNET build broken by 66f138563becf12d5c21924f816d2a45c3a1ed7a.Alexander V. Chernikov2021-03-251-1/+1
* Plug nexthop group refcount leak.Alexander V. Chernikov2021-03-241-4/+14
* Generalize sanitizer interceptors for memory and string routinesMark Johnston2021-03-243-35/+43
* qlnxr: remove duplicate definesBjoern A. Zeeb2021-03-241-5/+0
* LinuxKPI: remove < 5.0 version supportBjoern A. Zeeb2021-03-245-15/+3
* LinuxKPI: add lockdep_mapBjoern A. Zeeb2021-03-241-0/+6
* LinuxKPI: add pci_ids.hBjoern A. Zeeb2021-03-242-28/+73
* LinuxKPI: if_ether additionsBjoern A. Zeeb2021-03-241-0/+12
* LinuxKPI: add more linux-specific errnoBjoern A. Zeeb2021-03-241-0/+6
* ofed/linuxkpi: use proper accessor functionBjoern A. Zeeb2021-03-241-1/+1
* linuxkpi: add ieee80211_node.h to headers to include before LIST_HEADBjoern A. Zeeb2021-03-241-0/+5
* net80211: prefix get_random_bytes() with net80211_Bjoern A. Zeeb2021-03-247-7/+8
* Get rid of i386 ref here as linux64 is a 64-bit module.Dmitry Chagin2021-03-241-5/+2
* amd64: Make KPDPphys local to pmap.cMark Johnston2021-03-242-2/+1
* ipfilter: simplify ipf_proxy_check() return codesCy Schubert2021-03-243-8/+3
* random(9): Restore historical [0,2^31-1] output range and related manLawrence Stewart2021-03-241-1/+1
* Fix build for non-vnet non-multipath kernels broken byAlexander V. Chernikov2021-03-231-1/+1
* Fix panic when destroying interface with ECMP routes.Alexander V. Chernikov2021-03-231-1/+10
* nfsv4 client: fix forced dismount when sleeping in the renew threadRick Macklem2021-03-231-7/+16
* dummynet: Move timekeeping information into dn_cfgKristof Provost2021-03-232-26/+26
* dummynet: Move packet counters into dn_cfgKristof Provost2021-03-235-22/+16
* Replace the arm64 initial_fpcr with a macroAndrew Turner2021-03-234-6/+3
* arm64: Only check for freebsd,dts-version if we are booted in FDT mode.Emmanuel Vadot2021-03-231-10/+12
* arm64: Check dtb version against the one we're expecting to findEmmanuel Vadot2021-03-232-0/+19
* pf: Handle unmapped mbufs when computing checksumsMark Johnston2021-03-231-0/+9
* dts: Bump the freebsd branding version to 5.10Emmanuel Vadot2021-03-231-1/+1
* Update DTS files from Linux v5.10Emmanuel Vadot2021-03-231480-8555/+50075
* gpioc_detach: fix freeing of wrong pointersAndriy Gapon2021-03-231-1/+1
* xen/netback: do not attempt to connect in the Initialised stateRoger Pau Monné2021-03-231-1/+1
* bhyve amd: Small cleanups in amdvi_dump_cmdsKa Ho Ng2021-03-231-2/+1
* Generalize bus_space(9) and atomic(9) sanitizer interceptorsMark Johnston2021-03-2310-460/+542
* Teach DTrace that unaligned accesses are OK on aarch64, not just x86.Robert Watson2021-03-221-1/+1
* Tune DTrace 'aframes' for the FBT and profile providers on arm64.Robert Watson2021-03-222-4/+4
* retire obsolete mn(4) sync serial driverEd Maste2021-03-223-1434/+0
* rsu: add KASSERT to document maximum mbuf size in rsu_tx_startEd Maste2021-03-221-0/+1
* Correct "Fondation" typo (missing "u")Ed Maste2021-03-222-2/+2
* cxgbei: Enter network epoch and set vnet around t4_push_pdus().John Baldwin2021-03-221-0/+5
* cxgbe ddp: Use CPL_COOKIE_DDP* instead of DDP_BUF*_INVALIDATED.John Baldwin2021-03-221-10/+5
* cxgbei: Pass ULP submode directly to set_ulp_mode_iscsi().John Baldwin2021-03-221-11/+6
* cxgbei: Move some function prototypes to cxgbei.h.John Baldwin2021-03-223-9/+4
* cxgbei: Set vnet around tcp_drop() in do_rx_iscsi_ddp().John Baldwin2021-03-221-0/+2
* xnb: Don't pass SIOC{ADD,DEL}MULTI to ifmedia_ioctl().John Baldwin2021-03-221-0/+1
* sctp: fix handling of RTO.initial of 1 msMichael Tuexen2021-03-221-1/+3
* tcp: improve handling of SYN segments in SYN-SENT stateMichael Tuexen2021-03-223-3/+9
* DTrace: remove sparc64 remnants in non-contrib codeEd Maste2021-03-221-17/+0
* Don't add -Winline for WARNS=6Alex Richardson2021-03-222-3/+1
* AMD-vi: Fix IOMMU device interrupts being overriddenKa Ho Ng2021-03-226-81/+253
* ivrs_drv: Fix IVHDs with duplicated BaseAddressKa Ho Ng2021-03-221-2/+3
* Add device and ifnet logging methods, similar to device_printf / if_printfAdrian Chadd2021-03-224-3/+66
* sys/ck.h: Add an include guardKevin Bowling2021-03-211-0/+5