summaryrefslogtreecommitdiffstats
path: root/sys/netinet6
Commit message (Expand)AuthorAgeFilesLines
* "struct route" is not sufficient. NetBSD PR 18751ume2003-01-082-0/+2
* don't reference a pkthdr after M_MOVE_PKTHDR has "remove it"; insteadsam2003-01-062-9/+7
* purge extraneous clears of M_PKTHDR since M_MOVE_PKTHDR does this alreadysam2003-01-062-3/+0
* Bah, just use %zu for printing size_t.mike2003-01-061-4/+4
* Cast return values of sizeof() to int so they can be printed with %d.mike2003-01-061-2/+2
* correct pkthdr length calculation for ipv6 echo packets; after moving a packetsam2003-01-051-3/+6
* Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,schweikh2003-01-013-4/+4
* Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/schweikh2002-12-302-3/+3
* Correct mbuf packet header propagation. Previously, packet headerssam2002-12-305-19/+21
* If the caller of rtrequest*(RTM_DELETE, ...) asked for a copy ofru2002-12-252-20/+4
* SMP locking for radix nodes.hsu2002-12-242-2/+11
* SMP locking for ifnet list.hsu2002-12-223-2/+19
* define HAVE_PPSRATECHECK now that we have this stuff in the kernelsam2002-12-201-0/+1
* o Untangle the confusion with the malloc flags {M_WAITOK, M_NOWAIT} andbmilekic2002-12-194-6/+6
* Lock up ifaddr reference counts.hsu2002-12-181-4/+4
* fixed a bug that IPv6 multicast packet is not forwarded if its packet size is...suz2002-12-161-1/+1
* plugged memory leakage in some erroneous casesume2002-10-311-5/+6
* last arg of in6?_gif_output() is not used any more.ume2002-10-172-3/+2
* use encapcheck.ume2002-10-161-16/+0
* - after gif_set_tunnel(), psrc/pdst may be null. set IFF_RUNNING accordingly.ume2002-10-162-27/+102
* Tie new "Fast IPsec" code into the build. This involves the usualsam2002-10-168-4/+153
* Replace aux mbufs with packet tags:sam2002-10-1613-208/+59
* s/__attribute__((__packed__))/__packed/galfred2002-09-231-1/+1
* Lock the sysctl(8) knobs that turn ip{,6}fw(8) firewalling andcjc2002-08-251-3/+5
* check packet length before fetching ESP crypto checksum.ume2002-08-241-0/+8
* Replace (ab)uses of "NULL" where "0" is really meant.archie2002-08-222-6/+6
* o Merge <machine/ansi.h> and <machine/types.h> into a new headermike2002-08-211-3/+3
* Create new functions in_sockaddr(), in6_sockaddr(), andtruckman2002-08-212-38/+58
* Enclose IPv6 addresses in brackets when they are displayed printable with ajmallett2002-08-191-1/+1
* Increase size of ifnet.if_flags from 16 bits (short) to 32 bits (int). To avoidsobomax2002-08-181-1/+1
* Introduce support for Mandatory Access Control and extensiblerwatson2002-08-021-0/+5
* correct comment for setsockopt arg size.ume2002-07-251-3/+3
* cleanup usage of ip6_mapped_addr_on and ip6_v6only. now,ume2002-07-252-4/+3
* Change the default setting of an IPv4-mapped IPv6 address to off.ume2002-07-251-1/+1
* make sure to set/unset INP_IPV4 according to a valueume2002-07-241-0/+4
* do not refer to IN6P_BINDV6ONLY anymore.ume2002-07-221-7/+1
* sin6_len is not an address family. I believe this doesn'tume2002-07-221-1/+1
* fixed to make mbuf chain.ume2002-07-181-1/+1
* - fixed a bug that we can't send a packet to ipv4mapped ipv6 addressume2002-07-151-0/+2
* Notify functions can destroy the pcb, so they have to return anhsu2002-06-144-6/+8
* As a stop-gap measure, add one INP_LOCK_DESTROY() to in6_pcbdetach() tohsu2002-06-121-0/+1
* Lock up inpcb.hsu2002-06-101-2/+3
* __FreeBSD__ is not a compiler constant. We must useume2002-05-311-1/+1
* Back out my lats commit of locking down a socket, it conflicts with hsu's work.tanimura2002-05-317-151/+38
* o Conditionalize sections for POSIX.1-2001 compatibility.mike2002-05-231-31/+49
* Lock down a socket, milestone 1.tanimura2002-05-207-38/+151
* Recent zlib does not like Z_FLUSH at the end of inflate().ume2002-05-121-4/+7
* Revised MLD-related definitionsume2002-05-062-53/+54
* Revert the change of #includes in sys/filedesc.h and sys/socketvar.h.tanimura2002-04-304-35/+47
* Correct timer management (deprecated) in nd6_timer.ume2002-04-241-2/+3
OpenPOWER on IntegriCloud