aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* release: make dependencies, not recursive makeHEADmainColin Percival4 hours1-4/+6
* net80211: add new ciphers and RSN flagsAdrian Chadd11 hours1-13/+54
* net80211: add driver / crypto methods to set the hardware / software cipher s...Adrian Chadd11 hours4-0/+51
* wpa: Remove the now not-needed local logic to hard-code cipher supportAdrian Chadd11 hours1-12/+0
* net80211: add a new field specifically for announcing specific ciphersAdrian Chadd11 hours5-5/+25
* nvme: Explicitly align struct nvme_command on an 8 byte boundaryJohn Baldwin13 hours1-1/+1
* linuxkpi: Make arch_io_*_memtype_wc amd64-onlyTijl Coosemans17 hours1-5/+4
* Merge commit 73bb8d9d92f6 from llvm-project (by Jonathan Peyton):Dimitry Andric17 hours1-0/+2
* Merge commit 5300a6731e98 from llvm-project (by Jonathan Peyton):Dimitry Andric17 hours1-3/+3
* smsc(4): update to mention MicrochipEd Maste18 hours2-8/+8
* bhyve: Do not define GDB_LOGMark Johnston20 hours1-1/+0
* vmm: Start reconciling amd64 and arm64 copies of vmm_dev.cMark Johnston20 hours2-22/+22
* bsdinstall: Stop loading cryptodev for ZFS installationsMark Johnston20 hours1-3/+0
* ofed: don't expose symbols twiceBrooks Davis21 hours1-2/+0
* soxstack: slience 32-bit gcc warningBrooks Davis21 hours1-2/+2
* libthr: avoid varargs in fcntl and openat interposersBrooks Davis21 hours2-22/+7
* tcp: add counter to track when SACK loss recovery uses TSORichard Scheffenegger23 hours5-4/+12
* tcp: add sysctl to allow/disallow TSO during SACK loss recoveryRichard Scheffenegger23 hours3-1/+8
* tcp: filter small SACK blocksRichard Scheffenegger24 hours1-1/+4
* pf: always mark states as unlinked before detaching themKristof Provost25 hours1-0/+3
* carp: document the new VRRPv3 supportKristof Provost25 hours2-2/+27
* netinet tests: basic VRRP testsKristof Provost25 hours2-1/+111
* carp: isolate VRRP from CARPGleb Smirnoff25 hours1-159/+199
* carp: refactor packet tagging for ether_output()Gleb Smirnoff25 hours1-23/+14
* carp: assert that we are calling correct input function. We are.Gleb Smirnoff25 hours1-3/+4
* carp: don't chain call vrrp_send_ad via carp_send_adGleb Smirnoff25 hours1-14/+22
* carp: support VRRPv3Kristof Provost25 hours6-103/+690
* mii: Add support for Realtek RTL8211F-VD PHYPeter Jeremy28 hours3-2/+6
* dtb: rockchip: Add Radxa ROCK 4C Plus to the build.Peter Jeremy28 hours1-0/+1
* ObsoleteFiles.inc: Remove /var/db/portsnapOlivier Certner29 hours1-0/+3
* arm64 pmap: Add ATTR_CONTIGUOUS support [Part 3]Alan Cox33 hours1-14/+154
* in6_rmx: remove unnecessary socketvar.hGleb Smirnoff39 hours1-1/+0
* tcp_hostcache: remove unnecessary socketvar.hGleb Smirnoff39 hours1-1/+0
* sockets: garbage collect PRCOREQUESTS and stale commentGleb Smirnoff39 hours2-26/+2
* nvme: Bump the alignment of struct nvme_health_information_page to 8John Baldwin39 hours1-1/+1
* nvmecontrol: Fix a sign compare mismatchJohn Baldwin39 hours1-2/+2
* libzpool: Disable -Wpointer-to-int-cast warnings for GCCJohn Baldwin39 hours1-0/+2
* tcp: clean up macro useage in tcp_fixed_maxseg()Richard Scheffenegger5 days1-8/+5
* libcbor: Ignore errors for unknown #pragmasJohn Baldwin41 hours1-0/+1
* jh7110: Add StarFive JH7110 clock/reset generator driversJari Sihvola44 hours7-0/+1379
* Revert "jh7110: Add StarFive JH7110 clock/reset generator drivers"Mitchell Horne44 hours7-1379/+0
* jh7110: enable MMC driverMitchell Horne44 hours3-0/+119
* jh7110: Add StarFive JH7110 clock/reset generator driversMitchell Horne44 hours7-0/+1380
* starfive: add a syscon driverMitchell Horne44 hours2-0/+88
* busdma: better handling of small segment bouncingMitchell Horne44 hours6-91/+75
* busdma: deduplicate _bus_dmamap_addseg() functionMitchell Horne44 hours6-212/+68
* fib_dxr: set fib_data field in struct dxr_aux early enoughMarko Zec44 hours1-1/+1
* fib_dxr: s/KASSERT/MPASS/Marko Zec44 hours1-20/+13
* fib_dxr: KASSERTs for chasing NULL ptr and runaway refcount suspectsMarko Zec45 hours1-0/+3
* fib_dxr: move the bulko of malloc() failure logging into dxr_build()Marko Zec45 hours1-47/+30