summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2018-01-11Advance data pointer after exporting SA type to userland. OtherwiseAlexander Bluhm
2018-01-11Add size for free.Visa Hankala
2018-01-11syncKevin Lo
2018-01-11Add support for Huawei E3372.Kevin Lo
2018-01-11carp_ourether gets passed the parent interface, not the carp interface.David Gwynne
2018-01-10get rid of struct carp_if by moving the srpl into struct ifnet if_carp.David Gwynne
2018-01-10Implement FUCKWIT for arm64; unmap the kernel almost entirely while userlandMark Kettenis
2018-01-10Mark sosplice task mp safe, do not grab kernel lock for tcp output.Alexander Bluhm
2018-01-10Attach bwfm to the Broadcom 4350 found in the 2017 MacBook.Joshua Stein
2018-01-10regenJoshua Stein
2018-01-10add broadcom bcm4350Joshua Stein
2018-01-10Attach nvme to additional Apple NVMe device, limit targets to 1Joshua Stein
2018-01-10regenJoshua Stein
2018-01-10add another Apple NVMeJoshua Stein
2018-01-10Use pf_send_icmp() consistently in pf_route(). It sets the routingAlexander Bluhm
2018-01-10simplify the input interface type check in carp_proto_input_if.David Gwynne
2018-01-10Remove assignement of sc->round to itself that makes no sense. FromAlexandre Ratchov
2018-01-10Make azalia_free_dmamem() void, as its return value is not used. FromAlexandre Ratchov
2018-01-10Add firmware names for the two revisions of the Broadcom 4350 as seenPatrick Wildt
2018-01-10Don't reset the internal memory core on chips other than the BroadcomPatrick Wildt
2018-01-10Move line for readability.Patrick Wildt
2018-01-10shuffle how the protocol family input is done in ether_input.David Gwynne
2018-01-10fix some poop that snuck into the last commit.David Gwynne
2018-01-09Stop grabing the KERNEL_LOCK() for running protocol input routines.Martin Pieuchot
2018-01-09Creating a cloned interface could return ENOMEM due to temporaryAlexander Bluhm
2018-01-09Change `so_state' and `so_error' to unsigned int such that they canMartin Pieuchot
2018-01-09lock->ctx != NULL => lock->ctxJonathan Gray
2018-01-09Work around a problem with ww_mutexes in the drm modeset lock.Jonathan Gray
2018-01-09Do not truncate 64bit integers when pretty-printing types.Martin Pieuchot
2018-01-09Use ip{,6}_send() instead of ip{,6}_output() to prevent a recursion.Martin Pieuchot
2018-01-09Do not silently truncate the firmware channel number.Martin Pieuchot
2018-01-09make mpls_input take a struct ifnet *ifp argument.David Gwynne
2018-01-08Fix indentation.Patrick Wildt
2018-01-08Initial support for HOSTAP mode. With this bwfm(4) can spawn an accessPatrick Wildt
2018-01-08Convert IF_CLONE_INITIALIZER() into C99 initializer.Alexander Bluhm
2018-01-08Do not pass a userland pointer to ktrabstimespec().Martin Pieuchot
2018-01-08In AP mode multicast packets share the flowrings with broadcastPatrick Wildt
2018-01-08The bwfm(4) TX ring expects the ethernet header as part of the TX infoPatrick Wildt
2018-01-08Guard the debug printf function behind BWFM_DEBUG as well. Also onlyPatrick Wildt
2018-01-08Move SC_* defines into <machine/setjmp.h>, and rename them,Visa Hankala
2018-01-08Pass correct size to uvm_vnp_setsize() for large files.Todd C. Miller
2018-01-08Add kqueue support for ext2fs based on ffs. OK deraadt@Todd C. Miller
2018-01-08Override membar_producer() for octeon.Visa Hankala
2018-01-08Allow TIOCUCNTL issued on a pty(4) master in promise "tty".Martin Pieuchot
2018-01-08Translate the TIOCSBRK & TIOCCBRK ioctl(2)s issued on a pty(4) slave toMartin Pieuchot
2018-01-08Attach dwiic_pci on Dell Precision 7520. Also restrict ihidev reportsMike Larkin
2018-01-08Delete flowrings when we take the interface down or change itsPatrick Wildt
2018-01-07Create multiple transmit flowrings in station mode, four in total, basedPatrick Wildt
2018-01-07delete a wrong commentMike Larkin
2018-01-07remove all PG_G global page mappings from the kernel when running onMike Larkin