summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2021-01-18Remove c++ comment that snuck in and remove useless debug output.florian1-3/+2
2021-01-18Remove unused variable in an effort to make this -fno-common clean.florian1-7/+1
2021-01-18add IPPROTO_SCTP, ok claudio@sthen1-1/+2
2021-01-18Adjust code to the change of struct bgpd_addr in bgpd.claudio1-5/+5
2021-01-18Change struct bgpd_addr VPN encoding. Instead of including two almostclaudio6-243/+144
2021-01-18Fix long->int for convtime tests here too. Spotted by tobhe@.dtucker1-17/+17
2021-01-18Hide some warnings on newer GCC versions, GitHUb issue 2525.nicm4-38/+32
2021-01-18There is no need to clear every line entirely before drawing to it, thisnicm4-25/+30
2021-01-18Introduce new function if_unit(9). This function returns a pointer themvs3-21/+75
2021-01-18support PCAP_NETMASK_UNKNOWN, adapted from an old commit in upstreamsthen3-6/+20
2021-01-18crank limits to satisfy piggy piggy clangderaadt1-3/+3
2021-01-18Sync SA configuration payload to new SA after IKE SA rekeying.tobhe1-1/+6
2021-01-18Move sessid definition to keynote-verify.c to avoid issues with -fno-commonmortimer2-3/+5
2021-01-18Move usage definition out of header file to avoid issues with -fno-common.mortimer2-3/+4
2021-01-18Move defiition of sum variable from header file to avoid issues withmortimer2-3/+6
2021-01-18Move definition of pmode to main.c instead of a compress.h. Avoids linkermortimer2-3/+5
2021-01-18Extern tracks list to avoid linker issues with -fno-common.mortimer2-3/+6
2021-01-17Put a sleep 1 after starting net-snmpd. The reason of the race isbluhm1-4/+10
2021-01-17umb(4) sets a default interface priority too; mention it heresthen1-3/+6
2021-01-17Add -N flag to never start server even if command would normally do so,nicm4-8/+18
2021-01-17Mark up locations of KAME hack with #ifdef __KAME__ so that we canflorian2-2/+8
2021-01-17Cache parent's pid as `ps_ppid' and use it instead of `ps_pptr->ps_pid'.mvs6-9/+12
2021-01-17Don't leak host address. Found with clang static analyzer.rob1-1/+2
2021-01-17Comply with man page intent of -dvv enabling BER level logging.rob1-3/+3
2021-01-17Add defines for the various ARM SMMU models.patrick1-2/+8
2021-01-17add another iwx devicejcs2-11/+21
2021-01-17regenjcs2-2/+7
2021-01-17add another ax201jcs1-1/+2
2021-01-17Put the clearing of possible embedded scope in an __KAME__ block.claudio1-2/+7
2021-01-17Put the clearing of possible embedded scope in an __KAME__ block.claudio1-2/+7
2021-01-17Remove a __KAME__ block for extracting the scope_id from IPV6_PKTINFO.claudio1-3/+1
2021-01-17Remove a __KAME__ block for extracting the scope_id from IPV6_PKTINFO.claudio1-3/+1
2021-01-17revert the previous, it makes everything think it can do 16.0 GT/s.dlg1-4/+2
2021-01-17pcie4 can do 16.0 GT/s. sounds like a lot.dlg1-2/+4
2021-01-17dump the max payload size and max read request size in the pcie cap.dlg1-3/+36
2021-01-17kqueue: Revise fd close notificationvisa3-33/+121
2021-01-17Replace SB_KNOTE and sb_flagsintr with direct checking of klist.visa4-21/+6
2021-01-17this hardware is fine with BUS_DMA_64BIT mappings.dlg1-4/+7
2021-01-17don't encode the mbuf prio as part of the vlan tag in bpf_mtap_ether.dlg1-8/+2
2021-01-16Move `access_type' to the fault context.mpi1-20/+20
2021-01-16Oops, fix previous.florian1-2/+3
2021-01-16Only recover the KAME embedded scope if the sin6_scope_id is notflorian1-4/+6
2021-01-16Only recover the scope_id if it was not set. This way this code worksclaudio1-2/+3
2021-01-16Unle recover the scope_id from a possible embedded scope if the scope_idclaudio2-5/+7
2021-01-16Only recover the KAME embedded scope if the sin6_scope_id filed isclaudio1-3/+4
2021-01-16Fix prototype for rw_assert_wrlock() function.mvs1-3/+3
2021-01-16If ip or ip6 forwarding is not set, expect af-to failure.bluhm1-1/+8
2021-01-16aspath_neighbor() needs to return the local system AS for empty AS pathsclaudio1-3/+8
2021-01-16The sysctl variable net.inet.ip.forwarding is checked beforebluhm1-7/+19
2021-01-16s/authorization/authentication/gmartijn2-7/+7