summaryrefslogtreecommitdiffstats
path: root/sys/netinet/in.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* add IPPROTO_SCTP, ok claudio@sthen2021-01-181-1/+2
* Extend IP_ADD_MEMBERSHIP to also support struct ip_mreqn.claudio2021-01-071-1/+7
* Convert ip_sysctl to sysctl_bounded_argsgnezdo2020-08-221-45/+1
* remove mobileip(4)dlg2019-11-041-2/+2
* make whitespace in the IPPROTO defines consistent. no functional change.dlg2019-10-251-13/+13
* +#define IPPROTO_UDPLITE 136, as per RFC 3828 and the IANA allocationdlg2019-10-251-1/+2
* Kernel is missing propper input validation when configuring addresses.bluhm2019-10-231-1/+2
* Expose net.inet.ip.arpq.drops to help debug what's going on when a lotflorian2018-10-131-2/+5
* Convert inetctlerrmap to u_char like inet6ctlerrmap. That is alsobluhm2018-09-111-3/+3
* Introduce new IPsec (per-CPU) statistics and refactor ESP inputmpi2018-07-101-3/+4
* The global zero addresses must not change, mark them constant.bluhm2018-06-071-2/+2
* Revert all the bits of the autocreate 127.0.0.1 on lo(4) creation for now.claudio2018-03-021-2/+1
* Similar to the IPv6 case create 127.0.0.1/8 on lo(4) interfaces which actclaudio2018-02-101-1/+2
* Sprinkle some NET_ASSERT_LOCKED(), const and co to prepare runningmpi2017-11-201-2/+2
* Introduce ipsec_sysctl() and move IPsec tunables where they belong.mpi2017-11-141-13/+13
* Kill the divert-packet socket option IP_DIVERTFL to filter packets.bluhm2017-10-061-6/+1
* Validate sockaddr from userland in central functions. This resultsbluhm2017-08-111-1/+2
* Introduce ipv{4,6}_input(), two wrappers around IP queues.mpi2017-05-301-2/+3
* Introduce sstosa() for converting sockaddr_storage with a type safebluhm2017-05-041-4/+4
* Move the typedefs for in_{addr,port}_t from <sys/types.h> toguenther2017-02-041-1/+7
* Remove PIM support from the multicast stack.rzalamena2016-12-221-2/+2
* Implement a sockaddr_ntop() function that works like inet_ntop() but printsclaudio2016-09-041-6/+6
* Add IP_SENDSRCADDR cmsg for UDP sockets. As suggested by sthen@,vgross2016-08-161-1/+3
* Add sysctl for arp timers: net.inet.ip.arptimeout (expire timer for resolvedchris2016-06-281-2/+8
* Add umb(4) - a driver for the Mobile Broadband Interface Model (MBIM)gerhard2016-06-151-1/+2
* add a new getsockopt option IP_IPDEFTTL to retrieve the default ttl.benno2015-10-201-1/+2
* Remove support for storing credentials and auth information in the kernel.mikeb2015-04-141-5/+5
* replace the use of ifqueues for most input queues serviced by netisrdlg2015-04-101-2/+2
* Implement 2 sysctl to retrieve the multicast forwarding cache (mfc) and theclaudio2015-02-091-3/+9
* Explicitly include <net/if_var.h> instead of pulling it in <net/if.h>.mpi2014-12-051-1/+3
* Since in_broadcast() is now used to always iterate on all the interfacesmpi2014-11-251-2/+2
* Tackle the endian.h mess. Make it so that:guenther2014-07-121-2/+10
* Kill in_localaddr(), one less usage of the global list of IPv4 addresses.mpi2014-04-251-2/+1
* remove a define in an #ifdef notyet - "not yet" for 19 years gotta behenning2014-04-211-7/+1
* annotate all #endifs to make clear what #if(def) they endhenning2014-04-211-9/+8
* cosmetic changes regarding #ifdef to make things more obvious, ok reykhenning2014-04-211-4/+4
* move in_cksum_phdr from in.h (under #ifdef _KERNEL, at least) to ip_output.chenning2014-04-201-32/+1
* nuke in_cksum_addword()henning2014-04-201-17/+1
* put the in{,6}_delayed_cksum() and in{,6}_proto_cksum_out() prototypesnaddy2014-01-231-2/+1
* Replace most of our formating functions to convert IPv4/6 addresses frommpi2013-11-111-1/+3
* Remove the number of in_var.h inclusions by moving some functions andmpi2013-10-231-2/+8
* No need to expose twice in_socktrim(), it is only used in one file.mpi2013-10-231-2/+1
* Remove some historical comments.deraadt2013-10-211-6/+1
* Introduce in_ifdetach() a function to remove all the IPv4 addressesmpi2013-10-091-1/+2
* Convert the satosin, sintosa, ifatoia, satosin6, sin6tosa, ifatoia6bluhm2013-03-281-4/+29
* Add the IP_DIVERTFL socket option on divert(4) sockets to controlbenno2012-10-211-1/+5
* Improve POSIX/SUS compliance of <netdb.h>, <sys/socket.h>, and <sys/un.h>.guenther2012-09-151-1/+6
* add IP_IPSECFLOWINFO option to sendmsg() and recvmsg(), so npppd(4)markus2012-07-161-1/+2
* Instead of <arpa/inet.h> pulling in <netinet/in.h>, just copy in theguenther2012-07-101-1/+6
* Improve compliance for <arpa/inet.h> and <netinet/in.h> to define/declareguenther2012-06-261-3/+18