| Age | Commit message (Expand) | Author |
| 2023-06-16 | White space fixes. No binary changes. | rin |
| 2021-02-03 | CTASSERT -> __CTASSERT to unbreak userland build. | roy |
| 2021-02-03 | Sprinkle CTASSERT to enforce on-wire layout without __packed | roy |
| 2021-02-03 | Remove __packed from various network structures | roy |
| 2020-09-08 | Add IP_BINDANY, IPV6_BINDANY which can be used to bind to any address in | christos |
| 2020-08-20 | [ozaki-r] Changes to the kernel core for wireguard | riastradh |
| 2019-12-18 | inet: Add support for IPv4 /31 prefixes, as described in RFC 3021. | roy |
| 2018-11-09 | Use the same type redefinition guards as stdint.h since rev1.8 | maya |
| 2018-08-22 | - Cleanup for dynamic sysctl: | msaitoh |
| 2018-07-11 | Rename | maxv |
| 2018-04-19 | s/static inline/static __inline/g for consistency. | christos |
| 2018-02-09 | Remove dead code. | maxv |
| 2018-01-10 | add ipsec(4) interface, which is used for route-based VPN. | knakahara |
| 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-02-16 | add l2tp(4) L2TPv3 interface. | knakahara |
| 2016-08-01 | Apply pserialize and psref to struct ifaddr and its variants | ozaki-r |
| 2015-10-13 | Add core networking support for SCTP. | rjs |
| 2015-05-02 | Add IPv4 address flags IN_IFF_TENTATIVE, IN_IFF_DUPLICATED and | roy |
| 2015-02-10 | Add DCCP protocol support from KAME. | rjs |
| 2014-12-02 | use the new printing code. | christos |
| 2014-12-02 | add routines to print in_addr and sockaddr_in (in_print and sin_print) | christos |
| 2014-10-12 | document that we depend on the option numbers matching. | christos |
| 2014-06-05 | - Implement pktqueue interface for lockless IP input queue. | rmind |
| 2014-05-30 | Introduce 2 new variables: ipsec_enabled and ipsec_used. | christos |
| 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 |
| 2013-04-27 | Systematically include sys/featuretest.h when _NETBSD_SOURCE is used. | joerg |
| 2012-06-22 | PR/46602: Move the rfc6056 port randomization to the IP layer. | christos |
| 2009-09-14 | Import pfsync support from OpenBSD 4.2 | degroote |
| 2009-07-17 | Add the IP_MINTTL socket option. | minskim |
| 2009-07-16 | Add the IP_RECVTTL option support. | minskim |
| 2008-01-25 | Refactor in_cksum/in4_cksum/in6_cksum implementations: | joerg |
| 2007-12-25 | Convert many of the uses of __attribute__ to equivalent | perry |
| 2007-09-19 | 1) Introduce a new socket option, (SOL_SOCKET, SO_NOHEADER), that | dyoung |
| 2007-08-30 | Use malloc(9) for sockaddrs instead of pool(9), and remove dom_sa_pool | dyoung |
| 2007-05-02 | Eliminate address family-specific route caches (struct route, struct | dyoung |
| 2007-02-17 | KNF: de-__P, bzero -> memset, bcmp -> memcmp. Remove extraneous | dyoung |
| 2006-11-13 | Add a source-address selection policy mechanism to the kernel. | dyoung |
| 2006-05-18 | Integrate Common Address Redundancy Procotol (CARP) from OpenBSD | liamjfoy |
| 2006-02-16 | Change "inline" back to "__inline" in .h files -- C99 is still too | perry |
| 2005-12-24 | Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete. | perry |
| 2005-12-20 | Define INADDR_NONE when we are in the kernel too. | christos |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-08-05 | Add sysctls for IP, ICMP, TCP, and UDP statistics. | elad |
| 2005-01-31 | Add RFC 3378 EtherIP support, ported from OpenBSD to NetBSD by | kim |
| 2004-12-15 | Don't perform checksums on loopback interfaces. They can be reenabled with | thorpej |
| 2004-09-04 | IPv4 PIM support, based on a submission from Pavlin Radoslavov posted on | manu |
| 2004-05-07 | Redo net.inet.* sysctl subtree for fast-ipsec from scratch. | jonathan |
| 2004-04-21 | no space between function name and paren: foo (blah) -> foo(blah) | itojun |