| Age | Commit message (Expand) | Author |
| 2018-02-28 | add missing static | 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 | Fix nonsensical checks, neither in6p nor request is allowed to be NULL, | maxv |
| 2018-02-26 | Merge some minor (mostly stylistic) changes from last week. | 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-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 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-08 | Remove unused net_osdep.h include. | maxv |
| 2018-01-23 | Fix late NULL-checking (CID 1427782: Null pointer dereferences (REVERSE_INULL)) | ozaki-r |
| 2017-11-21 | Use M_WAITOK to allocate mbufs wherever sleepable | ozaki-r |
| 2017-10-17 | Fix buffer length for ipsec_logsastr | ozaki-r |
| 2017-10-03 | Don't abuse key_checkrequest just for looking up sav | ozaki-r |
| 2017-09-28 | - sanitize key debugging so that we don't print extra newlines or unassociated | christos |
| 2017-09-19 | Share a global dummy SP between PCBs | ozaki-r |
| 2017-08-10 | Add per-CPU rtcache to ipsec_reinject_ipstack | ozaki-r |
| 2017-08-07 | Remove out-of-date log output | ozaki-r |
| 2017-08-03 | Introduce KEY_SA_UNREF and replace KEY_FREESAV with it where sav will never b... | ozaki-r |
| 2017-08-02 | Comment out unused functions | ozaki-r |
| 2017-08-02 | Don't use KEY_NEWSP for dummy SP entries | ozaki-r |
| 2017-08-02 | Make IPsec SPD MP-safe | ozaki-r |
| 2017-07-26 | Fix indentation | ozaki-r |
| 2017-07-26 | Provide and apply key_sp_refcnt (NFC) | ozaki-r |
| 2017-07-21 | Remove ipsecrequest#sav | ozaki-r |
| 2017-07-21 | Don't use key_lookup_sp that depends on unstable sp->req->sav | ozaki-r |
| 2017-07-21 | Don't use sp->req->sav when handling NAT-T ESP fragmentation | ozaki-r |
| 2017-07-21 | Don't use unstable isr->sav for header size calculations | ozaki-r |
| 2017-07-19 | Look up sav instead of relying on unstable sp->req->sav | ozaki-r |
| 2017-07-19 | Remove invalid M_AUTHIPDGM check on ESP isr->sav | ozaki-r |
| 2017-07-18 | Restore a comment removed in previous | ozaki-r |
| 2017-07-18 | Remove m_tag_find(PACKET_TAG_IPSEC_PENDING_TDB) because nobody sets the tag | ozaki-r |
| 2017-07-12 | Omit unnecessary NULL checks for sav->sah | ozaki-r |
| 2017-07-07 | Rename key_alloc* functions (NFC) | ozaki-r |
| 2017-06-14 | KNF | ozaki-r |