| Age | Commit message (Expand) | Author |
| 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 |
| 2004-04-18 | De __P() | matt |
| 2003-11-19 | Patch back support for (badly) randomized IP ids, by request: | jonathan |
| 2003-11-10 | Allocate sysctl oid for ipv4 sysctl node "ifq", define symbolic name, and | jonathan |
| 2003-08-07 | Move UCB-licensed code from 4-clause to 3-clause licence. | agc |
| 2003-04-28 | Add a new feature-test macro, _NETBSD_SOURCE. If this is defined | bjh21 |
| 2003-04-12 | PR/991: Darren Reed: Add a sysctl (checkinteface) to implement this. This | dogcow |
| 2003-01-27 | C++ does not permit static a data member to have the same name as its | kleink |
| 2002-05-13 | Define uint{8,32}_t locally, per XNS5.2/POSIX-2001, and use them in this | kleink |
| 2002-05-12 | Provide local definitions of in_{addr,port}_t in <netinet/in.h> and use | kleink |
| 2002-02-24 | Clear M_BCAST and M_MCAST on outgoing mbufs. | martin |
| 2001-06-02 | Implement support for IP/TCP/UDP checksum offloading provided by | thorpej |
| 2001-05-27 | typo in comment | itojun |
| 2001-03-27 | net.inet.ip.maxfragpackets defines the maximum size of ip reass queue | itojun |
| 2001-01-19 | Add IPPROTO_VRRP. | kleink |
| 2000-08-28 | #define<tab> cleanup. | simonb |
| 2000-08-25 | Add new sysctl variables "net.inet.ip.lowportmin" and | tron |
| 2000-07-28 | Avoid recursion with traditional cpp. | kleink |
| 2000-06-26 | XNS5.2: define sa_family_t and use it where specified by the standard. | kleink |
| 2000-03-10 | move IPPROTO_DONE to IPPROTO_xx group | itojun |
| 2000-02-17 | Change the use of pfil hooks. There is no longer a single list of all | darrenr |
| 2000-02-09 | to improve RFC2553/2292 compliance, and promote use of | itojun |
| 1999-12-13 | sync IPv6 part with latest KAME tree. IPsec part is left unmodified | itojun |
| 1999-11-20 | Add the `packed' attribute to structures which describe wire protocol data. | thorpej |
| 1999-07-02 | move ipsec sysctl index to IPPROTO_AH (instead of IPPROTO_ESP), | itojun |
| 1999-07-01 | IPv6 kernel code, based on KAME/NetBSD 1.4, SNAP kit 19990628. | itojun |
| 1999-06-26 | If the new global variable hostzerobroadcast is zero, no longer assume | sommerfeld |