aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* bhyve: Enable virtio-scsi legacy config parsing.John Baldwin2021-03-291-0/+1
* libnetmap: add support for the offset featuresVincenzo Maffione2021-03-294-15/+144
* netmap: monitor: add a flag to distinguish packet directionVincenzo Maffione2021-03-292-2/+11
* netmap: add kernel support for the "offsets" featureVincenzo Maffione2021-03-2915-328/+935
* ddb: replace watchpoint set/clear functionsMitchell Horne2021-03-299-117/+43
* arm: implement kdb watchpoint functionsMitchell Horne2021-03-292-3/+36
* arm64: implement kdb watchpoint functionsMitchell Horne2021-03-292-6/+37
* x86: implement kdb watchpoint functionsMitchell Horne2021-03-295-5/+47
* Introduce kdb-level watchpoint functionsMitchell Horne2021-03-294-0/+49
* netmap: iflib: add nm_config callbackyou@x2021-03-291-0/+21
* sh(1): autocomplete commandsPiotr Pawel Stefaniak2021-03-293-2/+130
* Reduce chance of RCU deadlock in the LinuxKPI by implementing the sectionHans Petter Selasky2021-03-292-11/+33
* libedit: vendor import libedit 2021-03-28Baptiste Daroussin2021-03-292-16/+39
|\
| * libedit: vendor import snapshot 2021-03-28vendor/NetBSD/libedit/2021-03-28Baptiste Daroussin2021-03-292-16/+39
* | tcp: reduce memory footprint when listing tcp hostcacheRichard Scheffenegger2021-03-281-6/+15
* | Fix panic when using BOOTP to resolve root path.Brandon Bergren2021-03-281-0/+2
* | gvinum: add deprecation noticeEd Maste2021-03-281-1/+17
* | Fix several dev_clone callbacks to avoid out-of-bounds readsMark Johnston2021-03-282-3/+2
* | pkgbase: make only vital packages vital, not their sub-packagesMina Igalic2021-03-285-4/+13
* | [PowerPC] Fix NUMA checking for powernvBrandon Bergren2021-03-281-1/+3
* | libctf: Adjust logic to match upstream after 410556f1fMark Johnston2021-03-281-3/+3
* | powerpc: Fix powerpcspe WRT FPSCRJustin Hibbits2021-03-281-1/+2
* | ichsmb: Add PCI IDs for Intel Comet Lake and Tiger LakeNeel Chauhan2021-03-271-0/+12
* | vm_fault: handle KERN_PROTECTION_FAILUREKonstantin Belousov2021-03-271-1/+6
* | libctf: Fix an out-of-bounds read in ctf_lookup_by_name()Domagoj Stolfa2021-03-271-2/+3
* | vfs: Add an assertion around name length limitsMark Johnston2021-03-271-0/+9
* | release: amd64: Fix ISO/USB hybrid imageEmmanuel Vadot2021-03-271-1/+1
* | Zero `struct weightened_nhop` fields in nhgrp_get_addition_group().Alexander V. Chernikov2021-03-201-1/+1
* | zfs: Cherry-pick upstream commit ef977fce6636 to fix macOS/arm64 bootstrapJessica Clarke2021-03-271-0/+11
* | cxgbe: Make the TOE TLS stats per-queue instead of per-port.John Baldwin2021-03-264-23/+34
* | cxgbe: Add a struct sge_ofld_txq type.John Baldwin2021-03-2610-60/+107
* | Consolidate machine/endian.h definitionsMitchell Horne2021-03-267-518/+101
* | security.7: fix typo in sysctl namePiotr Pawel Stefaniak2021-03-261-1/+1
* | Remove more terminfo entries after 16d3faad099aDimitry Andric2021-03-261-0/+30
* | bsdinstall: Drop vestigial bsdinstall-esps cleanupRyan Moeller2021-03-262-15/+1
* | rpc.lockd: Unconditionally close fds as daemonCaleb St. John2021-03-261-1/+1
* | cxgbe: remove unused linux headersBjoern A. Zeeb2021-03-262-3/+0
* | qlnxr: remove netdevice.hBjoern A. Zeeb2021-03-261-1/+0
* | obsoletefiles: also remove the terminfo directory along with the dbBaptiste Daroussin2021-03-261-0/+1
* | mlx4: remove no longer needed headerBjoern A. Zeeb2021-03-261-1/+0
* | Add a new mode to the scripted partition editor for variant disk names.Nathan Whitehorn2021-03-264-11/+27
* | ce: unifdef NPCI alsoEd Maste2021-03-261-5/+0
* | LinuxKPI: netdevice notifier callback argumentBjoern A. Zeeb2021-03-262-17/+32
* | LinuxKPI: add net_ratelimit()Bjoern A. Zeeb2021-03-262-0/+25
* | pci: enhance printf for leaked MSI[-X] vectorsBjoern A. Zeeb2021-03-261-1/+6
* | [iwn] Flip over to use VAP flags rather than ic flags for thingsAdrian Chadd2021-03-261-14/+27
* | tcp: Use PRR for ECN congestion recoveryRichard Scheffenegger2021-03-261-2/+16
* | tcp: Refactor PRR codeRichard Scheffenegger2021-03-252-50/+10
* | tcp: Perform simple fast retransmit when SACK Blocks are missing on SACK sessionRichard Scheffenegger2021-03-251-1/+4
* | accept_filter: Fix filter parameter handlingMark Johnston2021-03-251-0/+1