aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* netmap: vale: fix disabled logsVincenzo Maffione2020-06-031-2/+2
* netmap: vtnet: remove leftover memory barriersVincenzo Maffione2020-06-031-2/+0
* netmap: vtnet: call netmap_rx_irq() under VQ lockVincenzo Maffione2020-06-031-4/+14
* netmap: vtnet: honor NM_IRQ_RESCHEDVincenzo Maffione2020-06-031-1/+22
* Remove unnecessary WITNESS check in x86 bus_dmaJason A. Harmening2020-06-032-5/+1
* [run] note that PHY_HT is for mixed mode.Adrian Chadd2020-06-022-2/+2
* [run] Set the number of HT chains.Adrian Chadd2020-06-021-7/+14
* Remove from RB_REMOVE_COLOR some null checks where the pointer checkedDoug Moore2020-06-021-26/+20
* [run] Add 11NA flags for 5G NICs that support HT.Adrian Chadd2020-06-021-0/+2
* Implement __is_constexpr() function macro in the LinuxKPI.Hans Petter Selasky2020-06-022-1/+4
* Implement struct_size() function macro in the LinuxKPI.Hans Petter Selasky2020-06-021-0/+6
* Implement BUILD_BUG_ON_ZERO() in the LinuxKPI.Hans Petter Selasky2020-06-021-0/+3
* vt(4): reset scrollback and cursor position after clearing history bufferJason A. Harmening2020-06-023-3/+30
* [psm] Workaround active PS/2 multiplexor hangVladimir Kondratyev2020-06-021-0/+22
* [psm] Do not disable trackpoint when hw.psm.elantech.touchpad_off is enabledVladimir Kondratyev2020-06-021-1/+1
* modules: don't build ipsec/tcpmd5 if the kernel is configured for IPSECKyle Evans2020-06-022-2/+2
* Fix build issue introduced by r361699.Rick Macklem2020-06-021-0/+3
* Add rib subscription API.Alexander V. Chernikov2020-06-012-6/+77
* Finish r361706: add sys/net/route/route_ctl.h, missed in previous commit.Alexander V. Chernikov2020-06-011-0/+68
* * Add rib_<add|del|change>_route() functions to manipulate the routing table.Alexander V. Chernikov2020-06-0114-37/+228
* Revert r361704, it accidentally committed merged D25067 and D25070.Alexander V. Chernikov2020-06-0115-318/+37
* * Add rib_<add|del|change>_route() functions to manipulate the routing table.Alexander V. Chernikov2020-06-0115-37/+318
* [PowerPC] Fix build-id note on powerpc64 kernelBrandon Bergren2020-06-011-3/+4
* Assign default security flavor when converting old export argsRyan Moeller2020-06-011-1/+13
* netmap: if_vtnet: avoid netmap ring wraparoundVincenzo Maffione2020-06-011-2/+2
* netmap: if_vtnet: replace vtnet_free_used()Vincenzo Maffione2020-06-011-38/+2
* netmap: vtnet: fix RX virtqueue initialization bugVincenzo Maffione2020-06-011-7/+19
* Remove ->f_label from struct fileMateusz Guzik2020-06-011-4/+0
* [ath] Don't re-program the beacon timers if we miss a beacon in software-beac...Adrian Chadd2020-06-011-1/+9
* Clarify which hints file is the source of an error message.Peter Wemm2020-06-011-2/+2
* Fix panics when using iflib pseudo device supportMatt Macy2020-05-311-1/+3
* Handle getcpu() calls in vsyscall emulation on amd64.Mark Johnston2020-05-311-1/+1
* Remove remnant of arm's ELF trampolineMitchell Horne2020-05-314-66/+4
* Fix directly building in sys/modulesLi-Wen Hsu2020-05-311-0/+1
* Add the .h file that describes the operations for the rpctls_syscall.Rick Macklem2020-05-311-0/+82
* elf_common.h: define DF_1_PIEEd Maste2020-05-301-0/+1
* genet: workaround for problem with ICMPv6 echo repliesMike Karels2020-05-301-0/+34
* genet: fix issues with transmit checksum offloadMike Karels2020-05-301-16/+43
* RB_REMOVE invokes RB_REMOVE_COLOR either when child is red or child isDoug Moore2020-05-301-72/+65
* Only build ipsec modules if the kernel includes IPSEC_SUPPORT.John Baldwin2020-05-303-4/+8
* [run] Don't add 11ng channels (2GHz) for RF2020Adrian Chadd2020-05-301-2/+2
* [run] Set ampdu rxmax same as linux; RF2020 isn't an 11n NICAdrian Chadd2020-05-301-13/+26
* geom_part: Dispatch to partitions to create providers and aliasesConrad Meyer2020-05-292-13/+48
* Add opt_ipsec.h to fix standalone builds after r361633.John Baldwin2020-05-291-1/+1
* Consistently include opt_ipsec.h for consumers of <netipsec/ipsec.h>.John Baldwin2020-05-297-5/+7
* Honor opt_ipsec.h from kernel builds.John Baldwin2020-05-293-6/+2
* Remove session locking from cfiscsi_pdu_update_cmdsn().Alexander Motin2020-05-291-57/+45
* [run] Add initial 802.11n support.Adrian Chadd2020-05-293-41/+123
* Report STATUS_QUEUED/SENT in `ctladm dumpooa` output.Alexander Motin2020-05-292-1/+9
* Fix O_IP_FLOW_LOOKUP opcode handling.Andrey V. Elsukov2020-05-291-0/+2