summaryrefslogtreecommitdiffstats
path: root/sys/netinet6/raw_ip6.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* make sure we do not overwrite checksum field on shared mbuf.itojun2004-08-231-6/+13
| | | | markus, henning, deraadt, mcbride ok
* support IPV6_USE_MIN_MTU, to make BIND9 better.itojun2004-06-121-3/+1
| | | | (sorry about the mess yesterday)
* 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
| | | | markus ok
* 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
| | | | | | | to built-ins, so eventually we will have one version of these files. Special adjustments for the kernel to cope: machine/stdarg.h -> sys/stdarg.h and machine/ansi.h needs to have a _BSD_VA_LIST_ for syslog* prototypes. okay millert@, drahn@, miod@.
* 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
| | | | cleanup IPv6 flowlabel handling. deraadt ok
* 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
| | | | rescinded 22 July 1999. Proofed by myself and Theo.
* don't use M_WAIT here. we could be in splnet, and caller may not beitojun2003-05-271-2/+6
| | | | xx_usrreq. henning ok
* 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
| | | | rip6 stats. sync w/kame
* 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
| | | | the ANSI way.
* 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
makes upgrades/code sharing much easier.