summaryrefslogtreecommitdiffstats
path: root/sys/netinet6/ip6_output.c
Commit message (Expand)AuthorAgeFilesLines
* /* -> /*- for license, minor formatting changes, separate for KAMEimp2005-01-071-2/+2
* Disable MTU feedback in IPv6 if the sender writes data that must be fragmented.dwhite2004-10-021-0/+14
* Add an additional struct inpcb * argument to pfil(9) in order to enablemlaier2004-09-291-1/+1
* Always compile PFIL_HOOKS into the kernel and remove the associated kernelandre2004-08-271-8/+6
* Get rid of the RANDOM_IP_ID option and make it a sysctl. NetBSDdwmalone2004-08-141-5/+0
* Fix a bug which I discovered recently while doing IPv6 testing atwpaul2004-05-141-0/+12
* Remove advertising clause from University of California Regent'simp2004-04-071-4/+0
* Validate IPv6 socket options more carefully to avoid a panic.ume2004-03-261-1/+37
* IPSEC and FAST_IPSEC have the same internal API now;ume2004-02-171-6/+2
* - obey ip6po_minmtu.ume2004-02-081-3/+30
* pass pcb rather than so. it is expected that per socket policyume2004-02-031-7/+2
* Catch a few places where NULL (pointer) was used where 0 (integer) wasume2003-12-231-2/+2
* Catch a few places where NULL (pointer) was used where 0 (integer) waspeter2003-12-231-3/+3
* fixed a bug that IPv6 routing header does not work properly if specified from...suz2003-12-221-1/+1
* fixed an IPv6 path MTU discovery failure owing to a lack of initializationsuz2003-12-171-1/+1
* pktopt may be null.ume2003-11-241-0/+3
* Introduce tcp_hostcache and remove the tcp specific metrics fromandre2003-11-201-7/+20
* correct to look right interface.ume2003-11-171-1/+1
* replace explicit changes to rt_refcnt by RT_ADDREF and RT_REMREFsam2003-11-081-1/+1
* correct behavior when ipv6mr_interface is 0. Matthias Drochnerume2003-11-061-4/+4
* - cleanup SP refcnt issue.ume2003-11-041-7/+10
* do not insert a dest option header (even specified by a user) thatume2003-10-311-1/+13
* re-add wrongly disappered IPV6_CHECKSUM stuff by introducingume2003-10-261-0/+76
* remove the ip6r0_addr and ip6r0_slmap members from ip6_rthdr0{}ume2003-10-241-4/+6
* Switch Advanced Sockets API for IPv6 from RFC2292 to RFC3542ume2003-10-241-248/+987
* - change scope to zone.ume2003-10-211-5/+5
* correct linkmtu handling.ume2003-10-201-45/+68
* - add dom_if{attach,detach} framework.ume2003-10-171-2/+2
* nuke SCOPEDROUTING. Though it was there for a long time,ume2003-10-101-9/+0
* - fix typo in comments.ume2003-10-081-63/+60
* must lock route when the caller provided a route but notsam2003-10-071-2/+4
* return(code) -> return (code)ume2003-10-061-52/+52
* Locking for updates to routing table entries. Each rtentry gets a mutexsam2003-10-041-1/+2
* Obey RANDOM_IP_ID.ume2003-10-011-0/+5
* randomize IPv6 fragment ID.ume2003-10-011-1/+1
* Correct pfil_run_hooks return handling: if the return value is non-zerosam2003-09-301-5/+2
* o update PFIL_HOOKS support to current API used by netbsdsam2003-09-231-19/+7
* Remove unused variables in the IPSEC case.jlemon2003-02-201-1/+0
* Add a TCP TIMEWAIT state which uses less space than a fullblown TCPjlemon2003-02-191-2/+2
* Back out M_* changes, per decision of the TRB.imp2003-02-191-20/+20
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-20/+20
* purge extraneous clears of M_PKTHDR since M_MOVE_PKTHDR does this alreadysam2003-01-061-1/+0
* Correct mbuf packet header propagation. Previously, packet headerssam2002-12-301-1/+1
* plugged memory leakage in some erroneous casesume2002-10-311-5/+6
* Tie new "Fast IPsec" code into the build. This involves the usualsam2002-10-161-4/+63
* Replace aux mbufs with packet tags:sam2002-10-161-5/+3
* Replace (ab)uses of "NULL" where "0" is really meant.archie2002-08-221-5/+5
* 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
* just merged cosmetic changes from KAME to ease sync between KAME and FreeBSD.suz2002-04-191-11/+12
OpenPOWER on IntegriCloud