summaryrefslogtreecommitdiffstats
path: root/sys/netinet6/ip6_output.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Change the suser() API to take advantage of td_ucred as well as do ajhb2002-04-011-4/+4
* Fix cached route problem.ume2002-03-291-0/+1
* Remove duplicate extern declarations to silence warnings.alfred2002-03-191-3/+0
* - Replace M_WAIT with M_TRYWAIT since the M_WAIT flag is deprecated.arr2001-12-091-1/+1
* KSE Milestone 2julian2001-09-121-9/+10
* Wrap array accesses in macros, which also happen to be lvalues:jlemon2001-09-061-6/+6
* soopt_mcopyout() frees mbuf if error occurs, and DOES NOT free it if it isume2001-07-081-2/+6
* The m_free call in the ip6_fw_ctl_ptr == NULL case apparentlyume2001-07-071-2/+0
* disallow setsockopt(IPV6_V6ONLY) for already bound sockets.ume2001-06-241-0/+11
* decrease warningume2001-06-241-2/+4
* Nuke the comment about MIP6. We don't have MIP6 code, yet.ume2001-06-241-12/+0
* Sync with recent KAME.ume2001-06-111-244/+556
* Fix memory leak.ume2001-05-231-0/+2
* When ip6_fw_ctl() or soopt_mcopyout() return without success,ume2001-01-201-1/+1
* * Rename M_WAIT mbuf subsystem flag to M_TRYWAIT.bmilekic2000-12-211-2/+2
* Move suser() and suser_xxx() prototypes and a related #define fromphk2000-10-291-1/+0
* Count per-address statistics for IP fragments.joe2000-10-291-0/+6
OpenPOWER on IntegriCloud