aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* sctp: improve address list scanningMichael Tuexen2021-05-031-1/+5
* sctp: improve restart handlingMichael Tuexen2021-05-031-8/+12
* Fix build after 5f2e1835054ee84f2e68ebc890d92716a91775b7.Alexander Motin2021-05-031-1/+1
* Improve UMA cache reclamation.Alexander Motin2021-05-022-56/+126
* sctp: improve error handling in INIT/INIT-ACK processingMichael Tuexen2021-05-021-29/+72
* copy_file_range(2): improve copying of a large hole to EOFRick Macklem2021-05-021-9/+19
* Enable IPIs on CPU 0 on arm and arm64Andrew Turner2021-05-021-0/+2
* Implement bus_map_resource on arm64Andrew Turner2021-05-021-14/+63
* powerpc/xive: Remove POWER9 DD1 IRQ bitsJustin Hibbits2021-05-011-5/+1
* Switch the EFI virtual address to a uint64_tAndrew Turner2021-05-017-8/+8
* Add a way to map arm64 non-posted device memoryAndrew Turner2021-05-013-1/+11
* powerpc64: Optimize radix trap handling a little moreJustin Hibbits2021-05-011-11/+11
* gicv3_its: Flush cache after allocating ITT memoryMarcin Wojtas2021-04-301-0/+4
* Wait longer for a previous IPI to be sentEric van Gyzen2021-04-301-2/+7
* ioccom: define ioctl cmd value that can never be validKonstantin Belousov2021-04-301-0/+3
* O_PATH: disable kqfilter for fifosKonstantin Belousov2021-04-301-1/+4
* amd64: disable LA57 by default for nowKonstantin Belousov2021-04-301-2/+1
* amd64: invalidate TLB between page table update and accessKonstantin Belousov2021-04-301-0/+1
* sctp: update the vtag for INIT and INIT-ACK chunksMichael Tuexen2021-04-301-4/+5
* iflib: Take iri_pad into account when processing small framesMarcin Wojtas2021-04-301-1/+3
* sctp: fix SCTP_PEER_ADDR_PARAMS socket optionMichael Tuexen2021-04-301-32/+40
* pf: Fix IP checksum on reassemblyKristof Provost2021-04-301-0/+4
* sctp: use RTO.Initial of 1 second as specified in RFC 4960bisMichael Tuexen2021-04-291-1/+1
* sctp: improve consistency in handling chunks with wrong sizeMichael Tuexen2021-04-281-76/+74
* kasan: Use vm_offset_t for the first parameter to kasan_shadow_map()Mark Johnston2021-04-293-7/+7
* ipmi: support getting address from EFIYinlong Lu2021-04-294-3/+28
* pf: Trivial typo fixKristof Provost2021-04-291-4/+4
* cxgbe(4): Do not panic when tx is called with invalid checksum requests.Navdeep Parhar2021-04-281-7/+20
* [fib algo] Update fib_gen counter under FIB_MOD_LOCK.Alexander V. Chernikov2021-04-281-3/+3
* cache: remove incomplete lockless lockout support during resizeMateusz Guzik2021-04-281-32/+0
* ixgbe: Improve device name stringsKevin Bowling2021-04-282-49/+49
* pf: Error tracing SDTsKristof Provost2021-04-282-46/+57
* Bump __FreeBSD_version for commits efe7f12 and 9781105Neel Chauhan2021-04-281-1/+1
* linuxkpi: Introduce tasklet_disable_nosync()Neel Chauhan2021-04-282-0/+8
* linuxkpi: Implement rcu_replace_pointer() macroNeel Chauhan2021-04-281-0/+7
* pipe: Avoid calling selrecord() on a closing pipeMark Johnston2021-04-281-1/+2
* tcp: stop spurious rescue retransmissions and potential assertsRichard Scheffenegger2021-04-282-1/+4
* poll(2): Add POLLRDHUP.Thomas Munro2021-04-282-1/+4
* Add rib_walk_from() wrapper for selective rib tree traversal.Alexander V. Chernikov2021-04-282-0/+38
* cxgbe(4): Add support for NIC suspend/resume and live reset.Navdeep Parhar2021-04-286-306/+1393
* nfscl: add check for NULL clp and forced dismounts to nfscl_delegreturnvp()Rick Macklem2021-04-282-3/+12
* nfsd: fix a NFSv4.1 Linux client mount stuck in CLOSE_WAITRick Macklem2021-04-271-0/+5
* e1000: Rework em_msi_link interrupt filterKevin Bowling2021-04-272-18/+24
* [fib algo] Delay algo init at fib growth to to allow to reliably use rib KPI.Alexander V. Chernikov2021-04-273-33/+76
* riscv: Remove old qemu compatibility codeBrandon Bergren2021-04-272-113/+0
* Move IOMMU code to a separate pmap module and switch ARM System MMURuslan Bukin2021-04-277-189/+1041
* dwc: Use mii_fdt functionEmmanuel Vadot2021-04-271-5/+12
* mmccam: probe*: Style(9)Emmanuel Vadot2021-04-271-13/+13
* mmcprobe_done: Style(9)Emmanuel Vadot2021-04-271-166/+166
* dwmmc: Add \n to a debug printfEmmanuel Vadot2021-04-271-1/+1