summaryrefslogtreecommitdiffstats
path: root/sys/netinet6/in6_proto.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Copy the user provided sockaddr into a normalized sockaddr in rtrequest()claudio2019-06-131-1/+2
* Retire dom_rtkeylen from struct domain. Nothing is using this anymore.claudio2018-11-191-2/+1
* rework gif to be more consistent.dlg2018-02-101-2/+18
* update the gre driver.dlg2018-02-071-1/+19
* Constify protocol tables and remove an assert now that ip_deliver() ismpi2017-11-231-2/+2
* Drop all Ethernet-in-IP support from gif(4)jca2017-11-171-14/+1
* Remove inet6 etherip sysctl entriesjca2017-11-151-3/+1
* Finish off pr_drain functions, they haven't been used since 2006.florian2017-11-051-2/+1
* Move PRU_DETACH out of pr_usrreq into per proto pr_detachflorian2017-11-021-2/+16
* Get rid of ip6.maxifprefixes and ip6.maxifdefrouters, the kernel noflorian2017-07-131-3/+1
* The function name ip4_input() is confusing as it also handles IPv6bluhm2017-05-181-3/+3
* The large and nested GIF #ifdef in protosw made it hard to figurebluhm2017-05-171-30/+16
* Remove rip_output() and rip6_output() from inetsw and inet6sw. Thebluhm2017-05-091-14/+1
* Move PRU_ATTACH out of the pr_usrreq functions into pr_attach.claudio2017-03-131-4/+20
* Convert domain declarations to C99 initializers.mpi2017-03-021-8/+12
* Use c99 struct initialization with protosw.dhill2017-02-221-90/+187
* Change the IPv4 pr_input function to the way IPv6 is implemented,bluhm2017-01-291-8/+8
* Remove PIM support from the multicast stack.rzalamena2016-12-221-12/+1
* Kill sysctl net.inet6.ip6.rr_prunejca2016-06-011-3/+1
* Remove sysctl net.inet6.ip6.v6onlyjca2016-05-191-2/+1
* Get rid of rt_mask() and stop allocating a "struct sockaddr" for everympi2015-12-031-2/+2
* Implement etherip(4) drivergoda2015-12-031-1/+13
* Initialize the routing table before domains.mpi2015-10-071-3/+3
* Merge gif(4)'s tentacles in a single file.mpi2015-09-281-2/+2
* Make every subsystem using a radix tree call rn_init() and pass thempi2015-09-041-2/+1
* Use a global table for domains instead of building a list at run time.mpi2015-08-301-2/+2
* Abstract the routing table internals behind an rtable_* API.mpi2015-07-181-10/+3
* unifdef INET in net code as a precursor to removing the pretend option.tedu2014-12-191-9/+1
* Explicitly include <net/if_var.h> instead of pulling it in <net/if.h>.mpi2014-12-051-1/+2
* Nuke net.inet6.icmp6.rediraccept and allow redirects on interfacesflorian2014-08-271-2/+1
* Keep pim code under #ifdef PIM to be coherent with what's in netinet/.mpi2014-08-191-4/+4
* Fewer <netinet/in_systm.h> !mpi2014-07-221-2/+1
* introduce the IFXF_AUTOCONF6 interface flag which controls wether wehenning2014-07-111-2/+1
* Remove rfc 4620 Node Information Query support (from the kernel).benno2014-07-111-2/+1
* Set default of net.inet6.icmp6.nodeinfo to 0,benno2014-07-091-2/+2
* There are gasps of shock! Add a pmtu delay sysctl BUTTON for netinet6,deraadt2013-10-211-9/+2
* The header file netinet/in_var.h included netinet6/in6_var.h. Thisbluhm2013-10-171-3/+2
* Instead of having various extern declarations for protocol variables,mpi2013-04-241-3/+2
* Allow raw IPv6 sockets for IPsec protocols. IPv4 does the same.bluhm2013-04-011-7/+7
* tedu faith(4), suggested by todd@ some weeks ago after a submission bympi2013-03-141-2/+1
* Expand the socket splicing functionality from TCP to UDP. Mergebluhm2013-01-171-2/+2
* Direct IPv6 packets with Ethernet encapsulation into the appropriatemikeb2012-03-151-2/+8
* - use nitems(); no binary changejasper2011-03-311-2/+2
* Don't process ICMP6 redirects by default anymore. This is in line withclaudio2011-03-231-2/+2
* Add socket option SO_SPLICE to splice together two TCP sockets.bluhm2011-01-071-2/+2
* remove some unused netinet6 codejsg2010-07-081-8/+1
* IPv6 support for divert sockets.michele2009-11-051-3/+15
* delay /etc/netstart until IPv6-DAD (dup-address-detection) is completed.markus2008-11-251-1/+2
* From KAME, allow adjustable limits on NDP entries and discovered routes.mcbride2008-06-111-1/+5
* Remove {tcp/udp}6_usrreq(); Since the normal ones nowthib2008-05-241-3/+3