summaryrefslogtreecommitdiffstats
path: root/sys/netinet6/raw_ip6.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Kill yet another argument to functions in IPv6. This time ip6_output'sclaudio2015-09-111-2/+2
* in6_embedscope() needs to lose some weight. Remove the last argument.claudio2015-09-111-2/+2
* It is time to put inet6 on a diet. Use the flensing knife and cut outclaudio2015-09-101-2/+2
* Kill icmp6_ifstat_inc() and associated per-ifp storage.mpi2015-09-091-4/+2
* Kill a couple of if_get()s only needed to increment per-ifp IPv6 stats.mpi2015-09-091-10/+4
* Implement pf divert-reply for raw sockets. Note that an emptybluhm2015-07-281-1/+4
* iDo not link an ICMP6 socket to the pf state. When multiple ICMPbluhm2015-07-281-2/+3
* m_freem() can handle NULL, do not check for this condition beforehands.deraadt2015-07-151-11/+7
* Get rid of the undocumented & temporary* m_copy() macro added formpi2015-06-301-2/+2
* Store a unique ID, an interface index, rather than a pointer to thempi2015-06-161-5/+10
* More damned eye searing whitespace. No change to .o files.krw2015-06-081-7/+7
* Do not check if the interface index matches the scope when all we wantmpi2015-03-041-2/+2
* Userland (base & ports) was adapted to always include <netinet/in.h>deraadt2015-01-241-4/+5
* Explicitly include <net/if_var.h> instead of pulling it in <net/if.h>.mpi2014-12-051-1/+2
* To implement transparent relays for connectionless protocols, thebluhm2014-11-091-1/+6
* Don't check for an empty list of interfaces. This is never true even ifmpi2014-10-141-6/+2
* Fewer <netinet/in_systm.h> !mpi2014-07-221-2/+1
* add a size argument to free. will be used soon, but for now default to 0.tedu2014-07-121-2/+2
* Invert the signature logic of in{,6}_selectsrc, make them return thejca2014-04-181-13/+9
* "struct pkthdr" holds a routing table ID, not a routing domain one.mpi2014-04-141-3/+3
* Name the local variables for struct ifaddr consistently "ifa".bluhm2014-01-081-4/+4
* Switch inpt_queue from CIRCLEQ to TAILQ. Thus ending use of CIRCLEQkrw2013-12-201-2/+2
* Remove unused proc argument in in6_control().mpi2013-11-221-2/+2
* Back when some NRL code was merged into KAME to create the *BSD IPV6deraadt2013-10-231-84/+63
* Put a large chunk of the IPv6 rdomain support in-tree.phessler2013-10-201-4/+5
* The header file netinet/in_var.h included netinet6/in6_var.h. Thisbluhm2013-10-171-2/+2
* Implement pf divert-to and divert-reply also for IPv6 raw sockets.bluhm2013-06-041-1/+18
* Pass the routing domain to IPv6 pr_ctlinput() like in IPv4.bluhm2013-06-011-2/+2
* Remove a bunch of sockaddr_in6 pointer casts and replace othersbluhm2013-05-311-4/+4
* The function rip6_ctlinput() claims that sa6_src is constant tobluhm2013-05-311-5/+5
* tedu broken Resource Reservation Protocol code that was ifdef RSVP_ISI.mpi2013-05-021-2/+1
* Make the SO_BINDANY socket option also work for raw IPv6 sockets.bluhm2013-04-071-1/+2
* There is no IPv6 default scope in OpenBSD. Remove leftovers.bluhm2013-04-011-28/+1
* The call to in_pcballoc() in user request attach was handled inbluhm2013-03-311-8/+4
* Restrict protocol numbers for raw sockets to the range from 0 to 255.bluhm2013-03-301-1/+5
* no need for a lot of code to include proc.htedu2013-03-281-2/+1
* Unfortunately the satosin, sintosa, ifatoia, satosin6, sin6tosa,bluhm2013-03-281-2/+1
* tedu faith(4), suggested by todd@ some weeks ago after a submission bympi2013-03-141-13/+1
* Replace the cast to struct in6_ifaddr pointer with the ifatoia6() macro.bluhm2013-03-041-2/+2
* Add the IP_DIVERTFL socket option on divert(4) sockets to controlbenno2012-10-211-3/+36
* rdomain support for IPv6sperreault2011-11-241-4/+8
* Revert the pf->socket linking diff.oga2011-05-131-21/+1
* Double link between pf states and sockets. Henning has alreadybluhm2011-04-241-1/+21
* Add the same SS_CANTRCVMORE check as was done in the other inputclaudio2011-04-041-1/+3
* remove proc.h include from uvm_map.h. This has far reaching effects, astedu2010-04-201-1/+2
* Initial support for routing domains. This allows to bind interfaces toclaudio2009-06-051-2/+3
* When accessing cached routes make sure the route is actually still valid.claudio2008-11-231-5/+4
* remove dead stores and newly created unused variables.chl2008-09-171-6/+1
* ANSIfy to sync with KAME. From Karl Sjodahl <dunceor@gmail.com>.mcbride2008-06-111-18/+7
* add sysctl entry points into various network layers, in particular toderaadt2007-12-141-1/+22