| Commit message (Expand) | Author | Age | Files | Lines |
* | Initialize the routing table before domains. |  mpi | 2015-10-07 | 1 | -3/+3 |
* | Merge gif(4)'s tentacles in a single file. |  mpi | 2015-09-28 | 1 | -2/+2 |
* | Make every subsystem using a radix tree call rn_init() and pass the |  mpi | 2015-09-04 | 1 | -2/+1 |
* | Use a global table for domains instead of building a list at run time. |  mpi | 2015-08-30 | 1 | -2/+2 |
* | Abstract the routing table internals behind an rtable_* API. |  mpi | 2015-07-18 | 1 | -10/+3 |
* | unifdef INET in net code as a precursor to removing the pretend option. |  tedu | 2014-12-19 | 1 | -9/+1 |
* | Explicitly include <net/if_var.h> instead of pulling it in <net/if.h>. |  mpi | 2014-12-05 | 1 | -1/+2 |
* | Nuke net.inet6.icmp6.rediraccept and allow redirects on interfaces |  florian | 2014-08-27 | 1 | -2/+1 |
* | Keep pim code under #ifdef PIM to be coherent with what's in netinet/. |  mpi | 2014-08-19 | 1 | -4/+4 |
* | Fewer <netinet/in_systm.h> ! |  mpi | 2014-07-22 | 1 | -2/+1 |
* | introduce the IFXF_AUTOCONF6 interface flag which controls wether we |  henning | 2014-07-11 | 1 | -2/+1 |
* | Remove rfc 4620 Node Information Query support (from the kernel). |  benno | 2014-07-11 | 1 | -2/+1 |
* | Set default of net.inet6.icmp6.nodeinfo to 0, |  benno | 2014-07-09 | 1 | -2/+2 |
* | There are gasps of shock! Add a pmtu delay sysctl BUTTON for netinet6, |  deraadt | 2013-10-21 | 1 | -9/+2 |
* | The header file netinet/in_var.h included netinet6/in6_var.h. This |  bluhm | 2013-10-17 | 1 | -3/+2 |
* | Instead of having various extern declarations for protocol variables, |  mpi | 2013-04-24 | 1 | -3/+2 |
* | Allow raw IPv6 sockets for IPsec protocols. IPv4 does the same. |  bluhm | 2013-04-01 | 1 | -7/+7 |
* | tedu faith(4), suggested by todd@ some weeks ago after a submission by |  mpi | 2013-03-14 | 1 | -2/+1 |
* | Expand the socket splicing functionality from TCP to UDP. Merge |  bluhm | 2013-01-17 | 1 | -2/+2 |
* | Direct IPv6 packets with Ethernet encapsulation into the appropriate |  mikeb | 2012-03-15 | 1 | -2/+8 |
* | - use nitems(); no binary change |  jasper | 2011-03-31 | 1 | -2/+2 |
* | Don't process ICMP6 redirects by default anymore. This is in line with |  claudio | 2011-03-23 | 1 | -2/+2 |
* | Add socket option SO_SPLICE to splice together two TCP sockets. |  bluhm | 2011-01-07 | 1 | -2/+2 |
* | remove some unused netinet6 code |  jsg | 2010-07-08 | 1 | -8/+1 |
* | IPv6 support for divert sockets. |  michele | 2009-11-05 | 1 | -3/+15 |
* | delay /etc/netstart until IPv6-DAD (dup-address-detection) is completed. |  markus | 2008-11-25 | 1 | -1/+2 |
* | From KAME, allow adjustable limits on NDP entries and discovered routes. |  mcbride | 2008-06-11 | 1 | -1/+5 |
* | Remove {tcp/udp}6_usrreq(); Since the normal ones now |  thib | 2008-05-24 | 1 | -3/+3 |
* | remove tcp_drain code since it's not longer used; ok henning, feedback thib |  markus | 2008-05-06 | 1 | -3/+3 |
* | add sysctl entry points into various network layers, in particular to |  deraadt | 2007-12-14 | 1 | -3/+3 |
* | Reduce ip6_hdrnestlimit from 50 to 10. Normal IPv6 packets should not have |  claudio | 2007-05-03 | 1 | -2/+2 |
* | introduce sysctl net.inet6.ip6.multicast_mtudisc (for multicast routers). |  itojun | 2006-11-21 | 1 | -1/+2 |
* | Add support for equal-cost multipath IP. |  pascoe | 2006-06-18 | 1 | -1/+2 |
* | SZpelling. |  pascoe | 2006-06-16 | 1 | -2/+2 |
* | Do the same thing as for IPv4. Use a sysctl to enable/disable mfrowarding |  claudio | 2006-05-27 | 1 | -1/+6 |
* | bye bye more compile time knobs, use the sysctl to enable v6 forwarding. |  brad | 2005-10-14 | 1 | -11/+3 |
* | Convert carp(4) to behave more like a regular interface, much in the same |  mcbride | 2004-12-07 | 1 | -2/+2 |
* | g/c ip6_flow_seq. found by mcbride. mcbride ok |  itojun | 2004-10-18 | 1 | -2/+1 |
* | radix tree with multipath support. from kame. deraadt ok |  itojun | 2004-04-25 | 1 | -1/+8 |
* | Add IPv6 support to CARP. |  mcbride | 2003-10-31 | 1 | -1/+13 |
* | make net.inet6.ip6.redirect actually work. from kame |  itojun | 2003-08-07 | 1 | -6/+2 |
* | Remove the advertising clause in the UCB license which Berkeley |  millert | 2003-06-02 | 1 | -6/+2 |
* | pmtu_probe is not used anywhere (it is used in KAME TCP6-only code). |  itojun | 2002-11-11 | 1 | -2/+1 |
* | set use_deprecated back to 1. sync w/kame |  itojun | 2002-08-20 | 1 | -2/+2 |
* | set default value for use_deprecated to 0, to avoid consequences with ftpd. |  itojun | 2002-08-17 | 1 | -2/+2 |
* | whitespace cleanup |  itojun | 2002-06-09 | 1 | -9/+9 |
* | move IPV6_CHECKSUM processing to ip6_raw_ctloutput(). bunch of KNFs. |  itojun | 2002-06-07 | 1 | -2/+2 |
* | just for consistency/compatibility, have net.inet6.ip6.v6only sysctl MIB, |  itojun | 2002-06-07 | 1 | -1/+2 |
* | move per-interface ip6/icmp6 stat to ifnet->if_afdata. sync w/kame |  itojun | 2002-05-29 | 1 | -2/+3 |
* | limit number of IPv6 fragments (not the fragment queue size) to |  itojun | 2002-05-28 | 1 | -1/+2 |