summaryrefslogtreecommitdiffstats
path: root/sys/netinet6
Commit message (Expand)AuthorAgeFilesLines
* s/IPSEC_IPV6FWD/IPSEC/. this avoids unexpected behavior on ipv6 fowarding.itojun2000-07-161-10/+10
* remove m_pulldown statistics, which is highly experimental and does notitojun2000-07-121-14/+0
* correct rtentry reference count in in6_ifloop_request().itojun2000-07-121-3/+5
* Suppress a warning message about trigraphs.grog2000-07-071-1/+1
* add list of KAME files - may not be 100% correctitojun2000-07-051-0/+53
* split net.inet6.ip6.rtexpire (and others) from net.inet.ip.*.itojun2000-07-052-4/+12
* correct compilation with IPSEC_IPV6FWD.itojun2000-07-051-0/+1
* sync with kame tree as of july00. tons of bug fixes/improvements.itojun2000-07-0465-6148/+11365
* Previous commit changing SYSCTL_HANDLER_ARGS violated KNF.phk2000-07-042-2/+2
* Style police catches up with rev 1.26 of src/sys/sys/sysctl.h:phk2000-07-032-2/+2
* Inhibit successful DAD messages and "no default interface" messages.ume2000-06-221-2/+4
* correct bad TTL with packets generated by v4 mapped udp. from kameitojun2000-06-221-0/+7
* Back out the previous change to the queue(3) interface.jake2000-05-268-19/+19
* Just need to pass the address family to if_simloop(), not the whole sockaddr.archie2000-05-242-2/+2
* Change the way that the queue(3) structures are declared; don't assume thatjake2000-05-238-19/+19
* Fixed missing prototype for inet6_rthdr_reverse().bde2000-05-111-0/+2
* Add missing include machine/in_cksum.h.ps2000-05-091-0/+2
* Remove unneeded #include <sys/kernel.h>phk2000-04-299-9/+0
* Remove ~25 unneeded #include <sys/conf.h>phk2000-04-199-9/+0
* even if nd6_nud_hint is called, do not change a neighbor's statussumikawa2000-04-171-1/+1
* Support per socket based IPv4 mapped IPv6 addr enable/disable control.shin2000-04-012-5/+5
* in6_pcb.c:green2000-03-221-3/+2
* Backout the previous change to __KAME_VERSION (FreeBSD4.x addition),shin2000-03-131-1/+1
* Change __KAME_VERSION value. Added the word "FreeBSD4.x" to identify theshin2000-03-121-1/+1
* Forbid include of netinet6/ip6.h from user-land, and if included,shin2000-03-111-2/+0
* Replace m_pkthdr.rcvif with oif when oif is not NULL, to countshin2000-03-111-0/+2
* Initialize mbuf pointer at getting ipsec policy.shin2000-03-091-8/+6
* Update icmp node info query message bit order of query types,shin2000-03-092-17/+25
* CMSG_XXX macros alignment fixes to follow RFC2292.shin2000-03-031-2/+2
* At detaching IPv6 raw socket, also finish IPv6 multicast router.shin2000-02-271-0/+2
* Clean up some loose ends in the network code, including the X.25 and ISOpeter2000-02-131-2/+1
* Prototype fix for IPsec authentication related functionsshin2000-02-102-11/+13
* Forbid include of soem inet6 header files from wrong placeshin2000-02-103-0/+14
* IPv6 prefix assignment bug fixes.shin2000-02-071-3/+44
* Permit site local addr in IPv6 source address selection rule.shin2000-02-071-2/+23
* Add ip6fw.shin2000-01-294-0/+1375
* Backout diffs which should not be included.shin2000-01-282-2/+0
* #This is a null commit to give correct description for the previous change.shin2000-01-282-0/+2
* Sorry I didn't commit these files at the commit just a few minutes before.shin2000-01-285-1/+2197
* IPv6 multicast routing.shin2000-01-281-0/+6
* Added ip6_forwarding check when prefix related ioctl is called.shin2000-01-271-0/+2
* Move the *intrq variables into net/intrq.c and unconditionallybrian2000-01-241-1/+3
* Merge a bug fix from freebsd-current; check m != NULL before touching it,shin2000-01-181-1/+1
* fix kernel panic at rtfree() in INET6 enabled envrionment.shin2000-01-161-2/+0
* Fixed the problem that IPsec connection hangs when bigger data is sent.shin2000-01-152-8/+6
* wrapped prototype declarations by __P(())shin2000-01-151-6/+8
* add forward declarations, and small cosmetic changes.shin2000-01-152-2/+8
* fix wrong name which is hidden by wrong ifdef.shin2000-01-131-1/+1
* Change struct sockaddr_storage member name, because following changeshin2000-01-132-35/+35
* removed an ours case which think a packet destined to loopback interfaceshin2000-01-131-5/+1
OpenPOWER on IntegriCloud