aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet6
Commit message (Expand)AuthorAgeFilesLines
* 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
* do not refer to IN6P_BINDV6ONLY anymore.Hajimu UMEMOTO2002-07-221-7/+1
* sin6_len is not an address family. I believe this doesn'tHajimu UMEMOTO2002-07-221-1/+1
* fixed to make mbuf chain.Hajimu UMEMOTO2002-07-181-1/+1
* - fixed a bug that we can't send a packet to ipv4mapped ipv6 addressHajimu UMEMOTO2002-07-151-0/+2
* Notify functions can destroy the pcb, so they have to return anJeffrey Hsu2002-06-144-6/+8
* As a stop-gap measure, add one INP_LOCK_DESTROY() to in6_pcbdetach() toJeffrey Hsu2002-06-121-0/+1
* Lock up inpcb.Jeffrey Hsu2002-06-101-2/+3
* __FreeBSD__ is not a compiler constant. We must useHajimu UMEMOTO2002-05-311-1/+1
* Back out my lats commit of locking down a socket, it conflicts with hsu's work.Seigo Tanimura2002-05-317-151/+38
* o Conditionalize sections for POSIX.1-2001 compatibility.Mike Barcroft2002-05-231-31/+49
* Lock down a socket, milestone 1.Seigo Tanimura2002-05-207-38/+151
* Recent zlib does not like Z_FLUSH at the end of inflate().Hajimu UMEMOTO2002-05-121-4/+7
* Revised MLD-related definitionsHajimu UMEMOTO2002-05-062-53/+54
* Revert the change of #includes in sys/filedesc.h and sys/socketvar.h.Seigo Tanimura2002-04-304-35/+47
* Correct timer management (deprecated) in nd6_timer.Hajimu UMEMOTO2002-04-241-2/+3
* just merged cosmetic changes from KAME to ease sync between KAME and FreeBSD.SUZUKI Shinsuke2002-04-1938-339/+375
* Unconditionalize the definition of INET_ADDRSTRLEN andMike Barcroft2002-04-101-2/+0
* Use <net/fddi.h> rather than <netinet/if_fddi.h>.Matthew N. Dodd2002-04-061-1/+1
* Change callers of mtx_init() to pass in an appropriate lock type name. InJohn Baldwin2002-04-041-1/+1
* Change the suser() API to take advantage of td_ucred as well as do aJohn Baldwin2002-04-018-12/+16
* In nd6_lookup(), check if rt_llinfo is non-NULL to avoid returning anHajimu UMEMOTO2002-04-011-4/+9
* Fix cached route problem.Hajimu UMEMOTO2002-03-291-0/+1
* double m_free() - not critical. from niklas@openbsdHajimu UMEMOTO2002-03-291-3/+1
* Corrected arguments to key_allocsa called fromHajimu UMEMOTO2002-03-252-7/+11
* 3rd arg to bcmp() was wrong. From: David Wang <dsw@juniper.net>Hajimu UMEMOTO2002-03-251-1/+1
* Remove references to vm_zone.h and switch over to the new uma API.Jeff Roberson2002-03-201-2/+2
* Pacify gcc-3.1.Peter Wemm2002-03-191-2/+1
* Remove duplicate extern declarations to silence warnings.Alfred Perlstein2002-03-194-9/+0
* put an extern for ip6_protox in here where it is only used for kernel compilingDarren Reed2002-03-191-0/+1
* put an extern for inet6sw in here and make it active only for kernel compilingDarren Reed2002-03-191-0/+4
* o Add INET_ADDRSTRLEN and INET6_ADDRSTRLEN defines to <arpa/inet.h>Mike Barcroft2002-03-101-0/+2
* - use des_ecb3_encrypt().Hajimu UMEMOTO2002-03-051-11/+9
* Oops, now, encription and decription are separate function.Hajimu UMEMOTO2002-03-051-2/+2
* - Speedup 3DES by using assembly code for i386.Hajimu UMEMOTO2002-03-051-2/+2
* - In nd6_rtrequest(), ignored a route when it is created by cloning andHajimu UMEMOTO2002-02-281-0/+21
* Fix another boatload of warnings (missing include) and a cosmeticPeter Wemm2002-02-282-0/+4
* Introduce a version field to `struct xucred' in place of one of theDima Dorfman2002-02-271-5/+1