| Age | Commit message (Expand) | Author |
| 2018-04-12 | disentangle a bit more the compat ioctl code. | christos |
| 2018-04-12 | Resolve tangled lock dependencies in route.c | ozaki-r |
| 2018-04-10 | Fix previous my mistake and odd unaligned case. Pointed out by maxv@n.o, thanks. | knakahara |
| 2018-04-10 | Fix bridge_rtdelete | ozaki-r |
| 2018-04-10 | apply some INET6 so this compiles in INET6-less kernels again. | mrg |
| 2018-04-09 | Replace KASSERTMSG by a real check. L2 encapsulation protocols (at least | maxv |
| 2018-04-09 | Add KASSERT. The input point expects struct ether_header to be there. | maxv |
| 2018-04-09 | Minor stylistic changes, add XXX and fix typo. No functional change. | maxv |
| 2018-04-09 | Improve comment. Pointed out by maxv@n.o, thanks. | knakahara |
| 2018-04-09 | Fix l2tp(4) alignment check. Pointed out and reviewed by k-goda@IIJ. | knakahara |
| 2018-04-08 | Fix bug I introduced in previous commit. | maxv |
| 2018-04-07 | Fix an inverted logic. | maxv |
| 2018-04-07 | Rewrite npf_fetch_tcpopts: | maxv |
| 2018-04-06 | If we're trying to read the mss on a packet that for some reason has two | maxv |
| 2018-04-06 | Fix unexpected failure when ipsecif(4) over IPv6 is changed port number only. | knakahara |
| 2018-04-06 | fix ipsecif(4) stack overflow. | knakahara |
| 2018-04-06 | fix ipsecif(4) unmatch curlwp_bind. | knakahara |
| 2018-04-06 | fix ipsec(4) encap_lock leak. | knakahara |
| 2018-04-05 | Kill remaining rt->rt_refcnt++ | ozaki-r |
| 2018-03-30 | Reset fail counter when link goes down so that next session starts | mlelstv |
| 2018-03-30 | add prototypes, validate ifm_change and ifm_status vectors. NFC. | mlelstv |
| 2018-03-23 | In addition to checking L4 in the cache, here we also need to check the | maxv |
| 2018-03-23 | If we fail to advance inside TCP/UDP/ICMPv4/ICMPv6, stop pretending L4 | maxv |
| 2018-03-23 | Don't take RT_LOCK in DDB | ozaki-r |
| 2018-03-22 | Ah, fix compilation. I tested my previous change by loading the kernel | maxv |
| 2018-03-22 | Retrieve the complete IPv4 header right away, and make sure we did retrieve | maxv |
| 2018-03-22 | Change npf_cache_all so that it ensures the potential ICMP Query Id is in | maxv |
| 2018-03-22 | Fix use-after-free. | maxv |
| 2018-03-21 | Add XXX (we don't handle IPv6 Jumbograms), and whitespace. | maxv |
| 2018-03-21 | Don't read the L4 payload after IPPROTO_AH when handling IPv6 packets. | maxv |
| 2018-03-19 | rtsock: log dropped messages that we cannot report to userland | roy |
| 2018-03-19 | socket: report receive buffer overflows | roy |
| 2018-03-17 | Set the scopes before calling icmp6_error(). This fixes a bug similar to | maxv |
| 2018-03-17 | Fix the IPv6 payload computation in npf_tcpsaw. It was incorrect, and this | maxv |
| 2018-03-16 | Add packet filtering to tun(4) interfaces. | tih |
| 2018-03-16 | Fix the handling of the state returned from pfil_run_hooks(). | tih |
| 2018-03-14 | Fix the "return-rst" rule on IPv6 packets. | maxv |
| 2018-03-13 | Mmh, put back the RFC6946 check (about dummy fragments), otherwise NPF | maxv |
| 2018-03-13 | Fix two consecutive mistakes. | maxv |
| 2018-03-13 | Fix IPv6 ipsecif(4) ATF regression, sorry. | knakahara |
| 2018-03-12 | Remove dead branches, 'npc' can't be NULL (and it is dereferenced | maxv |
| 2018-03-09 | Functionalize duplicated code. No functional changes. | knakahara |
| 2018-03-09 | Fix missing sadb_x_ipsecrequest informations for PF_KEY message. | knakahara |
| 2018-03-09 | NAT-T src and dst port in ipsec_variant should be network byte order. | knakahara |
| 2018-03-08 | Switch nptr to uint8_t, and use nbuf_ensure_contig. Makes us use fewer | maxv |
| 2018-03-08 | Declare NPC_FMTERR, and use it to kick malformed packets. Several sanity | maxv |
| 2018-03-06 | Use pool(9) for llentry allocations | ozaki-r |
| 2018-03-06 | Fix memory leaks on arp -d and ndp -d for static entries | ozaki-r |
| 2018-03-06 | Fix reference leaks of llentry | ozaki-r |
| 2018-02-28 | Remove an obsolete assertion too (fix build) | ozaki-r |