aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/in.h
Commit message (Expand)AuthorAgeFilesLines
* Use network epoch to protect local IPv4 addresses hash.Gleb Smirnoff2021-10-221-1/+1
* routing: fix source address selection rules for IPv4 over IPv6.Alexander V. Chernikov2021-09-071-0/+1
* Add IP(V6)_VLAN_PCP to set 802.1 priority per-flow.Richard Scheffenegger2020-10-091-0/+4
* White space cleanup -- remove trailing tab's or spacesRandall Stewart2020-02-121-3/+3
* Rename IPPROTO 33 from SEP to DCCPTom Jones2019-08-081-1/+1
* Convert all IPv4 and IPv6 multicast memberships into using a STAILQHans Petter Selasky2019-06-251-5/+1
* sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* Correct sysctl names.Dag-Erling Smørgrav2017-08-091-1/+1
* Make sysctl identifiers for direct netisr queue unique.Andrey V. Elsukov2017-04-111-0/+2
* The patch provides the same socket option as Linux IP_ORIGDSTADDR.Ermal Luçi2017-03-061-0/+2
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* Remove inet_ntoa() from the kernelEric van Gyzen2017-02-161-1/+0
* Committed without approval from mentor.Ermal Luçi2017-02-121-2/+0
* The patch provides the same socket option as Linux IP_ORIGDSTADDR.Ermal Luçi2017-02-101-0/+2
* Don't iterate over the ifnet addr list in ip_output()Ryan Stone2016-08-181-0/+2
* Provide functions to determine presence of a given addressGleb Smirnoff2015-04-171-0/+1
* Kill custom in_matroute() radix mathing function removing one rte mutex lock.Alexander V. Chernikov2014-11-111-3/+3
* Renove faith(4) and faithd(8) from base. It looks like industryAlexander V. Chernikov2014-11-091-3/+2
* Add support for receiving and setting flowtype, flowid and RSS bucketAdrian Chadd2014-09-091-0/+2
* Oops - somehow I missed the IP option numbers clashing with the multicastAdrian Chadd2014-07-171-4/+5
* Implement the first stage of multi-bind listen sockets and RSS socketAdrian Chadd2014-07-101-0/+2
* Retire IP_RSSCPUID ; the right thing to do is query the RSS bucket;Adrian Chadd2014-06-261-3/+4
* netinet/in.h: Expose htonl(), htons(), ntohl() and ntohs() in strict POSIXJilles Tjoelker2014-05-291-2/+2
* Reserve IP_FLOWID, IP_FLOWTYPE, IP_RSSCPUID socket option IDs forAdrian Chadd2014-05-171-0/+3
* Add support for UDP-Lite protocol (RFC 3828) to IPv4 and IPv6 stacks.Kevin Lo2014-04-071-0/+1
* Remove more constants related to static sysctl nodes. The MAXID constantsJohn Baldwin2014-02-251-9/+1
* Add more (IPv6) related Internet Protocols:Bjoern A. Zeeb2013-12-251-0/+4
* Finish r254925 and remove the last remaining sysctl name list macro. TheJohn Baldwin2013-10-231-72/+0
* - Add parentheses to all internet addressesKevin Lo2013-10-191-26/+26
* Treat INADDR_NONE as uint32_t.Kevin Lo2013-10-151-1/+1
* Remove most of the remaining sysctl name list macros. They were onlyJohn Baldwin2013-08-261-18/+0
* Move IPPROTO_IPV6 from #ifdef __BSD_VISIBLE to #if __POSIX_VISIBLE >= 201112Colin Percival2013-04-271-1/+1
* Switch the entire IPv4 stack to keep the IP packet headerGleb Smirnoff2012-10-221-27/+0
* Add a IP_RECVTOS socket option to receive for received UDP/IPv4Michael Tuexen2012-06-121-0/+1
* Add IPPROTO_MPLS (rfc4023) IP protocol definitionEd Maste2012-05-271-0/+1
* Add support for IPv4 /31 prefixes, as described in RFC3021.Gleb Smirnoff2011-10-151-0/+2
* Make the RPC specific __rpc_inet_ntop() and __rpc_inet_pton() generalAttilio Rao2010-09-241-0/+2
* MFp4: anchie_soc2009 branch:Ana Kukec2010-08-191-0/+1
* Add definition of IPv6 mobility header's protocol number, as assigned byXin LI2010-03-311-0/+1
* bring in several cleanups tested in ipfw3-head branch, namely:Luigi Rizzo2009-12-281-0/+26
* Add new sockopt names for ipfw and dummynet.Luigi Rizzo2009-12-021-0/+8
* Move inet_aton() (specular to inet_ntoa(), already present in libkern)Attilio Rao2009-11-121-0/+1
* Move the duplicate definition of struct sockaddr_storage to its ownPoul-Henning Kamp2009-09-081-21/+1
* - Rename IP_NONLOCALOK IP socket option to IP_BINDANY, to be more consistentPawel Jakub Dawidek2009-06-011-2/+1
* Namespace: Defining htonl() and friends here instead of arpa/inet.h isDavid Schultz2009-03-141-2/+2
* Merge IGMPv3 and Source-Specific Multicast (SSM) to the FreeBSDBruce M Simpson2009-03-091-0/+1
* Add various defines/macros required by IGMPv3:Bruce M Simpson2009-03-041-1/+10
* Better comment what the socket option does. Thanks to Sam LefflerAdrian Chadd2009-01-091-1/+2
* Implement a new IP option (not compiled/enabled by default) to allowAdrian Chadd2009-01-091-0/+1
* Rather than using hidden includes (with cicular dependencies),Bjoern A. Zeeb2008-12-021-4/+0