summaryrefslogtreecommitdiff
path: root/sys/netinet6
Commit message (Expand)AuthorAgeFilesLines
* MFC Rev 1.37SUZUKI Shinsuke2006-04-201-7/+1
* Merge ipsec.c:1.44 from HEAD to RELENG_5:Robert Watson2006-04-021-9/+0
* Merge in6.c:1.60 from HEAD to RELENG_5George V. Neville-Neil2006-03-091-1/+1
* MFC 1.63: avoided the use of purged address structure when anHajimu UMEMOTO2006-02-141-2/+1
* MFC 1.56: make IPV6_V6ONLY socket option work for UDP as well.Hajimu UMEMOTO2006-02-091-12/+4
* Merge IP multicast address list locking from HEAD to RELENG_5, with aEd Maste2006-01-182-0/+4
* MFC of coverity fixes against IPv6.George V. Neville-Neil2005-12-234-5/+7
* MFC 1.3: AES counter mode uses 8byte IV, not 16 bytes.Hajimu UMEMOTO2005-11-051-1/+1
* Several fixes to ARP and route locking, that were done during 6.0 releaseGleb Smirnoff2005-11-031-7/+11
* MFC Rev 1.60SUZUKI Shinsuke2005-10-281-0/+2
* MFC rev 1.34SUZUKI Shinsuke2005-10-271-9/+17
* MFC: be consistent on naming advanced API functions; use ip6_XXXpktopt(s).Hajimu UMEMOTO2005-10-105-20/+19
* MFC 1.92: NULL is not zero.Hajimu UMEMOTO2005-10-101-1/+1
* MFC 1.49: do not hardcode if_mtu values in here, except for IFT_{ARC,FDDI} -Hajimu UMEMOTO2005-10-101-15/+0
* MFC: update comments:Hajimu UMEMOTO2005-10-104-16/+16
* MFC if_bridge support codeAndrew Thompson2005-10-034-4/+10
* MFC 1.55SUZUKI Shinsuke2005-08-241-0/+1
* MFC 1.34, 1.35:Hajimu UMEMOTO2005-08-201-12/+22
* MFC: IPv6 stealth forwardingSUZUKI Shinsuke2005-08-184-1/+22
* Correct a buffer overflow which can occur when decompressing aColin Percival2005-07-271-7/+9
* Merge udp6_usrreq.c:1.54 from HEAD to RELENG_5:Robert Watson2005-06-091-1/+6
* MFC 1.38: fixed a bug that incorrect IPsec request level may beHajimu UMEMOTO2005-05-271-0/+1
* MFC 1.42: correct space check.Hajimu UMEMOTO2005-03-211-1/+1
* MFC Common Address Redundancy Protocol implementation.Gleb Smirnoff2005-03-216-5/+82
* MFC 1.60: ignores ICMPv6 code field in case of ICMPv6 Packet-Too-BigSUZUKI Shinsuke2005-03-081-2/+0
* MFC 1.58, 1.59:Hajimu UMEMOTO2005-03-011-6/+8
* MFC 1.87: initialized the last arg to ip6_process_hopopts(),Hajimu UMEMOTO2005-03-011-3/+3
* Merge icmp6.c:1.56-1.57 from HEAD to RELENG_5:Robert Watson2005-02-211-5/+14
* Merge raw_ip6.c:1.49 from HEAD to RELENG_5:Robert Watson2005-02-121-6/+0
* MFC: /*- and related license changesWarner Losh2005-01-3168-91/+91
* MFC 1.55: we don't need to make fake sockaddr_in6 to compare subjectHajimu UMEMOTO2005-01-281-13/+2
* MFC:Gleb Smirnoff2004-12-111-3/+11
* MFC: support TCP-MD5(IPv4) in KAME-IPSEC, too.SUZUKI Shinsuke2004-12-011-0/+6
* Merge kern_descrip.c:1.246, uipc_socket.c:1.214, uipc_usrreq.c:1.141,Robert Watson2004-10-201-0/+1
* MFC r1.46: Do not recurse the routing code.Brian Feldman2004-10-111-5/+26
* MFC: Disable MTU feedback on fragmented IPv6 packets.Scott Long2004-10-101-0/+14
* MFC pfil API change:Max Laier2004-10-033-3/+3
* MFC: Make PFIL_HOOKS a permanent part of the kernel and remove the associatedAndre Oppermann2004-09-224-32/+22
* MFC: Apply error and success logic consistently to the function netisr_queue()Andre Oppermann2004-09-152-4/+4
* Merge nd6.c:1.45 to RELENG_5:Robert Watson2004-09-071-0/+1
* Merge sys/netgraph/ng_tty.c:1.30, sys/netinet6/ipsec.c:1.37,Robert Watson2004-09-031-0/+2
* Merge raw_ip6.c:1.46 to RELENG_5:Robert Watson2004-09-021-1/+1
* Merge removal of in6_prefix to RELENG_5 from HEAD:Robert Watson2004-08-277-1327/+0
* MT5 in6_pcb.c:1.60:Robert Watson2004-08-221-3/+5
* Get rid of the RANDOM_IP_ID option and make it a sysctl. NetBSDDavid Malone2004-08-148-46/+1
* When allocating the IPv6 header to stick in front of raw packet beingRobert Watson2004-08-121-1/+5
* Pass pcbinfo structures to in6_pcbnotify() rather than pcbheadRobert Watson2004-08-064-8/+19
* Disallow a particular kind of port theft described by the following scenario:Yaroslav Tykhiy2004-07-281-5/+1
* Commit a first pass at in6pcb and pcbinfo locking for IPv6,Robert Watson2004-07-273-35/+160
* Don't consider TCP connections beyond LISTEN stateYaroslav Tykhiy2004-07-271-19/+10