check in temporary version with compatibility hacks
[unix-history] / usr / src / sys / net /
1992-01-15 Mike Karelscheck in temporary version with compatibility hacks
1991-12-20 Keith Sklowerdirs
1991-12-20 Keith Sklowerrefernce count ifaddrs
1991-10-30 Steven McCannerestore sccs keywords
1991-10-28 Steven McCannesilly C precedence bug fix
1991-10-28 Steven McCanneadd DLT_NULL; BIOCGFLEN no longer exists
1991-10-28 Steven McCanneadded bd_timedout
1991-10-28 Steven McCannenew SunOS/BSD unified source
1991-10-17 William Nesheimadded link level control bits so we can pass mode info...
1991-10-17 William Nesheimadded additional link level control bits, so slip among...
1991-09-27 Keith Sklowerif you are erroneously asked to add a route, remember...
1991-08-09 Keith Sklowermove logic about traversing dupkeyed entries from rtdum...
1991-08-09 Keith SklowerRTM_LOCK immediately clears any lock it sets (dumb...
1991-08-01 Keith Sklowersort duped key chains
1991-07-31 Keith Skloweruse vector on AF for routing tables rather than linked...
1991-07-31 Keith Skloweradd RTF_STATIC for gated; use vector for routing tables...
1991-07-31 Keith Skloweruse vector instead of linked list for tree heads; walk...
1991-07-31 Keith Sklowersome changes to make it possible to have different...
1991-07-16 Steven McCannefixed memory leak in bpf_setf()
1991-06-28 Keith Sklowerdst and gateway sockaddr's allocated separately from...
1991-06-28 Keith Skloweradd setable rmx_expire
1991-06-28 Keith Sklowermostly changes to merge arp and routing tables; save...
1991-06-28 Keith Sklowerfixes from following version for net2 release
1991-06-26 Keith Sklowerchanges to merge arp and routing table;\ some code...
1991-06-26 Keith Sklowerdst and gateway sockaddr's allocated separately from...
1991-06-26 Keith Sklowermostly changes to merge arp and routing tables; save...
1991-06-19 Keith Skloweradd NETISR define for ARP.
1991-06-19 Keith Sklowerchange to routing layer; reference to route of gateway...
1991-06-18 Steven McCannebug fix -- large snapshots with large packets previousl...
1991-05-15 Steven McCannebe paranoid and pass ifr arg to device driver SIOCSIFFL...
1991-05-15 Steven McCannereorganized loop for better performance
1991-05-15 Steven McCannefixed bpfselect() bugs -- had semantics wrong
1991-05-08 William NesheimGross, horrible, I really didn't do it, ... needed...
1991-05-08 Keith Bosticfrom Steve McCanne, delete dead code
1991-05-08 Keith Bosticnew copyright; att/bsd/shared
1991-05-08 Keith Bosticnew copyright; att/bsd/shared
1991-05-06 Steven McCannebpf interfaces now allocated dynamically; perhaps they...
1991-05-06 Steven McCannenuked bpf_devp struct; BIOCDEVP now BIOCGDLT
1991-05-06 Steven McCannefilter now works with mbufs (buflen = 0)
1991-05-06 Steven McCanneadded next field to bpf_if for dynamic allocation
1991-05-05 William Nesheimmissing ifdefs for NS protocol
1991-05-03 Steven McCannenew insn encodings
1991-05-03 Steven McCannemerged in new insn encodings
1991-05-03 Steven McCannenuked bpf_default_filter; no filter is now NULL
1991-05-03 Steven McCannecheckpoint before porting new insn format from horse
1991-04-27 Keith Skloweroff by one error in m_copyback (would exhaust all mbufs...
1991-04-27 Keith Sklowergive loopback iso routes default mtu in rtentry;
1991-04-26 Keith Sklowerreserve a couple of flags for protocol specific use...
1991-04-21 Mike Karelsansify
1991-04-21 Mike Karelsnew proc, user; rm user.h; remove TIOCGETD hack returni...
1991-04-21 Mike Karelsnew proc structure; rm user.h; pass proc to ifioctl...
1991-04-21 Mike Karelsrm user.h, reg.h; pass proc to rtioctl
1991-03-23 Steven McCannedate and time created 91/03/22 16:05:35 by mccanne
1991-03-23 Steven McCannedate and time created 91/03/22 16:01:51 by mccanne
1991-03-20 Steven McCannedate and time created 91/03/19 18:50:37 by mccanne
1991-03-20 Steven McCannedate and time created 91/03/19 18:27:13 by mccanne
1991-03-19 Steven McCanneadd if_pcount field
1991-03-17 Keith Sklowerallow ifa to be specifed idependently/in addition to
1991-03-17 Keith Sklowerallow the ifa to be specified as well as the ifp on...
1991-02-23 Mike Karelsfix GUNIT ioctl
1991-02-23 Donn SeeleyDeclarations for link_addr and link_ntoa.
1991-02-20 Keith Sklowerhaving cloning messages generated rtalloc;
1991-02-09 Mike Karelsconsistent naming
1991-02-05 Keith Sklowerbugfix from john@labtam.labtam.oz.au
1991-01-12 Keith Bosticneed struct ether_header even if INET not defined
1990-11-30 Keith Sklowermake changes to RTM_GET so that you can indicate that...
1990-11-30 Keith Skloweradd interrupt for X.25 jazz
1990-11-30 Keith Sklower1.) not all interfaces set ifa_dstaddr; 2.) rn->rn_key...
1990-11-21 Keith SklowerIFF_SIMPLEX type interfaces won't hear their multicasts;
1990-11-16 Keith Sklowerfix "Orphaned mask" and "Can't find our annotation...
1990-11-07 Keith Skloweradd AF_CCITT for testing, make common the IF_ENQUEUE's
1990-09-05 Keith Sklowercheck for ``REJECT'' routes
1990-09-04 Keith Sklowercheckpoint to run on arpa
1990-08-31 Mike Karelsadd IFF_SIMPLEX to IFF_CANTCHANGE
1990-07-27 Keith Skloweradd way to actively reject or consume certain routes
1990-07-25 Keith Sklowerfix bug in routing socket, add sanity check . . .
1990-07-02 Mike Karelsinitial version by sklower
1990-06-29 Keith Bosticnew copyright notice
1990-06-29 Mike Karelsuse soreserve instead of sbreserve * 2 (sets lowat)
1990-06-26 Keith Sklowerinserting a zero-length mbuf for address in the sockbuf...
1990-06-26 Keith Sklowerrouting messages do not come with attached addresses
1990-06-21 Keith Sklowerchanges designed so that ESIS and ARP may use routing...
1990-06-10 Keith Sklowerminor changes to ease folding ARP, ESIS tables into...
1990-06-10 Keith Sklowercheckpoint before changes conventions about who allocat...
1990-06-09 Mike Karelsm_act is history
1990-06-09 Mike Karelsadd macros for rtt units
1990-05-26 Keith Sklowergetkerninfo skipped defaults ``dupedkeyed'' behind...
1990-05-25 Keith Sklowerdefine sockopt for quieting things down
1990-05-15 Keith Sklowerwhen adding a link level route from outside the kernel,
1990-05-15 Keith Sklowerminor bugfix concerning LL routes
1990-05-11 Kirk McKusickmerge in support for hp300 from Utah
1990-05-11 Kirk McKusicklint
1990-05-02 Keith Sklowerwhen adding a link level route from outside the kernel,
1990-04-06 Marc Teitelbaumdrop unnecessary include of dir.h (checked in by sklower)
1990-04-06 Keith Skloweradd if_index (little) and generate AF_LINK sockaddr...
1990-04-06 Keith Sklowerallow direct ethernet addrs for IS-IS
1990-04-06 Keith Skloweradd index field; changes to ifaddr struct for link...
1990-04-06 Keith Sklowernew version of message format for routing socket.
1990-04-06 Keith Sklowerrights now special case of ancillary data
1990-04-06 Keith Sklowerrtmsg format changed; always include metrics; sockaddrs...
next