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