Age | Commit message (Expand) | Author |
2019-11-08 | Add support to iwm(4) for ADD_STA commands used by newer firmware. | Stefan Sperling |
2019-11-08 | The u_long fields in struct disk_parms (secsize, heads, cyls, sectors) | Kenneth R Westerback |
2019-11-08 | Substitute boolean_t/TRUE/FALSE/db_addr_t by int/1/0/vaddr_t. | Martin Pieuchot |
2019-11-08 | void being too clever about setting/clearing ifpromisc on the parent. | David Gwynne |
2019-11-08 | convert interface address change hooks to tasks and a task_list. | David Gwynne |
2019-11-08 | Add support for button 2 and 3 to imt(4). | YASUOKA Masahiko |
2019-11-07 | Remove get_pc_str_offset(), which has been unused since we switched | Patrick Wildt |
2019-11-07 | The compiler -pg option implies -fno-ret-protector, as we want to disable | Philip Guenther |
2019-11-07 | sd_size() is a wrapper around sd_read_cap_10() and sd_read_cap_16() so | Kenneth R Westerback |
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 |