summaryrefslogtreecommitdiff
path: root/sys/netinet/in.h
AgeCommit message (Expand)Author
2013-06-27implement IP_PKTINFO and IP_RECVPKTINFO.christos
2013-04-27Systematically include sys/featuretest.h when _NETBSD_SOURCE is used.joerg
2012-06-22PR/46602: Move the rfc6056 port randomization to the IP layer.christos
2009-09-14Import pfsync support from OpenBSD 4.2degroote
2009-07-17Add the IP_MINTTL socket option.minskim
2009-07-16Add the IP_RECVTTL option support.minskim
2008-01-25Refactor in_cksum/in4_cksum/in6_cksum implementations:joerg
2007-12-25Convert many of the uses of __attribute__ to equivalentperry
2007-09-191) Introduce a new socket option, (SOL_SOCKET, SO_NOHEADER), thatdyoung
2007-08-30Use malloc(9) for sockaddrs instead of pool(9), and remove dom_sa_pooldyoung
2007-05-02Eliminate address family-specific route caches (struct route, structdyoung
2007-02-17KNF: de-__P, bzero -> memset, bcmp -> memcmp. Remove extraneousdyoung
2006-11-13Add a source-address selection policy mechanism to the kernel.dyoung
2006-05-18Integrate Common Address Redundancy Procotol (CARP) from OpenBSDliamjfoy
2006-02-16Change "inline" back to "__inline" in .h files -- C99 is still tooperry
2005-12-24Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete.perry
2005-12-20Define INADDR_NONE when we are in the kernel too.christos
2005-12-11merge ktrace-lwp.christos
2005-08-05Add sysctls for IP, ICMP, TCP, and UDP statistics.elad
2005-01-31Add RFC 3378 EtherIP support, ported from OpenBSD to NetBSD bykim
2004-12-15Don't perform checksums on loopback interfaces. They can be reenabled withthorpej
2004-09-04IPv4 PIM support, based on a submission from Pavlin Radoslavov posted onmanu
2004-05-07Redo net.inet.* sysctl subtree for fast-ipsec from scratch.jonathan
2004-04-21no space between function name and paren: foo (blah) -> foo(blah)itojun
2004-04-18De __P()matt
2003-11-19Patch back support for (badly) randomized IP ids, by request:jonathan
2003-11-10Allocate sysctl oid for ipv4 sysctl node "ifq", define symbolic name, andjonathan
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-04-28Add a new feature-test macro, _NETBSD_SOURCE. If this is definedbjh21
2003-04-12PR/991: Darren Reed: Add a sysctl (checkinteface) to implement this. Thisdogcow
2003-01-27C++ does not permit static a data member to have the same name as itskleink
2002-05-13Define uint{8,32}_t locally, per XNS5.2/POSIX-2001, and use them in thiskleink
2002-05-12Provide local definitions of in_{addr,port}_t in <netinet/in.h> and usekleink
2002-02-24Clear M_BCAST and M_MCAST on outgoing mbufs.martin
2001-06-02Implement support for IP/TCP/UDP checksum offloading provided bythorpej
2001-05-27typo in commentitojun
2001-03-27net.inet.ip.maxfragpackets defines the maximum size of ip reass queueitojun
2001-01-19Add IPPROTO_VRRP.kleink
2000-08-28#define<tab> cleanup.simonb
2000-08-25Add new sysctl variables "net.inet.ip.lowportmin" andtron
2000-07-28Avoid recursion with traditional cpp.kleink
2000-06-26XNS5.2: define sa_family_t and use it where specified by the standard.kleink
2000-03-10move IPPROTO_DONE to IPPROTO_xx groupitojun
2000-02-17Change the use of pfil hooks. There is no longer a single list of alldarrenr
2000-02-09to improve RFC2553/2292 compliance, and promote use ofitojun
1999-12-13sync IPv6 part with latest KAME tree. IPsec part is left unmodifieditojun
1999-11-20Add the `packed' attribute to structures which describe wire protocol data.thorpej
1999-07-02move ipsec sysctl index to IPPROTO_AH (instead of IPPROTO_ESP),itojun
1999-07-01IPv6 kernel code, based on KAME/NetBSD 1.4, SNAP kit 19990628.itojun
1999-06-26If the new global variable hostzerobroadcast is zero, no longer assumesommerfeld