summaryrefslogtreecommitdiff
path: root/sys/net/route.h
AgeCommit message (Expand)Author
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-06-29Back out the lwp/ktrace changes. They contained a lot of colateral damage,fvdl
2003-06-28Pass lwp pointers throughtout the kernel, as required, so that the lwpid candarrenr
2003-01-18bandwidth, not bandwith.wiz
2002-11-12remove all entries in rt timer queue on ip_mtudisc change, instead ofitojun
2002-11-12add an argument to rt_timer_remove_all(), to specify if we need to callitojun
2002-11-02/*CONTCOND*/ while (0)'ed macrosperry
2002-05-12Eliminate more commons.matt
2001-03-08- lineup comment.enami
2001-02-21use u_quad_t for rtstat.itojun
2001-01-27cleanup cloned route when parent route (RTF_CLONING) goes away.itojun
2001-01-27mark cloned routes with RTF_CLONED. present it with netstat -r by "c".itojun
2001-01-17pull post-4.4BSD change to sys/net/route.c from BSD/OS 4.2 (UCB copyrighted).itojun
2000-12-09update icmp6 too big validation. the change is necessary since pmtud isitojun
2000-05-04Change rt_refcnt from short to int, to allow more than 32k routes thruragge
2000-03-06- Add link status to if_data, so that routing daemons and other interestedthorpej
1999-11-19Update protocoles and interfaces stats counters to 64bit.bouyer
1999-07-30remove reference to in6_systm.h (file itself will be removed afterwords)itojun
1999-07-01IPv6 kernel code, based on KAME/NetBSD 1.4, SNAP kit 19990628.itojun
1998-12-27Simplify the rttimer code somewhat; use TAILQs instead of CIRCLEQs (wethorpej
1998-12-10IPX counters and centralize statistics routine.christos
1998-08-25Use do { ... } while (0) in RTFREE().thorpej
1998-05-02Need <sys/socket.h> to stand alone.thorpej
1998-04-29Oops, we depend on <sys/queue.h>.thorpej
1998-04-29Add generic route timeout functionality; used by path MTU discovery codekml
1997-04-02Sync with Lite2.christos
1996-05-22Pass a proc pointer down to the usrreq and pcbbind functions for PRU_ATTACH, ...mycroft
1996-02-13Net prototypeschristos
1995-03-26KERNEL -> _KERNELjtc
1995-03-08fixed sized types, where appropriate. when casting pointers tocgd
1994-06-29New RCS ID's, take two. they're more aesthecially pleasant, and use 'NetBSD'cgd
1994-05-13Update to 4.4-Lite networking code, with a few local changes.mycroft
1994-05-11Update to RTM version 3. Add prototypes. Add some new constants which aremycroft
1993-05-20add rcs ids to everything, and clean up headerscgd
1993-04-19Add consistent multiple-inclusion protection.mycroft
1993-03-21initial import of 386bsd-0.1 sourcescgd