| Age | Commit message (Expand) | Author |
| 2019-02-24 | RIP, RIP6, DDP, SCTP and SCTP6 lack a length check in their _connect() | maxv |
| 2018-09-14 | Use non-variadic function pointer in protosw::pr_input. | maxv |
| 2018-05-11 | Make sure we have at least an IP header, and remove pointless XXXs (there | maxv |
| 2018-04-28 | Remove unused ipsec_var.h includes. | maxv |
| 2018-04-12 | Make 'opts' local to rip_sbappendaddr(). | 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-28 | (just forgot to commit this file, the message was) | maxv |
| 2018-02-26 | Dedup: merge ipsec4_in_reject and ipsec6_in_reject into ipsec_in_reject. | maxv |
| 2018-02-14 | join lines where they fit. | christos |
| 2017-12-11 | As is the case with IPV6_PKTINFO, IP_PKTINFO can be sent without EADDRINUSE | ryo |
| 2017-08-10 | Add support IP_PKTINFO for sendmsg(2). | ryo |
| 2017-07-06 | Merge the two copies SO_TIMESTAMP/SO_OTIMESTAMP processing to a single | christos |
| 2017-04-20 | Remove unnecessary NULL checks for inp_socket and in6p_socket | ozaki-r |
| 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-09-29 | Now that we disallow sending or receiving from invalid addresses, | roy |
| 2016-08-26 | Allow bind to detached INET addresses. | roy |
| 2016-08-01 | Apply pserialize and psref to struct ifaddr and its variants | ozaki-r |
| 2016-05-12 | Protect ifnet list with psz and psref | ozaki-r |
| 2016-04-26 | Sweep unnecessary route.h inclusions | ozaki-r |
| 2016-01-21 | Revert previous: ran cvs commit when I meant cvs diff. Sorry! | riastradh |
| 2016-01-21 | Give proper prototype to ip_output. | riastradh |
| 2016-01-20 | Give proper prototype to rip_output. | riastradh |
| 2015-08-24 | sprinkle _KERNEL_OPT | pooka |
| 2015-05-02 | make connect syscall use sockaddr_big and modify pr_{send,connect} | rtr |
| 2015-05-02 | Add IPv4 address flags IN_IFF_TENTATIVE, IN_IFF_DUPLICATED and | roy |
| 2015-04-26 | remove pr_generic from struct pr_usrreqs and all implementations of | rtr |
| 2015-04-25 | make rip_connect_pcb take sockaddr_in * instead of mbuf * | 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-11-10 | Do not uselessly include <sys/malloc.h>. | maxv |
| 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 |
| 2014-08-05 | revert the removal of struct lwp * parameter from bind, listen and connect | rtr |
| 2014-08-03 | req cannot be PRU_SENDOOB here as per KASSERT() earlier in the | rtr |
| 2014-08-02 | restore splsoftnet() in various usrreqs that were removed during the PRU | rtr |
| 2014-07-31 | split PRU_DISCONNECT, PRU_SHUTDOWN and PRU_ABORT function out of | rtr |
| 2014-07-31 | Define IFNET_EMPTY() and replace !IFNET_FIRST() with it | ozaki-r |
| 2014-07-30 | split PRU_CONNECT function out of pr_generic() usrreq switches and put | rtr |
| 2014-07-24 | split PRU_BIND and PRU_LISTEN function out of pr_generic() usrreq | rtr |
| 2014-07-23 | split PRU_SENDOOB and PRU_RCVOOB function out of pr_generic() usrreq | rtr |
| 2014-07-14 | fix fat fingered KASSERT(solocked(0)) -> KASSERT(solocked(so)) mistake. | rtr |
| 2014-07-09 | * split PRU_ACCEPT function out of pr_generic() usrreq switches and put | rtr |
| 2014-07-09 | * split PRU_PEERADDR and PRU_SOCKADDR function out of pr_generic() | rtr |
| 2014-07-07 | * sprinkle KASSERT(solocked(so)); in all pr_stat() functions. | rtr |
| 2014-07-07 | backout change that made pr_stat return EOPNOTSUPP for protocols that | rtr |