summaryrefslogtreecommitdiffstats
path: root/sys/netinet6/raw_ip6.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* MALLOC/FREE -> malloc/freechl2007-10-291-4/+4
* apply the "skip ipsec if there are no flows" speedup diff to IPv6 too.henning2007-06-011-2/+2
* Consistently spell FALLTHROUGH to appease lint.jsg2007-02-141-2/+2
* switch IPv6 advanced API from RFC2292 to RFC3542 (2292 is superseded by 3542).itojun2006-12-091-7/+9
* Do the same thing as for IPv4. Use a sysctl to enable/disable mfrowardingclaudio2006-05-271-1/+9
* Use more queue macros rather than doing it by hand; ok otto@ krw@miod2006-03-051-4/+3
* make sure we do not overwrite checksum field on shared mbuf.itojun2004-08-231-6/+13
* support IPV6_USE_MIN_MTU, to make BIND9 better.itojun2004-06-121-3/+1
* back out tree breakage. Like, come onderaadt2004-06-111-1/+3
* support IPV6_USE_MIN_MTU, which is needed to run BIND9 well. from kameitojun2004-06-111-3/+1
* correct arg to in6_cksum. keiichi@kameitojun2004-04-221-2/+2
* put an mi wrapper around stdarg.h/varargs.h. gcc3 moved stdarg/varargs macrosespie2004-01-031-2/+2
* use CIRCLEQ* for pcb's; ok deraadt, henning, mcbride, with help from canacarmarkus2003-12-211-5/+2
* use random number generator to generate IPv6 fragment ID/flowlabel.itojun2003-10-011-4/+1
* m_copyback()'s 4th arg is const void *, nuke (caddr_t) casts.jason2003-08-141-3/+3
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
* don't use M_WAIT here. we could be in splnet, and caller may not beitojun2003-05-271-2/+6
* fix pointer signedness mixup. sync w/kameitojun2002-09-111-3/+3
* KNF - return is not a function. sync w/kameitojun2002-09-111-4/+4
* remove unused extern decl (commented out). sync w/kameitojun2002-07-201-2/+1
* whitespace cleanupitojun2002-06-091-3/+3
* splnet -> splsoftnet where appropriateitojun2002-06-081-2/+2
* styleitojun2002-06-071-4/+3
* move IPV6_CHECKSUM processing to ip6_raw_ctloutput(). bunch of KNFs.itojun2002-06-071-45/+54
* check sa_len/family strictlyitojun2002-03-191-1/+11
* Kill #if __STDC__ used to do K&R vs. ANSI varargs/stdarg; just do thingsmillert2002-03-151-7/+1
* First round of __P removal in sysmillert2002-03-141-2/+2
* whitespace/comment sync with kameitojun2001-12-071-7/+7
* remove kame IPSEC code within #ifdef.itojun2001-12-061-23/+1
* Move offsetof define into sys/param.hcsapuntz2001-04-061-3/+1
* avoid possible align issue. sync with kameitojun2001-03-041-14/+7
* oops, remove #ifdef __fooBSD__.itojun2001-02-161-21/+1
* pull in new pcb notification code from kame. better handling of scope address.itojun2001-02-161-20/+82
* witch raw ip6 socket code from NRL to kame.itojun2001-02-081-0/+813