aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet6
Commit message (Expand)AuthorAgeFilesLines
* Add definitions for IN6ADDR_LINKLOCAL_ALLMDNS_INIT and INADDR_ALLMDNS_GROUP.Matthew N. Dodd2003-04-291-0/+3
* panic() doesn't need \nSUZUKI Shinsuke2003-04-296-53/+53
* sync with the latest KAME (just a cosmetic change)SUZUKI Shinsuke2003-04-281-2/+2
* Explicitly declare 'int' parameters.David E. O'Brien2003-04-211-1/+1
* fixed a mbuf leak when an IP packet from ESP tunnel is redirectedSUZUKI Shinsuke2003-03-291-0/+7
* made sure to keep the current stored lifetime when it was not updatedHajimu UMEMOTO2003-03-261-3/+9
* correct malloc flag argumentSam Leffler2003-03-121-1/+1
* Update netisr handling; Each SWI now registers its queue, and all queueJonathan Lemon2003-03-045-32/+6
* Fix another case for timewait.Jonathan Lemon2003-02-241-0/+3
* Remove unused variables in the IPSEC case.Jonathan Lemon2003-02-201-1/+0
* Add a TCP TIMEWAIT state which uses less space than a fullblown TCPJonathan Lemon2003-02-197-73/+83
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-1925-107/+107
* M_MOVE_PKTHDR must happen before any cluster is attachedSam Leffler2003-02-181-2/+3
* Consolidate MIN/MAX macros into one place (param.h).Alfred Perlstein2003-02-021-1/+0
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-2125-107/+107
* "struct route" is not sufficient. NetBSD PR 18751Hajimu UMEMOTO2003-01-082-0/+2
* don't reference a pkthdr after M_MOVE_PKTHDR has "remove it"; insteadSam Leffler2003-01-062-9/+7
* purge extraneous clears of M_PKTHDR since M_MOVE_PKTHDR does this alreadySam Leffler2003-01-062-3/+0
* Bah, just use %zu for printing size_t.Mike Barcroft2003-01-061-4/+4
* Cast return values of sizeof() to int so they can be printed with %d.Mike Barcroft2003-01-061-2/+2
* correct pkthdr length calculation for ipv6 echo packets; after moving a packetSam Leffler2003-01-051-3/+6
* Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,Jens Schweikhardt2003-01-013-4/+4
* Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/Jens Schweikhardt2002-12-302-3/+3
* Correct mbuf packet header propagation. Previously, packet headersSam Leffler2002-12-305-19/+21
* If the caller of rtrequest*(RTM_DELETE, ...) asked for a copy ofRuslan Ermilov2002-12-252-20/+4
* SMP locking for radix nodes.Jeffrey Hsu2002-12-242-2/+11
* SMP locking for ifnet list.Jeffrey Hsu2002-12-223-2/+19
* define HAVE_PPSRATECHECK now that we have this stuff in the kernelSam Leffler2002-12-201-0/+1
* o Untangle the confusion with the malloc flags {M_WAITOK, M_NOWAIT} andBosko Milekic2002-12-194-6/+6
* Lock up ifaddr reference counts.Jeffrey Hsu2002-12-181-4/+4
* fixed a bug that IPv6 multicast packet is not forwarded if its packet size is...SUZUKI Shinsuke2002-12-161-1/+1
* plugged memory leakage in some erroneous casesHajimu UMEMOTO2002-10-311-5/+6
* last arg of in6?_gif_output() is not used any more.Hajimu UMEMOTO2002-10-172-3/+2
* use encapcheck.Hajimu UMEMOTO2002-10-161-16/+0
* - after gif_set_tunnel(), psrc/pdst may be null. set IFF_RUNNING accordingly.Hajimu UMEMOTO2002-10-162-27/+102
* Tie new "Fast IPsec" code into the build. This involves the usualSam Leffler2002-10-168-4/+153
* Replace aux mbufs with packet tags:Sam Leffler2002-10-1613-208/+59
* s/__attribute__((__packed__))/__packed/gAlfred Perlstein2002-09-231-1/+1
* Lock the sysctl(8) knobs that turn ip{,6}fw(8) firewalling andCrist J. Clark2002-08-251-3/+5
* check packet length before fetching ESP crypto checksum.Hajimu UMEMOTO2002-08-241-0/+8
* Replace (ab)uses of "NULL" where "0" is really meant.Archie Cobbs2002-08-222-6/+6
* o Merge <machine/ansi.h> and <machine/types.h> into a new headerMike Barcroft2002-08-211-3/+3
* Create new functions in_sockaddr(), in6_sockaddr(), andDon Lewis2002-08-212-38/+58
* Enclose IPv6 addresses in brackets when they are displayed printable with aJuli Mallett2002-08-191-1/+1
* Increase size of ifnet.if_flags from 16 bits (short) to 32 bits (int). To avoidMaxim Sobolev2002-08-181-1/+1
* Introduce support for Mandatory Access Control and extensibleRobert Watson2002-08-021-0/+5
* correct comment for setsockopt arg size.Hajimu UMEMOTO2002-07-251-3/+3
* cleanup usage of ip6_mapped_addr_on and ip6_v6only. now,Hajimu UMEMOTO2002-07-252-4/+3
* Change the default setting of an IPv4-mapped IPv6 address to off.Hajimu UMEMOTO2002-07-251-1/+1
* make sure to set/unset INP_IPV4 according to a valueHajimu UMEMOTO2002-07-241-0/+4