| Age | Commit message (Expand) | Author |
| 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 |
| 2022-08-29 | Add sysctl entry to control to send routing message for RTM_DYNAMIC. | knakahara |
| 2022-08-22 | Add sysctl entry to enable/disable to use path MTU discovery for icmpv6 refle... | knakahara |
| 2021-02-19 | - Make ALIGNED_POINTER use __alignof(t) instead of sizeof(t). This is more | christos |
| 2021-02-15 | Fix the build. | martin |
| 2021-02-14 | - centralize header align and pullup into a single inline function | christos |
| 2020-09-11 | inet6: Use generic Neighor Detection rather than IPv6 specific | roy |
| 2020-07-27 | icmp6: Remove __packed attribute from icmp6 structures | roy |
| 2020-06-12 | Remove in-kernel handling of Router Advertisements | roy |
| 2020-03-09 | route: RTM_MISS now puts the message source address in RTA_AUTHOR | roy |
| 2019-10-06 | icmp6_notify_error - fix ctlfunc typedef to match pr_ctlinput, | uwe |
| 2018-12-22 | Replace: M_COPY_PKTHDR -> m_copy_pkthdr. No functional change, since the | maxv |
| 2018-12-22 | Replace: M_MOVE_PKTHDR -> m_move_pkthdr. No functional change, since the | maxv |
| 2018-10-25 | Remove a leftover debug printf | ozaki-r |
| 2018-09-03 | Rename min/max -> uimin/uimax for better honesty. | riastradh |
| 2018-06-01 | Fix _rt_free via rtrequest(RTM_DELETE) hangs in rt_timer handlers | ozaki-r |
| 2018-05-07 | Remove misleading comments. | maxv |
| 2018-05-01 | Remove now unused net_osdep.h includes, the other BSDs did the same. | maxv |
| 2018-04-29 | Replace | maxv |
| 2018-04-28 | Remove unused ipsec_var.h includes. | maxv |
| 2018-04-27 | Fix a bug introduced in rev1.154 (2009). mcl_cache still has a size of | maxv |
| 2018-04-26 | Stop using m_copy(), use m_copym() directly. m_copy is useless, | maxv |
| 2018-04-26 | Use M_UNWRITABLE, no functional change. | maxv |
| 2018-04-14 | Fix 'icmp6len', it shouldn't be ip6_plen, because we may not be at the | maxv |
| 2018-04-14 | Cosmetic, and remove one XXX (no problem). | maxv |
| 2018-04-14 | Remove the RH0 code from ICMPv6. RH0 is deprecated by RFC5095 (2007) for | maxv |
| 2018-04-14 | Remove dead code. It is the same as the non-obsolete one, since | maxv |
| 2018-04-12 | Synchronize the code between raw_ip6.c<->icmp6.c<->raw_ip.c, so that it is | maxv |
| 2018-04-12 | Remove misleading comment; we're just checking the SP, not verifying the | maxv |
| 2018-03-21 | Sprinkle more soroverflow(). | roy |
| 2018-02-28 | Remove unused ipsec_private.h includes. | maxv |
| 2018-02-26 | Remove redundant condition (harmless). PR/53030. | maxv |
| 2018-02-26 | Dedup: merge ipsec4_in_reject and ipsec6_in_reject into ipsec_in_reject. | maxv |
| 2018-02-12 | Replace bcopy -> memcpy when it is obvious that the areas don't overlap. | maxv |
| 2018-01-23 | Style, localify, remove XXX when there's no issue, and switch 'extra' | maxv |
| 2018-01-23 | Fix the check on 'maxlen', we are not creating struct icmp6_hdr but | maxv |
| 2018-01-23 | Fix info leak. We are allocating a slot of size: | maxv |
| 2018-01-23 | Fix twice the same mistake: 'last' can't be null, so there's no point in | maxv |
| 2018-01-23 | Style, and four fixes: | maxv |
| 2017-11-05 | Fix usages of ipsec_used | ozaki-r |
| 2017-08-02 | Add missing IPsec policy checks to icmp6_rip6_input | ozaki-r |
| 2017-07-07 | fix PR kern/52353. implemented by ozaki-r@n.o. I just commit by proxy. | knakahara |
| 2017-03-14 | Replace DIAGNOSTIC + panic with CTASSERT | ozaki-r |
| 2017-02-17 | Rename if_acquire_NOMPSAFE to if_acquire | ozaki-r |
| 2017-02-13 | Protect mtudisc and redirect stuffs of icmp/icmp6 with mutex | ozaki-r |
| 2017-02-07 | Add missing NULL checks for m_get_rcvif | ozaki-r |
| 2017-02-02 | Defer some pr_input to workqueue | ozaki-r |
| 2017-01-16 | ip6_sprintf -> IN6_PRINT so that we pass the size. | christos |
| 2017-01-16 | Make ip6_sprintf(), in_fmtaddr(), lla_snprintf() and icmp6_redirect_diag() mp... | ryo |