aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* [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
* mmc: dwmmc: Convert driver to use the mmc_sim interfaceEmmanuel Vadot2021-04-272-151/+42
* allwinner: aw_mmc: Convert driver to use the mmc_sim interfaceEmmanuel Vadot2021-04-271-143/+40
* mmccam: Add mmc_sim, a generic sim for mmc driver to useEmmanuel Vadot2021-04-274-0/+293
* Consider the broken card detect flag that comes from 'broken-cd;'Ruslan Bukin2021-04-271-1/+2
* sctp: cleanup verification of INIT and INIT-ACK chunksMichael Tuexen2021-04-271-84/+10
* [fib algo] always commit static routes synchronously.Alexander V. Chernikov2021-04-271-4/+12
* Fix rtsock sockaddr alignment.Alexander V. Chernikov2021-04-271-1/+1
* Fix drace CTF for the rib_head.Alexander V. Chernikov2021-04-271-3/+1
* nfscl: fix the handling of NFSERR_DELAY for Open/LayoutGet RPCsRick Macklem2021-04-271-0/+2
* param.h: bump __FreeBSD_version for commit 875977314881Rick Macklem2021-04-261-1/+1
* nfsd: fix the slot sequence# when a callback failsRick Macklem2021-04-264-7/+26
* cxgbe(4): Separate the sw- and hw-specific parts of resource allocationsNavdeep Parhar2021-04-267-786/+1135
* sctp: improve handling of illegal packets containing INIT chunksMichael Tuexen2021-04-261-9/+6
* zfs: restore copyright disclaimer change from 4b84b4ccaMartin Matuska2021-04-261-1/+0
* imgact_elf: Ensure that the return value in parse_notes is initializedMark Johnston2021-04-261-0/+1
* newbus: remove support for SINGLETONWarner Losh2021-04-261-9/+1
* e1000: Fix register name in reg_dump sysctlKevin Bowling2021-04-261-1/+1
* pf: Fix parsing of long table namesKristof Provost2021-04-261-6/+10
* linuxkpi: Remove unneeded {} in atomic_dec_and_lock_irqsave()Neel Chauhan2021-04-261-2/+1
* linuxkpi: Elimiate brackets on return in spinlock.hNeel Chauhan2021-04-261-2/+2
* linuxkpi: Implement atomic_dec_and_lock_irqsave()Neel Chauhan2021-04-262-1/+14
* linuxkpi: Implement the wait_event_interruptible macroNeel Chauhan2021-04-261-0/+3
* pfsync: Expose PFSYNCF_OK flag to userspaceKristof Provost2021-04-262-4/+3
* pf: Allow multiple labels to be set on a ruleKristof Provost2021-04-263-8/+50
* sctp: small cleanup, no functional changeMichael Tuexen2021-04-261-7/+4
* e1000: Improve device name stringsKevin Bowling2021-04-261-183/+183
* iflib: Improve mapping of TX/RX queues to CPUsPatrick Kelsey2021-04-262-161/+294
* zfs: fix non-functional mismerges from vendor/openzfsMartin Matuska2021-04-262-3/+1
* nfscl: return delegations in the NFS VOP_RECLAIM()Rick Macklem2021-04-263-10/+50
* nfscl: fix delegation recall when the file is not openRick Macklem2021-04-251-23/+30
* Fix NOINET[6],!VIMAGE builds after FIB_ALGO addition to GENERICAlexander V. Chernikov2021-04-211-6/+10
* kern_linkat: modify to accept AT_ flags instead of FOLLOW/NOFOLLOWEdward Tomasz Napierala2021-04-254-15/+16
* Fix NOINET[6] build after enabling FIB_ALGO in GENERIC.Alexander V. Chernikov2021-04-211-0/+4
* [fib algo] Do not print algo attach/detach message on bootAlexander V. Chernikov2021-04-251-3/+5
* Make gcc happy by initializing error in rib_handle_ifaddr_info().Alexander V. Chernikov2021-04-251-1/+1
* Fix build with gccStefan Eßer2021-04-251-1/+1
* Add FIB_ALGO to GENERIC on amd64/arm64.Alexander V. Chernikov2021-04-242-0/+2
* [rtsock] Enforce netmask/RTF_HOST consistency.Alexander V. Chernikov2021-04-241-0/+2
* Support run-time configuration of the PIPE_MINDIRECT threshold.Robert Watson2021-04-241-2/+26
* hkbd: Fix typo which disables keyboard input in kdbVladimir Kondratyev2021-04-241-1/+1
* linux: make ptrace(2) return EIO when trying to peek invalid addressEdward Tomasz Napierala2021-04-241-0/+2
* Allow the tcp_lro_flush_all() function to be called when the controlHans Petter Selasky2021-04-241-4/+3
* mpr/mps(4): Make device mapping some more robust.Alexander Motin2021-04-242-39/+71