summaryrefslogtreecommitdiffstats
path: root/sys/netinet6/ip6_output.c
Commit message (Expand)AuthorAgeFilesLines
* With exception of the if_name() macro, all definitions in net_osdep.hbrooks2006-08-041-2/+0
* Remove ip6fw. Since ipfw has full functional IPv6 support now and - inmlaier2006-05-121-58/+0
* Somewhat re-factor the read/write locking mechanism associated with the packetcsjp2006-02-021-1/+1
* When storing the results of malloc() in a pointer to a pointer, checkrwatson2006-01-141-1/+1
* sync with KAME regarding NDPsuz2005-10-211-13/+14
* sync with KAME (renamed a macro IPV6_DADOUTPUT to IPV6_UNSPECSRC)suz2005-10-211-1/+1
* IPv6 was improperly defining its malloc type the same as IPv4 (M_IPMADDR,obrien2005-09-071-8/+8
* Use the correct mbuf type for MGET().andre2005-08-301-1/+1
* simplied the fix to FreeBSD-SA-04:06.ipv6. The previous one worriedume2005-07-281-35/+9
* scope cleanup. with this changeume2005-07-251-242/+212
* always copy ip6_pktopt. remove needcopy and needfreeume2005-07-211-70/+64
* be consistent on naming advanced API functions; use ip6_XXXpktopt(s).ume2005-07-211-10/+10
* NULL is not zero.ume2005-07-211-1/+1
* update comments:ume2005-07-201-11/+11
* Stop embedding struct ifnet at the top of driver softcs. Instead thebrooks2005-06-101-1/+1
* Fixes for various nits found by the Coverity tool.gnn2005-05-151-1/+1
* Add IPv6 support to IPFW and Dummynet.brooks2005-04-181-0/+26
* initialized the last arg to ip6_process_hopopts(), because the recentume2005-02-271-3/+3
* /* -> /*- 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
OpenPOWER on IntegriCloud