Age | Commit message (Expand) | Author |
2017-10-27 | Allocate IPv6 reassembly structs using pools instead of malloc(), | Visa Hankala |
2017-10-27 | Remove 80211WMMPARMS ioctls. Last used in ifconfig in 2009. | Jonathan Gray |
2017-10-27 | Remove duplicated function prototypes. | Kevin Lo |
2017-10-27 | This file only includes <arm/elf_abi.h> which was removed in 2008, so kill it. | Martin Pieuchot |
2017-10-27 | Use <elf.h> in !_KERNEL code path. | Martin Pieuchot |
2017-10-27 | Dump IPsec flows by iterating over the rafdix-tree. | Martin Pieuchot |
2017-10-27 | Call i8254_startclock() earlier to make delay() usable. Actually HP | YASUOKA Masahiko |
2017-10-26 | Discard exception handling information as we do on other architectures. | Mark Kettenis |
2017-10-26 | Replace macro `IP6_REASS_MBUF' with direct use of field `ip6af_m'. | Visa Hankala |
2017-10-26 | Add aliases for __aeabi_idivmod and __aeabi_uidivmod calls clang emits. | Jonathan Gray |
2017-10-26 | Stop grabbing the KERNEL_LOCK() in network tasks when `ipsec_in_use' | Martin Pieuchot |
2017-10-26 | Kill deprecated IPv6 ioctl(2)s. | Martin Pieuchot |
2017-10-26 | Move common code to add/remove multicast filters to ieee80211_ioctl(9). | Martin Pieuchot |
2017-10-26 | adjust Makefile.armv7 for clang | Jonathan Gray |
2017-10-26 | Use .arch_extension sec and virt to use smc and hvc instructions when | Jonathan Gray |
2017-10-26 | Revert 2006-4-29Z23:09:45 commit that switched from rwlocks to mutexes. | Philip Guenther |
2017-10-25 | Initialize processor extended state in fpu_kernel_enter | Mike Belopuhov |
2017-10-25 | Storing the address of a stack variable in a global variable is a bad idea. | Mark Kettenis |
2017-10-25 | Remove the TCP_FACK option and associated #if{,n}def code. | job |
2017-10-25 | Remove Multicast and Broadcast flags from the encapsulated packet in | Martin Pieuchot |
2017-10-24 | R_AARCH64_NONE should be zero, not 256. The latter was a deprecated | Philip Guenther |
2017-10-24 | In ld scripts, an output section with no input sections is always marked | Philip Guenther |
2017-10-24 | Use "static inline" instead of "extern inline" for compatibility with | Mark Kettenis |
2017-10-24 | Attach syscon(4) early. Also attach psci(4) early such that cpuresetfn | Mark Kettenis |
2017-10-24 | Refactor handling of partial TCP acknowledgements | Mike Belopuhov |
2017-10-24 | remove defines for ioctls the kernel doesn't recognise | Jonathan Gray |
2017-10-24 | Remove some more tests checking for a non-NULL `ifp->if_ioctl'. | Martin Pieuchot |
2017-10-24 | Remove support for never used ioctls originating from KAME. | Martin Pieuchot |
2017-10-24 | Use membar_enter_after_atomic(9) amd membar_exit_before_atomic(9). | Martin Pieuchot |
2017-10-23 | Avoid clang format warning. | Mark Kettenis |
2017-10-23 | Replace imxocotp(4) with a regmap-based approach. | Mark Kettenis |
2017-10-23 | Expose TSC properties via sysctl nodes | Mike Belopuhov |
2017-10-23 | Even if a USB transfer fails, call umb_start() so that processing | Gerhard Roth |
2017-10-23 | Remove bcmmuart since it has already replaced with com(4). | Kevin Lo |
2017-10-23 | remove mention of unused MACOBIOVERBOSE and NBUF options | Jonathan Gray |
2017-10-22 | Unconditionally enable TCP selective acknowledgements (SACK) | Mike Belopuhov |
2017-10-22 | It's time I claimed proper copyright on this. | Stefan Sperling |
2017-10-22 | In iwm(4), allocate command response buffers dynamically in a ring | Stefan Sperling |
2017-10-21 | Even though letting the firmware handle the handshake is nice from | Patrick Wildt |
2017-10-21 | Initialize all fields in the BCDC protocol, otherwise the controller | Patrick Wildt |
2017-10-21 | Make ieee80211_classify() available in a header so we can make the | Patrick Wildt |
2017-10-21 | Use MI mplock on mips64. | Visa Hankala |
2017-10-20 | Make sure the logic deciding whether to use BWX operations in cia(4) | Martin Pieuchot |
2017-10-20 | Do not test if if_ioctl is NULL, it isn't. | Martin Pieuchot |
2017-10-20 | Kill dead ioctl handlers. | Martin Pieuchot |
2017-10-19 | Don't forget to set the timecounter frequency | Mike Belopuhov |
2017-10-19 | Don't just return but setup and resubmit the transfer if we're not | Patrick Wildt |
2017-10-19 | spelling fix; from miod | Jason McIntyre |
2017-10-19 | ddb "show all mounts" showed everything except the address of the | Alexander Bluhm |
2017-10-19 | Don't forget to free the firmware in the error path, and make sure to | Patrick Wildt |