| Commit message (Expand) | Author | Age | Files | Lines |
* | White space cleanup -- remove trailing tab's or spaces | Randall Stewart | 2020-02-12 | 1 | -3/+3 |
* | Rename IPPROTO 33 from SEP to DCCP | Tom Jones | 2019-08-08 | 1 | -1/+1 |
* | Convert all IPv4 and IPv6 multicast memberships into using a STAILQ | Hans Petter Selasky | 2019-06-25 | 1 | -5/+1 |
* | sys: further adoption of SPDX licensing ID tags. | Pedro F. Giffuni | 2017-11-20 | 1 | -0/+2 |
* | Correct sysctl names. | Dag-Erling Smørgrav | 2017-08-09 | 1 | -1/+1 |
* | Make sysctl identifiers for direct netisr queue unique. | Andrey V. Elsukov | 2017-04-11 | 1 | -0/+2 |
* | The patch provides the same socket option as Linux IP_ORIGDSTADDR. | Ermal Luçi | 2017-03-06 | 1 | -0/+2 |
* | Renumber copyright clause 4 | Warner Losh | 2017-02-28 | 1 | -1/+1 |
* | Remove inet_ntoa() from the kernel | Eric van Gyzen | 2017-02-16 | 1 | -1/+0 |
* | Committed without approval from mentor. | Ermal Luçi | 2017-02-12 | 1 | -2/+0 |
* | The patch provides the same socket option as Linux IP_ORIGDSTADDR. | Ermal Luçi | 2017-02-10 | 1 | -0/+2 |
* | Don't iterate over the ifnet addr list in ip_output() | Ryan Stone | 2016-08-18 | 1 | -0/+2 |
* | Provide functions to determine presence of a given address | Gleb Smirnoff | 2015-04-17 | 1 | -0/+1 |
* | Kill custom in_matroute() radix mathing function removing one rte mutex lock. | Alexander V. Chernikov | 2014-11-11 | 1 | -3/+3 |
* | Renove faith(4) and faithd(8) from base. It looks like industry | Alexander V. Chernikov | 2014-11-09 | 1 | -3/+2 |
* | Add support for receiving and setting flowtype, flowid and RSS bucket | Adrian Chadd | 2014-09-09 | 1 | -0/+2 |
* | Oops - somehow I missed the IP option numbers clashing with the multicast | Adrian Chadd | 2014-07-17 | 1 | -4/+5 |
* | Implement the first stage of multi-bind listen sockets and RSS socket | Adrian Chadd | 2014-07-10 | 1 | -0/+2 |
* | Retire IP_RSSCPUID ; the right thing to do is query the RSS bucket; | Adrian Chadd | 2014-06-26 | 1 | -3/+4 |
* | netinet/in.h: Expose htonl(), htons(), ntohl() and ntohs() in strict POSIX | Jilles Tjoelker | 2014-05-29 | 1 | -2/+2 |
* | Reserve IP_FLOWID, IP_FLOWTYPE, IP_RSSCPUID socket option IDs for | Adrian Chadd | 2014-05-17 | 1 | -0/+3 |
* | Add support for UDP-Lite protocol (RFC 3828) to IPv4 and IPv6 stacks. | Kevin Lo | 2014-04-07 | 1 | -0/+1 |
* | Remove more constants related to static sysctl nodes. The MAXID constants | John Baldwin | 2014-02-25 | 1 | -9/+1 |
* | Add more (IPv6) related Internet Protocols: | Bjoern A. Zeeb | 2013-12-25 | 1 | -0/+4 |
* | Finish r254925 and remove the last remaining sysctl name list macro. The | John Baldwin | 2013-10-23 | 1 | -72/+0 |
* | - Add parentheses to all internet addresses | Kevin Lo | 2013-10-19 | 1 | -26/+26 |
* | Treat INADDR_NONE as uint32_t. | Kevin Lo | 2013-10-15 | 1 | -1/+1 |
* | Remove most of the remaining sysctl name list macros. They were only | John Baldwin | 2013-08-26 | 1 | -18/+0 |
* | Move IPPROTO_IPV6 from #ifdef __BSD_VISIBLE to #if __POSIX_VISIBLE >= 201112 | Colin Percival | 2013-04-27 | 1 | -1/+1 |
* | Switch the entire IPv4 stack to keep the IP packet header | Gleb Smirnoff | 2012-10-22 | 1 | -27/+0 |
* | Add a IP_RECVTOS socket option to receive for received UDP/IPv4 | Michael Tuexen | 2012-06-12 | 1 | -0/+1 |
* | Add IPPROTO_MPLS (rfc4023) IP protocol definition | Ed Maste | 2012-05-27 | 1 | -0/+1 |
* | Add support for IPv4 /31 prefixes, as described in RFC3021. | Gleb Smirnoff | 2011-10-15 | 1 | -0/+2 |
* | Make the RPC specific __rpc_inet_ntop() and __rpc_inet_pton() general | Attilio Rao | 2010-09-24 | 1 | -0/+2 |
* | MFp4: anchie_soc2009 branch: | Ana Kukec | 2010-08-19 | 1 | -0/+1 |
* | Add definition of IPv6 mobility header's protocol number, as assigned by | Xin LI | 2010-03-31 | 1 | -0/+1 |
* | bring in several cleanups tested in ipfw3-head branch, namely: | Luigi Rizzo | 2009-12-28 | 1 | -0/+26 |
* | Add new sockopt names for ipfw and dummynet. | Luigi Rizzo | 2009-12-02 | 1 | -0/+8 |
* | Move inet_aton() (specular to inet_ntoa(), already present in libkern) | Attilio Rao | 2009-11-12 | 1 | -0/+1 |
* | Move the duplicate definition of struct sockaddr_storage to its own | Poul-Henning Kamp | 2009-09-08 | 1 | -21/+1 |
* | - Rename IP_NONLOCALOK IP socket option to IP_BINDANY, to be more consistent | Pawel Jakub Dawidek | 2009-06-01 | 1 | -2/+1 |
* | Namespace: Defining htonl() and friends here instead of arpa/inet.h is | David Schultz | 2009-03-14 | 1 | -2/+2 |
* | Merge IGMPv3 and Source-Specific Multicast (SSM) to the FreeBSD | Bruce M Simpson | 2009-03-09 | 1 | -0/+1 |
* | Add various defines/macros required by IGMPv3: | Bruce M Simpson | 2009-03-04 | 1 | -1/+10 |
* | Better comment what the socket option does. Thanks to Sam Leffler | Adrian Chadd | 2009-01-09 | 1 | -1/+2 |
* | Implement a new IP option (not compiled/enabled by default) to allow | Adrian Chadd | 2009-01-09 | 1 | -0/+1 |
* | Rather than using hidden includes (with cicular dependencies), | Bjoern A. Zeeb | 2008-12-02 | 1 | -4/+0 |
* | Step 1.5 of importing the network stack virtualization infrastructure | Marko Zec | 2008-10-02 | 1 | -0/+4 |
* | Clean up the code that checks the types of address so that it is | George V. Neville-Neil | 2008-04-17 | 1 | -0/+2 |
* | Change the default port range for outgoing connections by introducing | Rui Paulo | 2008-03-04 | 1 | -4/+8 |