aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Don't build the malo module with clang 10Alex Richardson2020-10-141-1/+7
* cxgbe(4): Do not request FEC when requesting speeds that don't have FEC.Navdeep Parhar2020-10-141-1/+1
* Implement SIOCGIFALIAS.Andrey V. Elsukov2020-10-142-0/+61
* cxgbe(4): unimplemented cudbg routines should return the correctNavdeep Parhar2020-10-141-4/+4
* axgbe: fix tinderbox buildMateusz Guzik2020-10-141-2/+0
* Fix sbuf_finish() error code check in user-space.Alexander Motin2020-10-133-4/+24
* Allow IP over IB to work with multiple FIBs.Ravi Pokala2020-10-131-0/+2
* FreeBSD: fix panic due to tqid overflowMateusz Guzik2020-10-131-10/+32
* Join to AllHosts multicast group again when adding an existing IPv4 address.Andrey V. Elsukov2020-10-131-1/+2
* Add IPv4 fragments reassembling to NAT64LSN.Andrey V. Elsukov2020-10-131-0/+59
* eliminate possible race in parallel TLB shootdown IPITycho Nightingale2020-10-131-1/+1
* Add support to the KTLS OCF module for AES-CBC MTE ciphersuites.John Baldwin2020-10-131-20/+273
* Permit sending empty fragments for TLS 1.0.John Baldwin2020-10-133-9/+38
* Add support for FPU_KERN_NOCTX.John Baldwin2020-10-133-11/+57
* Add a <machine/fpu.h> for i386 that includes <machine/npx.h>.John Baldwin2020-10-135-16/+6
* Implement more RCU list functions in the LinuxKPI.Hans Petter Selasky2020-10-131-4/+37
* Bring the request_descriptor union into harmony internally. NoScott Long2020-10-132-6/+6
* pf: do not remove kifs that are referenced by rulesKristof Provost2020-10-131-3/+5
* Bump __FreeBSD_version for the fix to arm64 write-only mappingsAndrew Turner2020-10-131-1/+1
* Fix write only mappings on arm64Andrew Turner2020-10-131-1/+1
* Turn off zstd on aarch64Warner Losh2020-10-131-1/+4
* Add zstd support to the boot loader.Warner Losh2020-10-1223-279/+161
* newbus: use ssize_t to match sb's len and size, fix ordering of space checkWarner Losh2020-10-121-6/+8
* Bug fixes for the ads111x driver... make configurable gain and sample rateIan Lepore2020-10-121-2/+9
* pf: create a kif for flagsKristof Provost2020-10-121-3/+17
* systm.h: forward declare ucred for _STANDALONE tooWarner Losh2020-10-121-0/+1
* 10Gigabit Ethernet driver for AMD SoCEmmanuel Vadot2020-10-1127-2790/+14256
* ip_mroute: fix the viftable export sysctlBjoern A. Zeeb2020-10-111-7/+24
* random(4) FenestrasX: Push root seed version to arc4random(3)Conrad Meyer2020-10-1018-16/+126
* arc4random(9): Integrate with RANDOM_FENESTRASX push-reseedConrad Meyer2020-10-108-5/+119
* Add "Fenestras X" alternative /dev/random implementationConrad Meyer2020-10-1012-2/+1741
* arm: Check dtb version against the one we're expecting to findEmmanuel Vadot2020-10-101-0/+14
* Brand our DTS with the Linux version it was imported fromEmmanuel Vadot2020-10-104-1/+12
* zfs: use cache_renameMateusz Guzik2020-10-101-4/+1
* vfs: support lockless dirfd lookupsMateusz Guzik2020-10-103-6/+163
* modules/crypto: reenable assembly optimized skein implementationEd Maste2020-10-101-8/+12
* Use unlocked page lookup for inmem() to avoid object lock contentionBryan Drewery2020-10-094-20/+42
* cxgbe(4): More fixes for the T6 FCS error counter.Navdeep Parhar2020-10-093-172/+127
* vfs: fix a panic when truncating comming from copy_file_rangeMateusz Guzik2020-10-091-7/+11
* Don't invoke semunload() if seminit() fails during MOD_LOAD.John Baldwin2020-10-091-2/+0
* cache: fix vexec panic when racing against vgoneMateusz Guzik2020-10-092-10/+25
* RISC-V LINT kernel configMitchell Horne2020-10-092-0/+100
* Add DSCP support for network QoS to iscsi initiator.Richard Scheffenegger2020-10-091-1/+2
* Add iommu_get_dev_ctx() helper that allows to instantiate an iommu contextRuslan Bukin2020-10-092-7/+18
* Stop sending tiny new data segments during SACK recoveryRichard Scheffenegger2020-10-092-4/+4
* Add IP(V6)_VLAN_PCP to set 802.1 priority per-flow.Richard Scheffenegger2020-10-096-0/+109
* Extend netstat to display TCP stack and detailed congestion state (2)Richard Scheffenegger2020-10-092-1/+14
* MFV: r366539Jung-uk Kim2020-10-0933-108/+516
|\
* | Remove now-unused filesWarner Losh2020-10-092-73/+0
* | Create in-tree LINT filesWarner Losh2020-10-0917-27/+101