| Age | Commit message (Expand) | Author |
| 2018-03-02 | Avoid data races on lifetime counters by using percpu(9) | ozaki-r |
| 2018-02-28 | add missing static | maxv |
| 2018-02-28 | Remove unused macros, and while here style. | maxv |
| 2018-02-28 | Remove duplicate IPSEC_STATINC(IPSEC_STAT_IN_POLVIO), ipsec_in_reject | maxv |
| 2018-02-28 | Dedup: merge ipsec4_setspidx_inpcb and ipsec6_setspidx_in6pcb. | maxv |
| 2018-02-28 | ipsec6_setspidx_in6pcb: call ipsec_setspidx() only once, just like the | maxv |
| 2018-02-27 | Dedup: merge ipsec4_set_policy and ipsec6_set_policy. The content of the | maxv |
| 2018-02-27 | Remove duplicate checks, and no need to initialize 'newsp' in | maxv |
| 2018-02-27 | Dedup: merge | maxv |
| 2018-02-27 | Use inpcb_hdr to reduce the diff between | maxv |
| 2018-02-27 | Optimize: use ipsec_sp_hdrsiz instead of ipsec_hdrsiz, not to re-query | maxv |
| 2018-02-26 | Dedup: call ipsec_in_reject directly. IPSEC_STAT_IN_POLVIO also gets | maxv |
| 2018-02-26 | Reduce the diff between ipsec6_input and ipsec4_input. | maxv |
| 2018-02-26 | Dedup: merge ipsec4_in_reject and ipsec6_in_reject into ipsec_in_reject. | maxv |
| 2018-02-26 | Dedup: merge ipsec4_hdrsiz and ipsec6_hdrsiz into ipsec_hdrsiz. | maxv |
| 2018-02-26 | Dedup: merge ipsec4_checkpolicy and ipsec6_checkpolicy into | maxv |
| 2018-02-26 | If 'skip' is lower than sizeof(struct ip), we are in trouble. So remove a | maxv |
| 2018-02-26 | m is never allowed to be NULL, so turn the KASSERT (and the null check) | maxv |
| 2018-02-26 | Fix nonsensical checks, neither in6p nor request is allowed to be NULL, | maxv |
| 2018-02-26 | Add XXX, it seems to me we need to free the mbuf here. | maxv |
| 2018-02-26 | Reinforce this area, make sure the length field fits the option. Normally | maxv |
| 2018-02-26 | Fix mbuf mistake: we are using ip6 before it is pulled up properly. | maxv |
| 2018-02-26 | Merge some minor (mostly stylistic) changes from last week. | maxv |
| 2018-02-21 | Style, no functional change. | maxv |
| 2018-02-21 | Strengthen this check, to make sure there is room for an ip6_ext structure. | maxv |
| 2018-02-21 | Argh, in my previous commit in this file I forgot to fix the IPv6 | maxv |
| 2018-02-21 | Fix ipsec4_get_ulp(). We should do "goto done" instead of "return", | maxv |
| 2018-02-21 | Use inpcb_hdr to reduce the diff between: | maxv |
| 2018-02-21 | Rename: | maxv |
| 2018-02-21 | Extend these #ifdef notyet. The m_copydata's in these branches are wrong, | maxv |
| 2018-02-16 | Style, remove unused and misleading macros and comments, localify, and | maxv |
| 2018-02-16 | Fix inverted logic, otherwise the kernel crashes when receiving a 1-byte | maxv |
| 2018-02-16 | Style a bit, no functional change. | maxv |
| 2018-02-16 | Remove unused. | maxv |
| 2018-02-16 | Add [ah/esp/ipcomp]_enable sysctls, and remove the FreeBSD #ifdefs. | maxv |
| 2018-02-16 | Remove some more FreeBSD sysctl declarations that already have NetBSD | maxv |
| 2018-02-16 | Remove ipsec_replay and ipsec_integrity from this place, they are already | maxv |
| 2018-02-16 | Remove ip4_esp_randpad and ip6_esp_randpad, unused. Discussed with | maxv |
| 2018-02-15 | Style and simplify. | maxv |
| 2018-02-15 | Style a bit, and if we don't know the pad-filling policy use | maxv |
| 2018-02-15 | Remove broken MROUTING code, rename ipo->ip4, and simplify. | maxv |
| 2018-02-15 | Fix the IPIP_STAT_IBYTES stats; we did m_adj(m, iphlen) which substracted | maxv |
| 2018-02-15 | dedup again | maxv |
| 2018-02-15 | dedup | maxv |
| 2018-02-15 | Style and remove dead code. | maxv |
| 2018-02-15 | Fix buffer overflow on sending an IPv6 packet with large options | ozaki-r |
| 2018-02-15 | Commonalize error paths (NFC) | ozaki-r |
| 2018-02-15 | style | maxv |
| 2018-02-15 | Make sure the Authentication Header fits the mbuf chain, otherwise panic. | maxv |
| 2018-02-15 | Fix use-after-free, 'ah' may not be valid after m_makewritable and | maxv |