summaryrefslogtreecommitdiffstats
path: root/sys/netinet6/frag6.c
Commit message (Expand)AuthorAgeFilesLines
* With exception of the if_name() macro, all definitions in net_osdep.hbrooks2006-08-041-2/+0
* Assert ip6_forward_rt protected by Giant adding GIANT_REQUIRED tobz2006-05-041-0/+4
* Allow for nmbclusters and maxsockets to be increased via sysctl.ps2006-04-211-0/+10
* Remove one remaining use of spl in the IPv6 fragmentation code, asrwatson2006-04-121-3/+0
* /* -> /*- for license, minor formatting changes, separate for KAMEimp2005-01-071-1/+1
* Get rid of the RANDOM_IP_ID option and make it a sysctl. NetBSDdwmalone2004-08-141-5/+0
* add ECN support in layer-3.ume2003-10-291-0/+23
* cleanup use of m_tag.ume2003-10-281-20/+5
* M_DONTWAIT was passed into malloc().ume2003-10-271-2/+2
* IP6Q_LOCK_CHECK -> IP6Q_LOCK_ASSERT.ume2003-10-221-6/+6
* pretect ip6 reassemble queue by use of mutex.ume2003-10-221-45/+16
* - implement lock around IPv6 reassembly, to avoid panic due toume2003-10-221-15/+91
* - fix typo in comment.ume2003-10-071-18/+16
* return(code) -> return (code)ume2003-10-061-3/+3
* use arc4random()ume2003-10-011-9/+1
* - include opt_random_ip_id.hume2003-10-011-1/+5
* we don't need ip6_id when RANDOM_IP_ID is defined.ume2003-10-011-0/+2
* Back out M_* changes, per decision of the TRB.imp2003-02-191-3/+3
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-3/+3
* just merged cosmetic changes from KAME to ease sync between KAME and FreeBSD.suz2002-04-191-1/+1
* Sync with recent KAME.ume2001-06-111-12/+15
* Make the default value of net.inet.ip.maxfragpackets andjesper2001-06-101-0/+2
* Plug memoly leak in overlaps fragment cases.sumikawa2001-05-201-0/+6
* Staticize some malloc M_ instances.phk2000-12-081-1/+1
* Convert all users of fldoff() to offsetof(). fldoff() is badphk2000-10-271-4/+0
* sync with kame tree as of july00. tons of bug fixes/improvements.itojun2000-07-041-55/+170
* rtcalloc() is removed because it turned out not to be necessary for FreeBSD.shin1999-12-091-1/+1
* KAME netinet6 basic part(no IPsec,no V6 Multicast Forwarding, no UDP/TCPshin1999-11-221-0/+573
OpenPOWER on IntegriCloud