| Commit message (Expand) | Author | Age | Files | Lines |
* | Move IPPROTO_IPV6 from #ifdef __BSD_VISIBLE to #if __POSIX_VISIBLE >= 201112 | cperciva | 2013-04-27 | 1 | -1/+1 |
* | Switch the entire IPv4 stack to keep the IP packet header | glebius | 2012-10-22 | 1 | -27/+0 |
* | Add a IP_RECVTOS socket option to receive for received UDP/IPv4 | tuexen | 2012-06-12 | 1 | -0/+1 |
* | Add IPPROTO_MPLS (rfc4023) IP protocol definition | emaste | 2012-05-27 | 1 | -0/+1 |
* | Add support for IPv4 /31 prefixes, as described in RFC3021. | glebius | 2011-10-15 | 1 | -0/+2 |
* | Make the RPC specific __rpc_inet_ntop() and __rpc_inet_pton() general | attilio | 2010-09-24 | 1 | -0/+2 |
* | MFp4: anchie_soc2009 branch: | anchie | 2010-08-19 | 1 | -0/+1 |
* | Add definition of IPv6 mobility header's protocol number, as assigned by | delphij | 2010-03-31 | 1 | -0/+1 |
* | bring in several cleanups tested in ipfw3-head branch, namely: | luigi | 2009-12-28 | 1 | -0/+26 |
* | Add new sockopt names for ipfw and dummynet. | luigi | 2009-12-02 | 1 | -0/+8 |
* | Move inet_aton() (specular to inet_ntoa(), already present in libkern) | attilio | 2009-11-12 | 1 | -0/+1 |
* | Move the duplicate definition of struct sockaddr_storage to its own | phk | 2009-09-08 | 1 | -21/+1 |
* | - Rename IP_NONLOCALOK IP socket option to IP_BINDANY, to be more consistent | pjd | 2009-06-01 | 1 | -2/+1 |
* | Namespace: Defining htonl() and friends here instead of arpa/inet.h is | das | 2009-03-14 | 1 | -2/+2 |
* | Merge IGMPv3 and Source-Specific Multicast (SSM) to the FreeBSD | bms | 2009-03-09 | 1 | -0/+1 |
* | Add various defines/macros required by IGMPv3: | bms | 2009-03-04 | 1 | -1/+10 |
* | Better comment what the socket option does. Thanks to Sam Leffler | adrian | 2009-01-09 | 1 | -1/+2 |
* | Implement a new IP option (not compiled/enabled by default) to allow | adrian | 2009-01-09 | 1 | -0/+1 |
* | Rather than using hidden includes (with cicular dependencies), | bz | 2008-12-02 | 1 | -4/+0 |
* | Step 1.5 of importing the network stack virtualization infrastructure | zec | 2008-10-02 | 1 | -0/+4 |
* | Clean up the code that checks the types of address so that it is | gnn | 2008-04-17 | 1 | -0/+2 |
* | Change the default port range for outgoing connections by introducing | rpaulo | 2008-03-04 | 1 | -4/+8 |
* | Import rewrite of IPv4 socket multicast layer to support source-specific | bms | 2007-06-12 | 1 | -1/+123 |
* | Add INADDR_ALLRPTS_GROUP define for 224.0.0.22 for future IGMPv3 support. | bms | 2007-02-27 | 1 | -0/+1 |
* | Import macros IN_LINKLOCAL(), IN_PRIVATE(), IN_LOCAL_GROUP(), IN_ANY_LOCAL(). | bms | 2007-01-31 | 1 | -0/+10 |
* | Summer of Code 2005: improve libalias - part 2 of 2 | piso | 2006-12-29 | 1 | -0/+5 |
* | Fix a long-standing limitation in IPv4 multicast group membership. | bms | 2006-05-14 | 1 | -1/+8 |
* | Use consistent indent character as other IPPROTO_* lines did. | delphij | 2005-12-20 | 1 | -1/+1 |
* | Add protocol number for SCTP. | gnn | 2005-12-20 | 1 | -0/+1 |
* | Implement IP_DONTFRAG IP socket option enabling the Don't Fragment | andre | 2005-09-26 | 1 | -0/+1 |
* | Take a first cut at cleaning up ifnet removal and multicast socket | rwatson | 2005-09-18 | 1 | -0/+1 |
* | Add socketoption IP_MINTTL. May be used to set the minimum acceptable | andre | 2005-08-22 | 1 | -0/+1 |
* | Add CARP (Common Address Redundancy Protocol), which allows multiple | glebius | 2005-02-22 | 1 | -0/+2 |
* | /* -> /*- for license, minor formatting changes | imp | 2005-01-07 | 1 | -1/+1 |
* | Pre-emptively define IPPROTO_SPACER to 32767, the same value as PROTO_SPACER | andre | 2004-10-19 | 1 | -0/+6 |
* | White space cleanup for netinet before branch: | rwatson | 2004-08-16 | 1 | -30/+30 |
* | Add the function in_localip() which returns 1 if an internet address is for | andre | 2004-08-11 | 1 | -0/+1 |
* | Prepare for pf 3.5 import: | mlaier | 2004-06-16 | 1 | -0/+2 |
* | Introduce a new feature to IPFW2: lookup tables. These are useful | ru | 2004-06-09 | 1 | -0/+6 |
* | Remove advertising clause from University of California Regent's | imp | 2004-04-07 | 1 | -4/+0 |
* | correct namespace pollution. | ume | 2003-10-25 | 1 | -2/+1 |
* | Switch Advanced Sockets API for IPv6 from RFC2292 to RFC3542 | ume | 2003-10-24 | 1 | -0/+1 |
* | Add the IP_ONESBCAST option, to enable undirected IP broadcasts to be sent on | bms | 2003-08-20 | 1 | -0/+2 |
* | 1. Basic PIM kernel support | hsu | 2003-08-07 | 1 | -0/+16 |
* | Add definitions for IN6ADDR_LINKLOCAL_ALLMDNS_INIT and INADDR_ALLMDNS_GROUP. | mdodd | 2003-04-29 | 1 | -0/+1 |
* | IP_RECVTTL socket option. | mdodd | 2003-04-29 | 1 | -0/+2 |
* | Back out support for RFC3514. | mdodd | 2003-04-02 | 1 | -2/+0 |
* | Implement support for RFC 3514 (The Security Flag in the IPv4 Header). | mdodd | 2003-04-01 | 1 | -0/+2 |
* | Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup, | schweikh | 2003-01-01 | 1 | -1/+1 |
* | Renumber IPPROTO_DIVERT out of the range of valid IP protocol numbers. | fenner | 2002-10-29 | 1 | -2/+5 |