summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2017-11-04One macro for cache line size is enough.Visa Hankala
2017-11-04Interface counters should only increment.Florian Obser
2017-11-03Remove alternative implementations of GMX CAM setup logicVisa Hankala
2017-11-03After inlining of raw_detach we know the sizes for free; pointed outFlorian Obser
2017-11-03Fix a stupid typo.Visa Hankala
2017-11-03We are processing Router Solicitation / Advertisement messages onlyFlorian Obser
2017-11-03use rop->rcb similar like in pfkeyv2_detach(); suggested by visaFlorian Obser
2017-11-03Inline trivial functions from raw_cb.c and tedu it.Florian Obser
2017-11-03There is no way SS_NOFDREF is set on a raw socket in raw_usrreq forFlorian Obser
2017-11-03use %lx to print the frame address if resolving of the symbol name failsJasper Lievisse Adriaanse
2017-11-03Spaces -> tab, no binary change.Kenji Aoyama
2017-11-03Spaces -> tab, no binary change.Kenji Aoyama
2017-11-03Spaces -> tab, no binary change.Kenji Aoyama
2017-11-02Assign each cnmac(4) port its own input work group, and assignVisa Hankala
2017-11-02Switch DEC 3000 (TURBOchannel) alpha serial code to MI z8530 code.Martin Pieuchot
2017-11-02Move PRU_DETACH out of pr_usrreq into per proto pr_detachFlorian Obser
2017-11-02Over 17 years is probably 'a while...'Florian Obser
2017-11-01Remove forward declaration hack now that ctfconv(1) merge them correctly.Martin Pieuchot
2017-11-01Add readiness to utilize LMTDMA operations.Visa Hankala
2017-11-01Fix the addressing of CVMSEG. The base address already points toVisa Hankala
2017-11-01Fix typo in previous resulting in a NULL dereference.Martin Pieuchot
2017-10-31- add one more softnet taskqAlexandr Nedvedicky
2017-10-30- fine tuning PF_LOCK in pfioctl()Alexandr Nedvedicky
2017-10-30Let witness(4) differentiate between taskq mutexes to avoidVisa Hankala
2017-10-30Kill <net/slip.h>.Martin Pieuchot
2017-10-29IFF_NOARP has no effect if the interface don't use ether_input() norMartin Pieuchot
2017-10-29This doesn't need the NET_LOCK, everything is protected by a mutex.Florian Obser
2017-10-29Move NET_{,UN}LOCK into individual slowtimo functions.Florian Obser
2017-10-29Finish TURBOchannel scatter/gather map code (i.e. make it work) andMartin Pieuchot
2017-10-29Kill unused members using forward declaration only types.Martin Pieuchot
2017-10-28Add the compat-mode setup for wsmouse.Ulf Brosziewski
2017-10-28Adapt the Elantech handlers (v1-3) to the new wsmouse infrastructure.Ulf Brosziewski
2017-10-28Rename function name and order. No fuctional change.YASUOKA Masahiko
2017-10-28Attach efifb(4) when the system is booted with serial console. AlsoYASUOKA Masahiko
2017-10-27Replace ancient DELAY inherited from Mach and the associated scaryMartin Pieuchot
2017-10-27Allocate IPv6 reassembly structs using pools instead of malloc(),Visa Hankala
2017-10-27Remove 80211WMMPARMS ioctls. Last used in ifconfig in 2009.Jonathan Gray
2017-10-27Remove duplicated function prototypes.Kevin Lo
2017-10-27This file only includes <arm/elf_abi.h> which was removed in 2008, so kill it.Martin Pieuchot
2017-10-27Use <elf.h> in !_KERNEL code path.Martin Pieuchot
2017-10-27Dump IPsec flows by iterating over the rafdix-tree.Martin Pieuchot
2017-10-27Call i8254_startclock() earlier to make delay() usable. Actually HPYASUOKA Masahiko
2017-10-26Discard exception handling information as we do on other architectures.Mark Kettenis
2017-10-26Replace macro `IP6_REASS_MBUF' with direct use of field `ip6af_m'.Visa Hankala
2017-10-26Add aliases for __aeabi_idivmod and __aeabi_uidivmod calls clang emits.Jonathan Gray
2017-10-26Stop grabbing the KERNEL_LOCK() in network tasks when `ipsec_in_use'Martin Pieuchot
2017-10-26Kill deprecated IPv6 ioctl(2)s.Martin Pieuchot
2017-10-26Move common code to add/remove multicast filters to ieee80211_ioctl(9).Martin Pieuchot
2017-10-26adjust Makefile.armv7 for clangJonathan Gray
2017-10-26Use .arch_extension sec and virt to use smc and hvc instructions whenJonathan Gray