summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2017-05-30Use memmove() instead of memcpy(), buffers are overlapping.Martin Pieuchot
2017-05-30Clear the internal table used by if_get(9) and sleep until allMartin Pieuchot
2017-05-30typo - extra semicolonMike Larkin
2017-05-29Replace handrolled list with LIST_* macros. OK mpi@Claudio Jeker
2017-05-29Allow passing in IN6_IFF_AUTOCONF from userland. Needed by slaacd(8)Florian Obser
2017-05-29Per-interface list of addresses, both multicast and unicast, areMartin Pieuchot
2017-05-29Kill struct pfkey_version and move struct pfkeyv2_socket & dump_stateClaudio Jeker
2017-05-29Kill SPINLOCK_SPIN_HOOK, use CPU_BUSY_CYCLE() instead.Martin Pieuchot
2017-05-29export_pflow() is no longer grabbing the NET_LOCK(), so no need toMartin Pieuchot
2017-05-29sd: flush cache when closing writable FDStefan Fritsch
2017-05-29msdosfs & ffs: flush cache if updating mount from r/w to r/oStefan Fritsch
2017-05-29Add an ioctl to tell storage devices to flush their internal cachesStefan Fritsch
2017-05-29Reduce code duplication. The local-CPU-only case is now handledVisa Hankala
2017-05-29Implement VFS read clustering for MSDOSFSStefan Fritsch
2017-05-29Add hibernate support for nvme(4). This creates a separate IO queue that isJonathan Matthew
2017-05-29clang has builtin_memmove. ok deraadtTed Unangst
2017-05-29scanner support died some time ago, the header can be removed too.Ted Unangst
2017-05-29Invalidate OCTEON icache after TLB ASID wraparound, otherwise userspaceVisa Hankala
2017-05-29PFKEY version 2 is the only pfkey version supported. No need for extraClaudio Jeker
2017-05-29To prevent anyone else from stumbling on this (now) archaic bit ofKenneth R Westerback
2017-05-29Pass SIOCGIFMEDIA to vlan's parent interface.Martin Pieuchot
2017-05-29Pass the symbol instead of its name when looking for CTF infos.Martin Pieuchot
2017-05-29Do not try to grab the NET_LOCK() while holding an ifp reference.Martin Pieuchot
2017-05-29copyin32 implementation from miod@Martin Pieuchot
2017-05-29vmm(4): Enable support for AMD-V (SVM) CPUs.Mike Larkin
2017-05-28rename some fieldsMike Larkin
2017-05-28fix broken include on previous pipex commitMike Larkin
2017-05-28Process packets immediately without queuing since pipex is believed MP safeYASUOKA Masahiko
2017-05-28typo in commentMike Larkin
2017-05-28Check also whether the interfaces is matched when pipex check PPPoEYASUOKA Masahiko
2017-05-28Use interface index and if_{put,get} instead of ifnet pointer.YASUOKA Masahiko
2017-05-28Use interface index instead of ifnet pointer.YASUOKA Masahiko
2017-05-28Do not allow NULL callback at rendezvous and clear callbackVisa Hankala
2017-05-28Limit the nested header chain for IPv6 extensions headers and forAlexander Bluhm
2017-05-28Fix bad white spaces, wrap long lines, kill some empty lines.Alexander Bluhm
2017-05-28Use fast path if remote call is not needed.Visa Hankala
2017-05-28Remove a redundant assignment introduced in revision 1.219 but favor theanton
2017-05-28mips64_multicast_ipi() excludes current CPU.Visa Hankala
2017-05-28Add missing NET_UNLOCK() in error path.Martin Pieuchot
2017-05-28Pf was handling IPv4 and IPv6 differently regarding AH extensionAlexander Bluhm
2017-05-28trunk_port_destroy() needs the NET_LOCK().Martin Pieuchot
2017-05-28If a function is not found in the CTF data, do not assume it takes noMartin Pieuchot
2017-05-28Call bpf_mtap_af() a bit earlier in ipip_input(). This preparesAlexander Bluhm
2017-05-28Build i386 kernels with -ffreestanding, matching amd64 and variousJonathan Gray
2017-05-28Remove all splnet/splx from pipex(4) and pppx(4) and replace some ofYASUOKA Masahiko
2017-05-28Leaving IP multicast group requires the NET_LOCK().Martin Pieuchot
2017-05-28clang warns on unused labels. Place a recently introduced label underJonathan Gray
2017-05-28Merge two functions to lookup ELF sections by name.Martin Pieuchot
2017-05-28Fix some spurious fatal firmware errors in iwm(4).Stefan Sperling
2017-05-28Remove unused flag IWM_FLAG_STOPPED.Stefan Sperling