| Age | Commit message (Expand) | Author |
| 2020-10-08 | Pull up following revision(s) (requested by knakahara in ticket #1103): | martin |
| 2020-03-13 | Pull up following revision(s) (requested by knakahara in ticket #780): | martin |
| 2020-01-31 | Pull up following revision(s) (requested by knakahara in ticket #679): | martin |
| 2019-11-14 | Pull up following revision(s) (requested by knakahara in ticket #423): | martin |
| 2019-09-24 | Pull up following revision(s) (requested by ozaki-r in ticket #238): | martin |
| 2019-09-01 | Pull up following revision(s) (requested by maxv in ticket #127): | martin |
| 2019-07-23 | ipsec: fix a regression of the update API | ozaki-r |
| 2019-07-17 | Avoid a race condition between SA (sav) manipulations | ozaki-r |
| 2019-07-09 | Fix uninitialized variable: in ipsec_checkpcbcache(), spidx.dir is not | maxv |
| 2019-06-12 | make DPRINTF use varyadic cpp macros, and merge with IPSECLOG. | christos |
| 2019-06-12 | fix typo in comment, improve error message, add default case handling to | christos |
| 2019-06-12 | Fix double free: key_setsaval() free's newsav by calling key_freesaval() | christos |
| 2019-05-17 | Don't clear calculated Tx tos value for IPv[46] over IPv6. | knakahara |
| 2019-04-12 | remove a variable which is no longer used. | knakahara |
| 2019-03-18 | s/pakcet/packet/ in comment. | msaitoh |
| 2019-02-26 | Fix locking: it is fine if the lock is already key_so_mtx, this can happen | maxv |
| 2019-01-27 | Merge the [pgoyette-compat] branch | pgoyette |
| 2019-01-17 | Fix ipsecif(4) cannot apply input direction packet filter. Reviewed by ozaki-... | knakahara |
| 2018-12-26 | ipsecif(4) supports multiple peers in the same NAPT. | knakahara |
| 2018-12-26 | Remove unnecessary addresses in PF_KEY message. | knakahara |
| 2018-12-24 | Remove unused function. | maxv |
| 2018-12-22 | Replace M_ALIGN and MH_ALIGN by m_align. | maxv |
| 2018-12-22 | Replace: M_MOVE_PKTHDR -> m_move_pkthdr. No functional change, since the | maxv |
| 2018-12-07 | ipsecif(4) should not increment drop counter by errors not related to if_snd.... | knakahara |
| 2018-11-22 | Support IPv6 NAT-T. Implemented by hsuenaga@IIJ and ohishi@IIJ. | knakahara |
| 2018-11-15 | Remove the 't' argument from m_tag_find(). | maxv |
| 2018-11-08 | Don't call soroverflow when we return the error to the sender. | roy |
| 2018-10-27 | Localify one function, and switch to C99 types while here. | maxv |
| 2018-09-14 | Use non-variadic function pointer in protosw::pr_input. | maxv |
| 2018-09-03 | Rename min/max -> uimin/uimax for better honesty. | riastradh |
| 2018-08-23 | Don't call key_ismyaddr, which may sleep, in a pserialize read section | ozaki-r |
| 2018-08-22 | - Cleanup for dynamic sysctl: | msaitoh |
| 2018-07-11 | Rename | maxv |
| 2018-07-04 | merge duplicated code, more informative debugging. | christos |
| 2018-05-31 | Clarify, remove superfluous things. | maxv |
| 2018-05-31 | Adapt rev1.75, suggested by Alexander Bluhm. Relax the checks to allow | maxv |
| 2018-05-31 | Remove support for non-IKE markers in the kernel. Discussed on tech-net@, | maxv |
| 2018-05-31 | Constify ipseczeroes, and remove one use of it. | maxv |
| 2018-05-31 | Add a comment and a KASSERT. I remember wondering whether this check was a | maxv |
| 2018-05-31 | style | maxv |
| 2018-05-30 | Correctly handle the padding for IPv6-AH, as specified by RFC4302. Seen in | maxv |
| 2018-05-30 | Introduce ah_authsiz, which computes the length of the ICV only. Use it in | maxv |
| 2018-05-30 | Apply the previous change in esp_input too, same as esp_output. | maxv |
| 2018-05-30 | Remove dead code, 'espx' is never NULL and dereferenced earlier, so no need | maxv |
| 2018-05-30 | Simplify the padding computation. Until now 'padlen' contained the ESP | maxv |
| 2018-05-30 | Rename padding -> padlen, pad -> tail, and clarify. | maxv |
| 2018-05-29 | Strengthen and simplify, once more. | maxv |
| 2018-05-29 | Fix non-INET6 builds | ozaki-r |
| 2018-05-18 | IP6_EXTHDR_GET -> M_REGION_GET, no functional change. | maxv |
| 2018-05-14 | Merge ipsec4_input and ipsec6_input into ipsec_ip_input. Make the argument | maxv |