| Age | Commit message (Expand) | Author |
| 2018-05-31 | Remove support for non-IKE markers in the kernel. Discussed on tech-net@, | maxv |
| 2018-01-01 | 1) "#define ipi_spec_dst ipi_addr" in <netinet/in.h> | christos |
| 2017-08-10 | Add support IP_PKTINFO for sendmsg(2). | ryo |
| 2017-03-02 | Make sure imo_membership is protected by inp's lock (solock) | ozaki-r |
| 2017-02-22 | Add assertions and comments for lock states of socket and pcb | ozaki-r |
| 2016-12-08 | Add rtcache_unref to release points of rtentry stemming from rtcache | ozaki-r |
| 2016-04-26 | Sweep unnecessary route.h inclusions | ozaki-r |
| 2015-05-24 | remove transitional functions in{,6}_pcbconnect_m() that were used in | rtr |
| 2015-05-02 | make connect syscall use sockaddr_big and modify pr_{send,connect} | 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-25 | Clean up any dangling ifp references in (struct in6pcb *)->in6p_v4moptions | seanb |
| 2014-08-05 | revert the removal of struct lwp * parameter from bind, listen and connect | rtr |
| 2014-07-24 | split PRU_BIND and PRU_LISTEN function out of pr_generic() usrreq | rtr |
| 2014-05-22 | - Add in_init() and move some functions, variables and sysctls into in.c | rmind |
| 2013-06-27 | implement IP_PKTINFO and IP_RECVPKTINFO. | christos |
| 2012-06-25 | rename rfc6056 -> portalgo, requested by yamt | christos |
| 2011-09-24 | Add inet4 part of the rfc6056 code contributed by Vlad Balan as part of | christos |
| 2011-05-03 | Reduces the resources demanded by TCP sessions in TIME_WAIT-state using | dyoung |
| 2009-07-17 | Add the IP_MINTTL socket option. | minskim |
| 2009-07-16 | Add the IP_RECVTTL option support. | minskim |
| 2007-12-16 | Oops. Remove kauth.h inclusion. | elad |
| 2007-12-16 | Really fix low port allocation, by always passing a valid lwp to | elad |
| 2007-09-19 | 1) Introduce a new socket option, (SOL_SOCKET, SO_NOHEADER), that | dyoung |
| 2006-07-23 | Use the LWP cached credentials where sane. | ad |
| 2005-12-10 | Multiple inclusion protection, as suggested by christos@ on tech-kern@ | elad |
| 2005-11-15 | Pass the current process structure to in_pcbconnect() so that it can | dsl |
| 2005-02-12 | Add support for IPsec Network Address Translator traversal (NAT-T), as | manu |
| 2004-04-21 | no space between function name and paren: foo (blah) -> foo(blah) | itojun |
| 2004-04-18 | De __P() | matt |
| 2003-10-23 | Remove all the code to maintain ia_inpcbs. This information was only used to | mycroft |
| 2003-09-04 | revamp inpcb/in6pcb so that they are more aligned with each other. | itojun |
| 2003-08-07 | Move UCB-licensed code from 4-clause to 3-clause licence. | agc |
| 2003-06-15 | Change the way multicasts are kept. They now use a hash table in the same | matt |
| 2002-11-02 | cleanup ipsec.h dependency. commented by perry, sync w/kame | itojun |
| 2002-06-09 | whitespace | itojun |
| 2001-07-02 | on interface removal, remove multicast groups joined from pcb, before | itojun |
| 2000-02-02 | PRU_PURGEADDR -> PRU_PURGEIF, per a discussion w/ itojun. In the IPv4 | thorpej |
| 2000-01-31 | bring in latest KAME ipsec tree. | itojun |
| 1999-07-01 | IPv6 kernel code, based on KAME/NetBSD 1.4, SNAP kit 19990628. | itojun |
| 1998-10-05 | * in_pcblookup_port(): deprecate INPLOOKUP_WILDCARD and flags in favour | lukem |
| 1998-05-18 | Move the ppcb pointer towards the front of the structure so that it and the | matt |
| 1998-02-10 | add/cleanup multiple inclusion protection. | perry |
| 1998-01-07 | add the following, derived from FreeBSD: | lukem |
| 1997-10-14 | Add support for returning maximum supported MTU when ip_output fails with | matt |
| 1997-09-22 | Implement in_pcbrtentry() - return the route associated with a PCB. If | thorpej |
| 1997-07-23 | Pull SYN_cache_branch down into the main line. | thorpej |
| 1997-01-11 | Implement the IP_RECVIF socket option: supply a datagram packet's incoming | thorpej |
| 1996-09-17 | Overlay inp_faddr and inp_laddr into the header prototype. | mycroft |
| 1996-09-15 | Hash unconnected PCBs. | mycroft |