| Age | Commit message (Expand) | Author |
| 2023-03-20 | in6: reject setting negative values but -1 via setsockopt(IPV6_CHECKSUM) | ozaki-r |
| 2023-01-27 | ipsec: remove unnecessary splsoftnet | ozaki-r |
| 2022-10-28 | inpcb: separate inpcb again to reduce the size of PCB for IPv4 | ozaki-r |
| 2022-10-28 | inpcb: integrate data structures of PCB into one | ozaki-r |
| 2021-09-21 | don't opencode kauth_cred_get() | christos |
| 2021-08-17 | fix multiplei repetitive typos in comments, messages and documentation. mainl... | andvar |
| 2021-03-10 | byte-flipping a random number is not very useful. | christos |
| 2020-09-08 | Add IP_BINDANY, IPV6_BINDANY which can be used to bind to any address in | christos |
| 2020-08-28 | inet6: reduce silent packet discards | ozaki-r |
| 2020-08-28 | inet, inet6: count packets dropped by IPsec | ozaki-r |
| 2020-06-12 | Remove in-kernel handling of Router Advertisements | roy |
| 2019-11-13 | Get rid of unnecessary NULL checks for rt_ifa and ifa_ifp | ozaki-r |
| 2019-11-01 | Fix ipsecif(4) IPV6_MINMTU does not work correctly. | 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-04-03 | Fix small read overflow; harmless, because since I removed RH0, the memory | maxv |
| 2019-02-04 | rework the #ifdef IPSEC code to not use fallthru. | mrg |
| 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-12 | Simplify logic in ip{,6}_output(). | rin |
| 2018-11-29 | Don't validate the source address of forwarding IPv6 packets (same as IPv4) | ozaki-r |
| 2018-08-10 | Rename | maxv |
| 2018-06-01 | Rename | maxv |
| 2018-05-29 | Remove dead code, we don't care. | maxv |
| 2018-05-09 | Replace | maxv |
| 2018-05-01 | Remove now unused net_osdep.h includes, the other BSDs did the same. | maxv |
| 2018-04-29 | Remove unused and misleading argument from ipsec_set_policy. | maxv |
| 2018-04-26 | Stop using m_copy(), use m_copym() directly. m_copy is useless, | maxv |
| 2018-04-23 | Remove the kernel RH0 code. RH0 is deprecated by RFC5095, for security | maxv |
| 2018-04-18 | Remove unused netipsec/xform.h includes. | 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 | Replace bcopy -> memcpy when it is obvious that the areas don't overlap. | maxv |
| 2018-01-31 | Correct the check; we want to find IPPROTO_HOPOPTS, not IPV6_HOPOPTS. This | maxv |
| 2018-01-31 | Remove a misleading instruction. We don't care about increasing | maxv |
| 2018-01-31 | Try to sound a little less pessimistic, there is nothing wrong here. | maxv |
| 2018-01-31 | Style, localify, constify, and reorder a bit. No real functional change. | maxv |
| 2017-12-15 | Ensure to call if_mcast_op with holding IFNET_LOCK | ozaki-r |
| 2017-11-25 | Attempt to restore v6 networking. Not 100% certain that these | kre |
| 2017-11-24 | Allow local communication over DETACHED addresses. | roy |
| 2017-08-02 | Make IPsec SPD MP-safe | ozaki-r |
| 2017-06-26 | Fix usage of ip6_get_membership | ozaki-r |
| 2017-03-03 | Pass inpcb/in6pcb instead of socket to ip_output/ip6_output | ozaki-r |
| 2017-03-02 | Make sure im6o_memberships is protected by in6p's lock (solock) | ozaki-r |
| 2017-03-02 | Make usages of ifp MP-safe in some functions of IP multicast | ozaki-r |
| 2017-03-02 | Use LIST_* macros | ozaki-r |
| 2017-03-01 | Provide in6_multi_group | ozaki-r |
| 2017-02-22 | Stop using useless IN6_*_MULTI macros | ozaki-r |
| 2017-02-22 | Add assertions and comments for lock states of socket and pcb | ozaki-r |
| 2017-02-17 | Rename if_acquire_NOMPSAFE to if_acquire | ozaki-r |