| Age | Commit message (Expand) | Author |
| 2019-06-05 | The packets which will be esp-fragmented should not be applied pfil. Pointed ... | knakahara |
| 2019-06-05 | Fix rtcache cannot be released once an esp-fragmented packet is sent. Pointed... | knakahara |
| 2019-05-15 | Get rid of IFNET_LOCK for if_mcast_op to avoid a deadlock | ozaki-r |
| 2019-05-13 | Count packets dropped by pfil | ozaki-r |
| 2019-02-04 | rework the #ifdef IPSEC code to not use fallthru. | mrg |
| 2018-12-22 | Replace: M_MOVE_PKTHDR -> m_move_pkthdr. No functional change, since the | maxv |
| 2018-12-12 | Simplify logic in ip{,6}_output(). | rin |
| 2018-07-11 | Rename | maxv |
| 2018-06-02 | Copy more mbuf flags. | maxv |
| 2018-05-29 | Fix an XXX of mine, be clearer about what we're doing. Basically we want to | maxv |
| 2018-04-29 | Remove unused and misleading argument from ipsec_set_policy. | maxv |
| 2018-04-21 | Remove #ifndef __vax__. | maxv |
| 2018-04-13 | Remove useless comment and style. | maxv |
| 2018-04-13 | Reduce the diff between similar blocks. | maxv |
| 2018-04-13 | Reorder a few instructions to clarify. Replace two bcopy by memcpy. | maxv |
| 2018-03-30 | correct typo: and and -> and (comments only) | maya |
| 2018-03-03 | Add KASSERTs, we don't want m_nextpkt in ipsec{4/6}_process_packet. | maxv |
| 2018-02-27 | Dedup: merge ipsec4_set_policy and ipsec6_set_policy. The content of the | maxv |
| 2018-02-27 | Dedup: merge | maxv |
| 2018-02-12 | Keep a pointer to the interface of the multicast membership, because the | christos |
| 2018-02-07 | ip_add_membership() has an missing {} issue, but solve it by | mrg |
| 2018-02-06 | Several changes, mostly cosmetic: | maxv |
| 2018-01-10 | from ozaki-r: use the proper ifp. | christos |
| 2018-01-10 | - this is not python, we need braces | christos |
| 2018-01-01 | Remove comment now that the getsockopt code passes the size. | christos |
| 2018-01-01 | 1) "#define ipi_spec_dst ipi_addr" in <netinet/in.h> | christos |
| 2017-12-22 | Fix usage of curlwp_bind in ip_output | ozaki-r |
| 2017-12-15 | Ensure to call if_mcast_op with holding IFNET_LOCK | ozaki-r |
| 2017-12-11 | As is the case with IPV6_PKTINFO, IP_PKTINFO can be sent without EADDRINUSE | ryo |
| 2017-11-17 | Provide macros for softnet_lock and KERNEL_LOCK hiding NET_MPSAFE switch | ozaki-r |
| 2017-08-10 | Add support IP_PKTINFO for sendmsg(2). | ryo |
| 2017-07-23 | kmem_intr_free kmem_intr_[z]alloced memory | para |
| 2017-07-04 | Rename u to udst, .dst to .sa and .dst4 to sin. | roy |
| 2017-07-03 | Typo | khorben |
| 2017-07-03 | When outputting, search for the sending address on the sending interface | roy |
| 2017-05-12 | replace in_fmtaddr() by IN_PRINT(), and delete function in_fmtaddr() | ryo |
| 2017-05-10 | Stop ipsec4_output returning SP to the caller | ozaki-r |
| 2017-05-07 | PR/52074: Frank Kardel: current npf map directive broken | christos |
| 2017-03-05 | Fix the position of curlwp_bindx; it should be after if_put | ozaki-r |
| 2017-03-03 | Pass inpcb/in6pcb instead of socket to ip_output/ip6_output | ozaki-r |
| 2017-03-02 | Make sure imo_membership is protected by inp's lock (solock) | ozaki-r |
| 2017-03-02 | Make usages of ifp MP-safe in some functions of IP multicast | ozaki-r |
| 2017-02-22 | Add assertions and comments for lock states of socket and pcb | ozaki-r |
| 2017-02-17 | Make NOMPSAFE comments informative | ozaki-r |
| 2017-02-13 | Use IFQ_LOCK instead of splnet for if_snd | ozaki-r |
| 2017-01-16 | rename arplog -> ARPLOG to make it clear that it is a macro and tuck-in the | christos |
| 2017-01-16 | Make ip6_sprintf(), in_fmtaddr(), lla_snprintf() and icmp6_redirect_diag() mp... | ryo |
| 2017-01-11 | Get rid of unnecessary header inclusions | ozaki-r |
| 2017-01-10 | avoid double rtcache_unref(). | knakahara |
| 2016-12-12 | Make the routing table and rtcaches MP-safe | ozaki-r |