| Age | Commit message (Expand) | Author |
| 2018-04-13 | Remove duplicate, to better show that this place doesn't make a lot of | maxv |
| 2018-04-09 | Removed the unnecessary order check of key_lookup_sa | yamaguchi |
| 2018-04-06 | Fix unexpected failure when ipsecif(4) over IPv6 is changed port number only. | knakahara |
| 2018-04-06 | Add IPv4 ID when the ipsecif(4) packet can be fragmented. Implemented by hsue... | knakahara |
| 2018-04-03 | Remove ipsec_copy_policy and ipsec_copy_pcbpolicy. No functional change, | maxv |
| 2018-03-31 | typo in comments | maxv |
| 2018-03-19 | socket: report receive buffer overflows | roy |
| 2018-03-13 | comment out confusing (and incorrect) code and add comment. Pointed out by ma... | knakahara |
| 2018-03-10 | Add KASSERTs. | maxv |
| 2018-03-10 | Fix the computation. Normally that's harmless since ip6_output recomputes | maxv |
| 2018-03-09 | Fix ipsec(4) I/F esp_frag support. | knakahara |
| 2018-03-06 | Fix fragment processing in ipsec4_fragout(). Pointed out by maxv@n.o, thanks. | knakahara |
| 2018-03-05 | Improve stupid check, style, and fix leak (m, not m0). | maxv |
| 2018-03-05 | Call m_pullup earlier, fixes one branch. | maxv |
| 2018-03-03 | Reduce the diff between ipsec4_output and ipsec6_check_policy. While here | maxv |
| 2018-03-03 | Dedup. | maxv |
| 2018-03-03 | Add KASSERTs, we don't want m_nextpkt in ipsec{4/6}_process_packet. | maxv |
| 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 |