| Commit message (Expand) | Author | Age | Files | Lines |
* | add IPPROTO_SCTP, ok claudio@ |  sthen | 2021-01-18 | 1 | -1/+2 |
* | Extend IP_ADD_MEMBERSHIP to also support struct ip_mreqn. |  claudio | 2021-01-07 | 1 | -1/+7 |
* | Convert ip_sysctl to sysctl_bounded_args |  gnezdo | 2020-08-22 | 1 | -45/+1 |
* | remove mobileip(4) |  dlg | 2019-11-04 | 1 | -2/+2 |
* | make whitespace in the IPPROTO defines consistent. no functional change. |  dlg | 2019-10-25 | 1 | -13/+13 |
* | +#define IPPROTO_UDPLITE 136, as per RFC 3828 and the IANA allocation |  dlg | 2019-10-25 | 1 | -1/+2 |
* | Kernel is missing propper input validation when configuring addresses. |  bluhm | 2019-10-23 | 1 | -1/+2 |
* | Expose net.inet.ip.arpq.drops to help debug what's going on when a lot |  florian | 2018-10-13 | 1 | -2/+5 |
* | Convert inetctlerrmap to u_char like inet6ctlerrmap. That is also |  bluhm | 2018-09-11 | 1 | -3/+3 |
* | Introduce new IPsec (per-CPU) statistics and refactor ESP input |  mpi | 2018-07-10 | 1 | -3/+4 |
* | The global zero addresses must not change, mark them constant. |  bluhm | 2018-06-07 | 1 | -2/+2 |
* | Revert all the bits of the autocreate 127.0.0.1 on lo(4) creation for now. |  claudio | 2018-03-02 | 1 | -2/+1 |
* | Similar to the IPv6 case create 127.0.0.1/8 on lo(4) interfaces which act |  claudio | 2018-02-10 | 1 | -1/+2 |
* | Sprinkle some NET_ASSERT_LOCKED(), const and co to prepare running |  mpi | 2017-11-20 | 1 | -2/+2 |
* | Introduce ipsec_sysctl() and move IPsec tunables where they belong. |  mpi | 2017-11-14 | 1 | -13/+13 |
* | Kill the divert-packet socket option IP_DIVERTFL to filter packets. |  bluhm | 2017-10-06 | 1 | -6/+1 |
* | Validate sockaddr from userland in central functions. This results |  bluhm | 2017-08-11 | 1 | -1/+2 |
* | Introduce ipv{4,6}_input(), two wrappers around IP queues. |  mpi | 2017-05-30 | 1 | -2/+3 |
* | Introduce sstosa() for converting sockaddr_storage with a type safe |  bluhm | 2017-05-04 | 1 | -4/+4 |
* | Move the typedefs for in_{addr,port}_t from <sys/types.h> to |  guenther | 2017-02-04 | 1 | -1/+7 |
* | Remove PIM support from the multicast stack. |  rzalamena | 2016-12-22 | 1 | -2/+2 |
* | Implement a sockaddr_ntop() function that works like inet_ntop() but prints |  claudio | 2016-09-04 | 1 | -6/+6 |
* | Add IP_SENDSRCADDR cmsg for UDP sockets. As suggested by sthen@, |  vgross | 2016-08-16 | 1 | -1/+3 |
* | Add sysctl for arp timers: net.inet.ip.arptimeout (expire timer for resolved |  chris | 2016-06-28 | 1 | -2/+8 |
* | Add umb(4) - a driver for the Mobile Broadband Interface Model (MBIM) |  gerhard | 2016-06-15 | 1 | -1/+2 |
* | add a new getsockopt option IP_IPDEFTTL to retrieve the default ttl. |  benno | 2015-10-20 | 1 | -1/+2 |
* | Remove support for storing credentials and auth information in the kernel. |  mikeb | 2015-04-14 | 1 | -5/+5 |
* | replace the use of ifqueues for most input queues serviced by netisr |  dlg | 2015-04-10 | 1 | -2/+2 |
* | Implement 2 sysctl to retrieve the multicast forwarding cache (mfc) and the |  claudio | 2015-02-09 | 1 | -3/+9 |
* | Explicitly include <net/if_var.h> instead of pulling it in <net/if.h>. |  mpi | 2014-12-05 | 1 | -1/+3 |
* | Since in_broadcast() is now used to always iterate on all the interfaces |  mpi | 2014-11-25 | 1 | -2/+2 |
* | Tackle the endian.h mess. Make it so that: |  guenther | 2014-07-12 | 1 | -2/+10 |
* | Kill in_localaddr(), one less usage of the global list of IPv4 addresses. |  mpi | 2014-04-25 | 1 | -2/+1 |
* | remove a define in an #ifdef notyet - "not yet" for 19 years gotta be |  henning | 2014-04-21 | 1 | -7/+1 |
* | annotate all #endifs to make clear what #if(def) they end |  henning | 2014-04-21 | 1 | -9/+8 |
* | cosmetic changes regarding #ifdef to make things more obvious, ok reyk |  henning | 2014-04-21 | 1 | -4/+4 |
* | move in_cksum_phdr from in.h (under #ifdef _KERNEL, at least) to ip_output.c |  henning | 2014-04-20 | 1 | -32/+1 |
* | nuke in_cksum_addword() |  henning | 2014-04-20 | 1 | -17/+1 |
* | put the in{,6}_delayed_cksum() and in{,6}_proto_cksum_out() prototypes |  naddy | 2014-01-23 | 1 | -2/+1 |
* | Replace most of our formating functions to convert IPv4/6 addresses from |  mpi | 2013-11-11 | 1 | -1/+3 |
* | Remove the number of in_var.h inclusions by moving some functions and |  mpi | 2013-10-23 | 1 | -2/+8 |
* | No need to expose twice in_socktrim(), it is only used in one file. |  mpi | 2013-10-23 | 1 | -2/+1 |
* | Remove some historical comments. |  deraadt | 2013-10-21 | 1 | -6/+1 |
* | Introduce in_ifdetach() a function to remove all the IPv4 addresses |  mpi | 2013-10-09 | 1 | -1/+2 |
* | Convert the satosin, sintosa, ifatoia, satosin6, sin6tosa, ifatoia6 |  bluhm | 2013-03-28 | 1 | -4/+29 |
* | Add the IP_DIVERTFL socket option on divert(4) sockets to control |  benno | 2012-10-21 | 1 | -1/+5 |
* | Improve POSIX/SUS compliance of <netdb.h>, <sys/socket.h>, and <sys/un.h>. |  guenther | 2012-09-15 | 1 | -1/+6 |
* | add IP_IPSECFLOWINFO option to sendmsg() and recvmsg(), so npppd(4) |  markus | 2012-07-16 | 1 | -1/+2 |
* | Instead of <arpa/inet.h> pulling in <netinet/in.h>, just copy in the |  guenther | 2012-07-10 | 1 | -1/+6 |
* | Improve compliance for <arpa/inet.h> and <netinet/in.h> to define/declare |  guenther | 2012-06-26 | 1 | -3/+18 |