summaryrefslogtreecommitdiffstats
path: root/usr.sbin/eigrpd (unfollow)
Commit message (Expand)AuthorFilesLines
2020-06-21add wg(4), an in kernel driver for WireGuard vpn communication.dlg7-1/+5218
2020-06-21wireguard is taking over the gif mbuf tag.dlg2-11/+10
2020-06-21wireguard can do ipv6, but doesnt do link local addresses.dlg1-1/+8
2020-06-21add IFT_WIREGUARD.dlg1-1/+2
2020-06-21add constructions for wireguard.dlg2-0/+174
2020-06-21add hchacha20 for wireguard.dlg1-0/+40
2020-06-21curve25519 for wireguard.dlg2-0/+933
2020-06-21add blake2s for wireguard.dlg2-0/+309
2020-06-21Add RCS markertb1-0/+2
2020-06-21add neil peart; from matthew j. c. clarkejmc1-1/+3
2020-06-21document mq_push()dlg1-2/+21
2020-06-21add mq_push. it's like mq_enqueue, but drops from the head, not the tail.dlg2-2/+22
2020-06-21wrap a long line. no functional change.dlg1-2/+3
2020-06-21if an inp_upcall is set, let it look at and maybe steal the udp packet.dlg1-3/+11
2020-06-21The onboard interfaces on T7/S7 machines don't provide a valid MAC addressjmatthew1-1/+11
2020-06-21knf: the inp_upcall line was too long.dlg1-2/+3
2020-06-21add a inp_upcall function pointer and inp_upcall_arg to struct in_pcb.dlg1-1/+3
2020-06-21wire the wireguard packet printer into tcpdump.dlg5-8/+21
2020-06-21don't claim packets as wg if there's not enough captured bytes to read.dlg1-1/+11
2020-06-21cope with a truncated capture of a packet. this avoids reading invalid mem.dlg1-11/+27