summaryrefslogtreecommitdiffstats
path: root/sys/netinet6
Commit message (Expand)AuthorAgeFilesLines
* 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
* added missing IPV6_PORTRANGE case.shin2000-01-131-0/+1
* remove unnecessary "$ifdef INET6"shin2000-01-131-2/+0
* tcp updates to support IPv6.shin2000-01-094-13/+69
* prevent kernel panic at suspend/resume.shin2000-01-031-1/+1
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"peter1999-12-2911-25/+25
* Getaddrinfo(), getnameinfo(), and etc support in libc/net.shin1999-12-281-1/+1
* IPSEC support in the kernel.shin1999-12-2229-282/+8764
* Change incorrect NULLs to 0seivind1999-12-214-15/+16
* M_PREPEND-related cleanups (unregisterifying struct mbuf *s).green1999-12-191-1/+1
* rtcalloc() is removed because it turned out not to be necessary for FreeBSD.shin1999-12-093-9/+5
* udp IPv6 support, IPv6/IPv4 tunneling support in kernel,shin1999-12-0722-216/+1245
* Just to avoid warning message about trigraph.shin1999-11-301-1/+1
* there's no memcmp() in kernel, use bcmp() instead.itojun1999-11-291-0/+8
* Removed IPSEC and IPV6FIREWALL because they are not ready yet.shin1999-11-239-12/+0
* KAME netinet6 basic part(no IPsec,no V6 Multicast Forwarding, no UDP/TCPshin1999-11-2237-116/+19991
* KAME related header files additions and merges.shin1999-11-052-0/+1286
OpenPOWER on IntegriCloud