| Age | Commit message (Expand) | Author |
| 2023-03-22 | in6: make sure a user-specified checksum field is within a packet | ozaki-r |
| 2022-11-04 | inpcb: rename functions to in6pcb_* | ozaki-r |
| 2022-11-04 | inpcb: rename functions to inpcb_* | 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 |
| 2022-05-28 | fix various typos, mainly in comments. | andvar |
| 2022-02-23 | fix various typos in comments, mainly immediatly/immediately/, | andvar |
| 2021-09-21 | don't opencode kauth_cred_get() | christos |
| 2019-02-25 | RIP6, CAN, SCTP and SCTP6 lack a length check in their _send() functions. | maxv |
| 2019-02-24 | RIP, RIP6, DDP, SCTP and SCTP6 lack a length check in their _connect() | maxv |
| 2019-01-28 | Fix memory leaks pointed out by Ilja Van Sprundel: all | martin |
| 2018-05-11 | Dedup: introduce rip6_sbappendaddr. Same as IPv4. | maxv |
| 2018-04-29 | Replace | maxv |
| 2018-04-28 | Remove unused ipsec_var.h includes. | maxv |
| 2018-04-26 | Stop using m_copy(), use m_copym() directly. m_copy is useless, | 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-08 | Remove the IN6_IS_ADDR_V4MAPPED checks in the protocol functions. They | maxv |
| 2018-02-01 | Fix use-after-free, the first m_copyback_cow may have freed the mbuf, so | maxv |
| 2018-01-30 | Fix a buffer overflow in ip6_get_prevhdr. Doing | maxv |
| 2018-01-23 | Fix twice the same mistake: 'last' can't be null, so there's no point in | maxv |
| 2017-11-05 | Fix usages of ipsec_used | ozaki-r |
| 2017-06-01 | remove checks for failure after memory allocation calls that cannot fail: | chs |
| 2017-03-03 | Pass inpcb/in6pcb instead of socket to ip_output/ip6_output | ozaki-r |
| 2017-01-24 | Tweak softnet_lock and NET_MPSAFE | ozaki-r |
| 2016-12-13 | Remove unnecessary inclusions of nd6.h | ozaki-r |
| 2016-11-18 | fix: "ifconfig destory" can stalls when "ifconfig" is done parallel. | knakahara |
| 2016-10-31 | Fix race condition of in6_selectsrc | ozaki-r |
| 2016-09-29 | Now that we disallow sending or receiving from invalid addresses, | roy |
| 2016-08-26 | Allow explicit binding to detached addresss. | roy |
| 2016-08-01 | Apply pserialize and psref to struct ifaddr and its variants | ozaki-r |
| 2016-07-15 | Use sin6tosa and sin6tocsa macros | ozaki-r |
| 2016-07-15 | Use ifatoia6 macro | ozaki-r |
| 2016-06-21 | Make sure returning ifp from in6_select* functions psref-ed | ozaki-r |
| 2016-06-16 | Use curlwp_bind and curlwp_bindx instead of open-coding LP_BOUND | ozaki-r |
| 2016-06-10 | Avoid storing a pointer of an interface in a mbuf | ozaki-r |
| 2016-05-12 | Protect ifnet list with psz and psref | ozaki-r |
| 2016-04-26 | Sweep unnecessary route.h inclusions | ozaki-r |
| 2015-08-24 | sprinkle _KERNEL_OPT | pooka |
| 2015-05-02 | make connect syscall use sockaddr_big and modify pr_{send,connect} | rtr |
| 2015-04-26 | remove pr_generic from struct pr_usrreqs and all implementations of | rtr |
| 2015-04-24 | make accept, getsockname and getpeername syscalls use sockaddr_big and modify | rtr |
| 2015-04-03 | * change pr_bind to accept struct sockaddr * instead of struct mbuf * | rtr |
| 2014-08-09 | split PRU_CONNECT2 & PRU_PURGEIF function out of pr_generic() usrreq | rtr |
| 2014-08-08 | split PRU_RCVD function out of pr_generic() usrreq switches and put into | rtr |
| 2014-08-05 | split PRU_SEND function out of pr_generic() usrreq switches and put into | rtr |