summaryrefslogtreecommitdiff
path: root/sys/netinet6/ip6_output.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/5.4.0_cvscvs2svn2005-05-071-1/+1
* MFC 1.87: initialized the last arg to ip6_process_hopopts(),Hajimu UMEMOTO2005-03-011-3/+3
* MFC: /*- and related license changesWarner Losh2005-01-311-2/+2
* MFC: Disable MTU feedback on fragmented IPv6 packets.Scott Long2004-10-101-0/+14
* MFC pfil API change:Max Laier2004-10-031-1/+1
* MFC: Make PFIL_HOOKS a permanent part of the kernel and remove the associatedAndre Oppermann2004-09-221-8/+6
* Get rid of the RANDOM_IP_ID option and make it a sysctl. NetBSDDavid Malone2004-08-141-5/+0
* Fix a bug which I discovered recently while doing IPv6 testing atBill Paul2004-05-141-0/+12
* Remove advertising clause from University of California Regent'sWarner Losh2004-04-071-4/+0
* Validate IPv6 socket options more carefully to avoid a panic.Hajimu UMEMOTO2004-03-261-1/+37
* IPSEC and FAST_IPSEC have the same internal API now;Hajimu UMEMOTO2004-02-171-6/+2
* - obey ip6po_minmtu.Hajimu UMEMOTO2004-02-081-3/+30
* pass pcb rather than so. it is expected that per socket policyHajimu UMEMOTO2004-02-031-7/+2
* Catch a few places where NULL (pointer) was used where 0 (integer) wasHajimu UMEMOTO2003-12-231-2/+2
* Catch a few places where NULL (pointer) was used where 0 (integer) wasPeter Wemm2003-12-231-3/+3
* fixed a bug that IPv6 routing header does not work properly if specified from...SUZUKI Shinsuke2003-12-221-1/+1
* fixed an IPv6 path MTU discovery failure owing to a lack of initializationSUZUKI Shinsuke2003-12-171-1/+1
* pktopt may be null.Hajimu UMEMOTO2003-11-241-0/+3
* Introduce tcp_hostcache and remove the tcp specific metrics fromAndre Oppermann2003-11-201-7/+20
* correct to look right interface.Hajimu UMEMOTO2003-11-171-1/+1
* replace explicit changes to rt_refcnt by RT_ADDREF and RT_REMREFSam Leffler2003-11-081-1/+1
* correct behavior when ipv6mr_interface is 0. Matthias DrochnerHajimu UMEMOTO2003-11-061-4/+4
* - cleanup SP refcnt issue.Hajimu UMEMOTO2003-11-041-7/+10
* do not insert a dest option header (even specified by a user) thatHajimu UMEMOTO2003-10-311-1/+13
* re-add wrongly disappered IPV6_CHECKSUM stuff by introducingHajimu UMEMOTO2003-10-261-0/+76
* remove the ip6r0_addr and ip6r0_slmap members from ip6_rthdr0{}Hajimu UMEMOTO2003-10-241-4/+6
* Switch Advanced Sockets API for IPv6 from RFC2292 to RFC3542Hajimu UMEMOTO2003-10-241-248/+987
* - change scope to zone.Hajimu UMEMOTO2003-10-211-5/+5
* correct linkmtu handling.Hajimu UMEMOTO2003-10-201-45/+68
* - add dom_if{attach,detach} framework.Hajimu UMEMOTO2003-10-171-2/+2
* nuke SCOPEDROUTING. Though it was there for a long time,Hajimu UMEMOTO2003-10-101-9/+0
* - fix typo in comments.Hajimu UMEMOTO2003-10-081-63/+60
* must lock route when the caller provided a route but notSam Leffler2003-10-071-2/+4
* return(code) -> return (code)Hajimu UMEMOTO2003-10-061-52/+52
* Locking for updates to routing table entries. Each rtentry gets a mutexSam Leffler2003-10-041-1/+2
* Obey RANDOM_IP_ID.Hajimu UMEMOTO2003-10-011-0/+5
* randomize IPv6 fragment ID.Hajimu UMEMOTO2003-10-011-1/+1
* Correct pfil_run_hooks return handling: if the return value is non-zeroSam Leffler2003-09-301-5/+2
* o update PFIL_HOOKS support to current API used by netbsdSam Leffler2003-09-231-19/+7
* 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-191-2/+2
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-191-20/+20
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-211-20/+20
* purge extraneous clears of M_PKTHDR since M_MOVE_PKTHDR does this alreadySam Leffler2003-01-061-1/+0
* Correct mbuf packet header propagation. Previously, packet headersSam Leffler2002-12-301-1/+1
* plugged memory leakage in some erroneous casesHajimu UMEMOTO2002-10-311-5/+6
* Tie new "Fast IPsec" code into the build. This involves the usualSam Leffler2002-10-161-4/+63
* Replace aux mbufs with packet tags:Sam Leffler2002-10-161-5/+3
* Replace (ab)uses of "NULL" where "0" is really meant.Archie Cobbs2002-08-221-5/+5
* make sure to set/unset INP_IPV4 according to a valueHajimu UMEMOTO2002-07-241-0/+4