aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* pci_user: Rename _old to _freebsd6HEADmainWarner Losh29 min.1-92/+92
* netisr: avoid ffs(0)Doug Moore7 hours1-2/+2
* LinuxKPI: move __kmalloc from slab.h to slab.cBjoern A. Zeeb12 hours2-7/+13
* nullfs: Use an a_gen field to cast to vop_generic_argsKonrad Witaszczyk13 hours1-5/+5
* net80211: scan/internal: change boolean argument from int to boolBjoern A. Zeeb13 hours7-9/+9
* libc/getnameinfo: stop adding NI_NUMERICHOST where inappropriateBjoern A. Zeeb13 hours1-17/+37
* LinuxKPI/lindebugfs: stop panicing in lindebugfs, fix simple_read_from_bufferBjoern A. Zeeb13 hours2-11/+13
* kern_malloc: fold free and zfree together into one __always_inline funcBjoern A. Zeeb13 hours1-63/+27
* Deprecate contigfree(9) in favour of free(9)Bjoern A. Zeeb13 hours51-197/+123
* amd64 pmap: Optimize PKU lookups when creating superpage mappingsAlan Cox18 hours1-12/+17
* Revert "Avoid division in round_up."Brooks Davis25 hours1-1/+4
* Avoid division in round_up.John F. Carr25 hours1-4/+1
* netinet6 tests: Add a regression test for default router handlingMark Johnston27 hours3-21/+143
* tcp: implement challenge ACK throttling for the base stackMichael Tuexen36 hours3-12/+48
* nvmfd: Permit setting the MAXH2CDATA value via -HJohn Baldwin28 hours5-7/+25
* nvmfd: Correct usage descriptionJohn Baldwin28 hours1-2/+2
* libnvmf: Reject invalid values of MAXH2CDATA for new associationsJohn Baldwin28 hours1-2/+9
* libnvmf: Require MAXH2CDATA to be a multiple of 4John Baldwin28 hours1-4/+5
* nvmfd: Stop setting MAXR2T in association parametersJohn Baldwin28 hours3-6/+3
* nvmf_tcp: Rename max_c2hdata sysctl to max_transmit_dataJohn Baldwin28 hours2-5/+12
* LinuxKPI: 802.11: support manual lladdr changesBjoern A. Zeeb29 hours2-0/+31
* Add osamaabb as src committer and cperciva as mentorOsama Abboud30 hours1-0/+4
* Merge commit 28a2b85602a5 from llvm-project (by Kazu Hirata):Dimitry Andric30 hours1-6/+18
* cc_cubic: remove the redundant variable num_cong_events from struct cubic.Cheng Cui31 hours2-4/+0
* arm64: turn on IEEE80211 debugging and IEEE80211_SUPPORT_MESH tooBjoern A. Zeeb31 hours1-0/+4
* libthr: Preresolve selected EABI symbols on arm.Michal Meloun31 hours9-0/+99
* LinuxKPI: 802.11 compile in debugging based on IEEE80211 debuggingBjoern A. Zeeb33 hours2-0/+14
* LinuxKPI: 802.11: implement ieee80211_sn_*()Bjoern A. Zeeb33 hours1-39/+38
* nd6: Fix the routing table subscriptionMark Johnston33 hours1-3/+3
* LinuxKPI: 802.11: consistently spell TRACE-RX: as suchBjoern A. Zeeb34 hours1-5/+5
* pfctl tests: fix dependencyKristof Provost35 hours1-0/+2
* pfctl: Allow a semicolon (;) as a commentJuraj Lutter35 hours6-3/+15
* LinuxKPI: remove dummy kstrtox.hBjoern A. Zeeb35 hours1-0/+0
* nuageinit: Fix testsJose Luis Duran39 hours1-2/+2
* nuageinit: Fix the homedir variable nameJose Luis Duran39 hours1-4/+4
* CODEOWNERS: Add nuageinitJose Luis Duran39 hours1-5/+6
* arm64 pmap: Eliminate an unnecessary conditionalAlan Cox41 hours1-2/+1
* Do not allow snapshots on UFS filesystems using gjournal.Kirk McKusick42 hours1-0/+9
* Revert "cam: better ioctl compatibility for cd"Warner Losh43 hours2-27/+1
* smbios: Compile into the kernel more completelyAllan Jude43 hours2-3/+12
* ipmi: Sort ipmi lines.Warner Losh43 hours1-4/+4
* arm64: Add smbios to kernelWarner Losh43 hours1-0/+3
* smbios: Add length sanity checkingWarner Losh43 hours2-5/+7
* ipmi_smbios: Only search for the BIOS signature on x86Warner Losh43 hours1-0/+2
* cam: better ioctl compatibility for cdWarner Losh43 hours2-1/+27
* style: Allow C++ commentsWarner Losh43 hours1-0/+6
* newbus: replace -1 in BUS_ADD_CHILD(...-1) with DEVICE_UNIT_ANYWarner Losh43 hours44-49/+49
* newbus: globally replace device_add_child(..., -1) with DEVICE_UNIT_ANYWarner Losh43 hours181-206/+894
* newbus: Document new DEVICE_UNIT_ANYWarner Losh43 hours1-2/+2
* newbus: introduce DEVICE_UNIT_ANYWarner Losh43 hours4-24/+26