summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2019-11-07db_addr_t -> vaddr_tMartin Pieuchot
2019-11-07Substitute boolean_t/TRUE/FALSE by int/1/0.Martin Pieuchot
2019-11-07adjfreq(2): fix atomic swapcheloha
2019-11-07Convert db_addr_t -> vaddr_t but leave the typedef for now.Martin Pieuchot
2019-11-07db_addr_t -> vaddr_t, missed in previous.Martin Pieuchot
2019-11-07Do propper kernel input validation for in_control() ioctl(2)Alexander Bluhm
2019-11-07Substitute boolean_t/TRUE/FALSE by int/1/0.Martin Pieuchot
2019-11-07db_addr_t -> vaddr_tMartin Pieuchot
2019-11-07Showing kernel WEP keys to userland has been disabled in genericAlexander Bluhm
2019-11-07Only root is allowed to set the WEP key. Add an suser() check toAlexander Bluhm
2019-11-07remove the detach and linkstate hooks when the parent is going away.David Gwynne
2019-11-07Avoid NULL dereference in arpinvalidate() and nd6_invalidate() byKenneth R Westerback
2019-11-07ANSIfy & substitute boolean_t/TRUE/FALSE by int/1/0.Martin Pieuchot
2019-11-07Substitute boolean_t/TRUE/FALSE by int/1/0.Martin Pieuchot
2019-11-07FALSE -> 0, missed in previous.Martin Pieuchot
2019-11-07move the port destructor calls in clone destroy back out of NET_LOCK.David Gwynne
2019-11-07serialise hook adds and dels with a mutex instead of an implicit NET_LOCK.David Gwynne
2019-11-07turn the linkstate hooks into a task list, like the detach hooks.David Gwynne
2019-11-06Make udl(4) and uts(4) compile again in debug mode by fixing IOCGROUPMarcus Glocker
2019-11-06Use atomic operations consistently while writing to kubsan_slot.anton
2019-11-06Pull break into ifdef; noticed by bluhm who also OK'ed the previousFlorian Obser
2019-11-06Make iwn(4) flush remaining frames on the Tx aggregation queue whenStefan Sperling
2019-11-06Fix RTA_DNS checks:Florian Obser
2019-11-06Raise net80211's "beacon miss" threshold to avoid frequent re-connectsStefan Sperling
2019-11-06Substitute boolean_t/TRUE/FALSE by int/1/0.Martin Pieuchot
2019-11-06ANSIfy functions and get rid of boolean_t.Martin Pieuchot
2019-11-06Substitute boolean_t/TRUE/FALSE by int/1/0.Martin Pieuchot
2019-11-06replace the hooks used with if_detachhooks with a task list.David Gwynne
2019-11-05Remove mpls_inkloop and the corresponding sysctl net.mpls.maxloop_inkernel.Claudio Jeker
2019-11-05Kill uvm_deallocate(9) and use uvm_unmap() directly.Martin Pieuchot
2019-11-05Give some END()s to assembly symbols.Martin Pieuchot
2019-11-04remove mobileip(4)David Gwynne
2019-11-04Restore the old way of dispatching dead procs through idle proc.Visa Hankala
2019-11-04Regularly poll and report kubsan findings using the timeout(9) APIanton
2019-11-04Add ogx(4), a driver for the OCTEON III network processor.Visa Hankala
2019-11-04Switch iwm 3160, 7260, and 7265 to -17 firmware images.Stefan Sperling
2019-11-04Make iwm send the DQA command later, as Linux does. We were sending it toStefan Sperling
2019-11-04Don't send the BT coex config command to iwm 8k init firmware because newerStefan Sperling
2019-11-04iwm API version -31 firmware and up will crash after load unless the driverStefan Sperling
2019-11-04Fix handling of iwm_sf_config() input argument.Stefan Sperling
2019-11-04Ignore FW_DBG_DEST and FW_DBG_CONF iwm firmware image TLV sections, for now.Stefan Sperling
2019-11-04Support iwm(4) firmware images with ucode_api flags larger than 32 bits.Stefan Sperling
2019-11-04Sync iwm's SCD_QUEUE macros with iwlwifi.Stefan Sperling
2019-11-04Tweak a device type check in iwm_apm_init() to ensure it will matchStefan Sperling
2019-11-04Enable only iwm's "firmware-load" interrupt while loading the firmware.Stefan Sperling
2019-11-04Add support for iwm firmware paging, required for newer 8k device firmware.Stefan Sperling
2019-11-04in vlan_clone_destroy take NET_LOCK when calling vlan_down and mark it dead.David Gwynne
2019-11-04make the parent promisc when a promisc vlan interface is brought up.David Gwynne
2019-11-04Fix previous commit: missed a ds_copyin() moved in rev 1.72Philip Guenther
2019-11-03Merge sys_shmctl() and shmctl1() again, as we no longer have a need forPhilip Guenther