aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* net80211: add an IEEE80211_IS_PROTECTED() macroAdrian Chadd2022-08-148-11/+14
* gpio: mark more INVARIANTS variables as __diagusedDimitry Andric2022-08-141-1/+2
* netlink: add AF_NETLINK / PF_NETLINK definitionsAlexander V. Chernikov2022-08-141-0/+2
* domains: allow domains to be unloadedAlexander V. Chernikov2022-08-142-0/+27
* zfs: merge openzfs/zfs@b3d0568cfMartin Matuska2022-08-131977-2391/+4084
* lapic_init: Reduce LOOPSColin Percival2022-08-131-1/+5
* LRO: fix BPF filters for lagg in the hpts pathAndrew Gallatin2022-08-131-4/+26
* Explicitly initialize rather than reading newly allocated UFS inodes.Kirk McKusick2022-08-133-24/+33
* Move the ability to search for alternate UFS superblocks from fsck_ffs(8)Kirk McKusick2022-08-134-7/+190
* mrsas module: Use MACHINE_ARCH exlcusivelyWarner Losh2022-08-131-2/+1
* stand: Only compile decompression routinesWarner Losh2022-08-131-1/+7
* stand: Compile out the extensive superblock diagnostic messages for BIOS loaderWarner Losh2022-08-131-1/+5
* sys/vm: Add TSLOG to some functionsColin Percival2022-08-123-0/+9
* keysock: explicitly initialized LIST_HEADGleb Smirnoff2022-08-121-1/+2
* protosw: change prototype for pr_controlGleb Smirnoff2022-08-1216-26/+18
* mac_ddb: Fix the show rman validator.John Baldwin2022-08-121-1/+1
* netinet: do not broadcast PRC_REDIRECT_HOST on ICMP redirectGleb Smirnoff2022-08-124-26/+0
* protosw: provide prototypes for all protocol switch methodsGleb Smirnoff2022-08-121-51/+80
* netinet6: simplify defrouter_select_fib()Alexander V. Chernikov2022-08-121-29/+22
* routing: add rib_match_gw() helperAlexander V. Chernikov2022-08-122-3/+21
* Document implicit dependencies of the mlx5(4) & friends.Maxim Sobolev2022-08-111-1/+2
* mac: s/0/false/ in macros denoting probe enablementMateusz Guzik2022-08-111-14/+14
* routing: unbreak the build of a bunch of kernelsMateusz Guzik2022-08-111-0/+1
* x86: remove MP_WATCHDOGMateusz Guzik2022-08-1111-306/+0
* rtsock: subscribe to ifnet eventhandlers instead of direct calls.Alexander V. Chernikov2022-08-113-11/+16
* raw ip6: merge rip6_output() into rip6_send()Gleb Smirnoff2022-08-112-77/+48
* raw ip: merge rip_output() into rip_send()Gleb Smirnoff2022-08-112-58/+40
* protosw: retire pr_output methodGleb Smirnoff2022-08-116-21/+0
* Retire 4.4BSD raw socketsGleb Smirnoff2022-08-114-491/+0
* keysock: do not use raw socket codeGleb Smirnoff2022-08-113-169/+63
* rtsock: do not use raw socket codeGleb Smirnoff2022-08-111-138/+92
* rtsock: do not allocate mbufs_tags(9) just to store a 8-bit valueGleb Smirnoff2022-08-112-26/+9
* netinet: get interface event notifications directly via EVENTHANDLER(9)Gleb Smirnoff2022-08-115-71/+56
* routing: fix non-debug buildMateusz Guzik2022-08-111-1/+1
* Adjust function definition in subr_devmap.c to avoid clang 15 warningAndrew Turner2022-08-111-2/+2
* Adjust function definition in ofw to avoid clang 15 warningAndrew Turner2022-08-111-2/+2
* Adjust function definition in hwpmc to avoid clang 15 warningAndrew Turner2022-08-117-8/+8
* routing: populate fibs with interface routes after growing net.fibs.Alexander V. Chernikov2022-08-116-3/+149
* routing: fixup empty mask prefix handling after 2ce553854cbd.Alexander V. Chernikov2022-08-112-14/+29
* routing: fix build warning without ROUTE_MPATHAlexander V. Chernikov2022-08-111-0/+4
* if_ovpn: reject non-UDP socketsKristof Provost2022-08-111-0/+6
* Add RockChip RK356X support to existing RockChip thermal driver.Søren Schmidt2022-08-111-14/+104
* Add support for RK3568 to RockChip GRF and SPI drivers.Ganbold Tsagaankhuu2022-08-112-0/+7
* acpi: mark INVARIANTS variables as __diagusedEd Maste2022-08-101-2/+2
* routing: fix build without ROUTE_MPATHAlexander V. Chernikov2022-08-101-1/+1
* sdio: Add CCCR speed definesEmmanuel Vadot2022-08-101-1/+13
* sdio: Do not allow setting a block size if function doesn't support itEmmanuel Vadot2022-08-101-0/+3
* sdio: Always use increment address for read/write_4Emmanuel Vadot2022-08-101-2/+2
* sdio: Change the sdio helper name and arg orderEmmanuel Vadot2022-08-102-12/+12
* opencrypto: mark INVARIANTS variables as __diagusedEd Maste2022-08-101-3/+3