aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Remove ubsec(4).John Baldwin2020-05-1110-3195/+0
* Ktls: never skip stamping tags for NIC TLSAndrew Gallatin2020-05-112-0/+8
* pf: Don't allocate per-table entry counters unless required.Mark Johnston2020-05-111-47/+59
* em/ix/ixv/ixl/iavf: Implement ifdi_needs_restart iflib methodEric Joyner2020-05-115-1/+107
* vfs_exports: Tighten bounds and assert consistency of numsecflavorsRyan Moeller2020-05-111-3/+17
* Remove unused rnh_close callback from rtable & cleanup depends.Alexander V. Chernikov2020-05-112-18/+0
* [ar9300] Disable unconditionally reducing transmit power in the case of FCC.Adrian Chadd2020-05-112-0/+42
* powerpc64: Implement Radix MMU for POWER9 CPUsJustin Hibbits2020-05-1120-32/+6808
* Ensure that the SCTP iterator runs with an stcb and inp, which belong toMichael Tuexen2020-05-101-0/+5
* powerpc: Add a CPU-custom machine check handlerJustin Hibbits2020-05-106-18/+76
* Remove trailing whitespace.Michael Tuexen2020-05-101-1/+1
* Ensure that we have a path when starting the T3 RXT timer.Michael Tuexen2020-05-105-23/+51
* qnlx: Do not redifines types.Emmanuel Vadot2020-05-101-5/+2
* linuxkpi: Really add bitmap_alloc and bitmap_zallocEmmanuel Vadot2020-05-101-0/+13
* linuxkpi: Add bitmap_alloc and bitmap_freeEmmanuel Vadot2020-05-101-0/+7
* Only drop DATA chunk with lower priorities as specified in RFC 7496.Michael Tuexen2020-05-101-4/+4
* Remove rtalloc1(_fib) KPI.Alexander V. Chernikov2020-05-102-74/+0
* [atheros] [if_arge] Various fixes to avoid TX stalls and bad sized packetsAdrian Chadd2020-05-102-3/+66
* linuxkpi: Add bitmap_copy and bitmap_andnotEmmanuel Vadot2020-05-091-0/+22
* remove %n support from printf(9)Ed Maste2020-05-091-7/+11
* rtwn: Add a new USB ID.Mark Johnston2020-05-092-2/+4
* Add space for RSSI in data member.Takanori Watanabe2020-05-091-1/+2
* Avoid spurious ENOMEMs from sysctl hw.pagesizes.Konstantin Belousov2020-05-091-2/+11
* fusefs: better dtrace probes for asynchronous invalidation operationsAlan Somers2020-05-081-2/+6
* [etherswitch] bump register width to 32 bits.Adrian Chadd2020-05-081-1/+1
* Sync relocation definitionsMitchell Horne2020-05-081-0/+2
* Embed dst sockaddr into rtentry and remove rte packet counterAlexander V. Chernikov2020-05-085-64/+30
* [net80211] Use the unicast key when transmitting DWDS AP multicast frames.Adrian Chadd2020-05-081-2/+19
* Fix a memory leak for ENCIOC_GETSTRING I introduced in r360171.John Baldwin2020-05-081-1/+1
* Remove APPLEKEXT ifndefsRyan Moeller2020-05-0810-20/+0
* Reinitialize thread0's stack base after enabling XSAVE.Mark Johnston2020-05-081-6/+7
* When in the SYN-SENT state bbr and rack will not properly send an ACK but ins...Randall Stewart2020-05-072-2/+11
* Bump __FreeBSD_version after linuxkpi changesEmmanuel Vadot2020-05-071-1/+1
* [PowerPC] kernel ifunc support for powerpc*, fix ppc64 relocation oddities.Brandon Bergren2020-05-0713-35/+367
* Set PCM_CAP_VIRTUAL for virtual DSP devices.Hans Petter Selasky2020-05-071-0/+5
* virtio_mmio: Add casts missing from r360722Jessica Clarke2020-05-071-3/+3
* [PowerPC] Fix powerpcspe build failure after r360569Brandon Bergren2020-05-071-0/+5
* linuxkpi: Add pci_iomap and pci_iounmapEmmanuel Vadot2020-05-072-0/+45
* gpioiic_attach: fix a NULL pointer crash on hints-based systemsAndriy Gapon2020-05-071-1/+11
* Optimize ENA Rx refill for low memory conditionsMarcin Wojtas2020-05-074-7/+28
* NF has an internal option that changes the tcp_mcopy_m routine slightly (hasRandall Stewart2020-05-072-6/+0
* Add rib_lookup() sockaddr lookup wrapper and make ifa_ifwithroute use it.Alexander V. Chernikov2020-05-073-25/+60
* virtio: Support MMIO bus for all devicesJessica Clarke2020-05-064-0/+12
* virtio_mmio: Support non-transitional version 2 devicesJessica Clarke2020-05-062-22/+146
* Deprecate ubsec(4) for FreeBSD 13.0.John Baldwin2020-05-061-0/+1
* usbhid: add several missing usages from Digitizer pageAndriy Gapon2020-05-061-0/+3
* arm: Don't enable interrupts in init_secondary().Mark Johnston2020-05-061-3/+0
* Simplify arm64's pmap_bootstrap() a bit.Mark Johnston2020-05-061-32/+6
* Delete unused function newnfs_trimleading.Rick Macklem2020-05-062-48/+0
* Avoid underflowing a variable, which would result in taking moreMichael Tuexen2020-05-051-1/+5