add ufs_pathconf
[unix-history] / usr / src / sys / netinet /
1993-05-25 Chris Torekpedantically ANSI, i.e., nothing after #else/#endif
1993-05-20 Keith SklowerIn Cherenson's mbuf leak fix, we forgot to (void) the...
1993-05-20 Keith Sklowercast m_free() output as void
1993-05-03 Chris Torekfix comment (udp checksum has nothing to do with netmas...
1993-04-27 Kirk McKusickadd support for getting udp checksum
1993-04-18 Kirk McKusickdefine ip sysctl routine and also declare ip_defttl
1993-04-18 Kirk McKusickdefine icmp sysctl routine
1993-04-18 Kirk McKusickadd in sysctl functions for ip and icmp
1993-04-18 Kirk McKusickreplace udp_ttl with sysctl setable ip_defttl
1993-04-18 Kirk McKusickreplace tcp_ttl with sysctl setable ip_defttl
1993-04-18 Kirk McKusickdefine icmp sysctl variables
1993-04-18 Kirk McKusickdefine ip_defttl
1993-04-18 Kirk McKusickdefine default value for ip_ttl
1993-04-18 Kirk McKusickTCP_TTL is replaced by ip_ttl setable by sysctl
1993-04-18 Kirk McKusickUDP_TTL is replaced by ip_ttl setable by sysctl
1993-04-18 Kirk McKusickadd sysctl definitions for inet family and ip protocol
1993-04-11 Mike Karelsif resending SYN, use the same sequence number as last...
1993-04-10 Andrew CherensonVan's suggestion: add a means to let kernel set IP...
1993-04-09 Keith Sklowerget rid of in_makeaddr, in_sockmaskof by request from jch
1993-04-08 Keith SklowerMostly changes recommended by jch for variable subnets...
1993-03-24 Kirk McKusickavoid connecting to ourselves (from torek approved...
1993-03-13 Andrew Cherenson(by sklower) obvious bug fix in mbuf starvation case
1993-03-13 Andrew Cherensoncheckpoint what looks like an obvious bug fix (by sklower)
1993-03-09 Chris TorekPRU_ACCEPT can just use in_setpeeraddr, a la PRU_PEERADDR
1993-03-04 Keith Sklowerproposed multicast address MUST be in list for ->if_ioc...
1993-03-03 Kirk McKusickavoid assigning used ports in implicit bind in in_pcbbi...
1993-02-22 Andrew Cherensonadd constant for IP offset mask
1993-02-13 Andrew Cherensonfor INP_HDRINCL, tell ip_output to not clobber header...
1993-02-13 Andrew Cherensonfor INP_HDRINCL, tell ip_output to not clobber header...
1993-02-13 Andrew Cherensondo version check as soon as possible, keep count of...
1993-02-13 Andrew Cherensonfix sccs notice
1993-02-13 Andrew Cherensonuse new flag to distinquish forwarded pkts from IP_HDRI...
1993-02-13 Andrew Cherensonmore stats; flag for raw ip output
1993-02-13 Keith Sklowerinclude TUBA support for now
1993-02-13 Keith Skloweralthough MULTICAST is standard, MROUTING isn't, need...
1993-02-12 Keith Sklowerreplies to some ICMP broadcasts were themselves mistake...
1993-02-12 Keith Sklowerfix bug in in_canforward reported by yval@cs.huji.ac.il
1993-02-08 Keith Sklower#ifdef MROUTING didn't quite get all refs to external...
1993-02-08 Keith Sklowerigmp.c now reserves storge for multicast routing socket;
1993-02-05 Andrew Cherensonin in_addmulti, don't link the inm to the ia until...
1993-01-23 Andrew Cherensonper Tom Skibo, remove experimental SACK options code
1993-01-21 Andrew Cherensonlatest from Tom Skibo, based on Dave Borman's comments.
1993-01-19 Andrew Cherensonip mcast bug fix from mccanne@ee.lbl.gov
1993-01-09 Andrew Cherenson(By Sklower) checkpoint the current state of Cherenson...
1993-01-05 Andrew Cherensonenhance comments for mcast sockopts;
1992-11-25 Chris Torekhandle 2K mbufs gracefully: round user buffer spec...
1992-11-20 Chris Torekfix infinite loop as pointed out by gcc2
1992-10-16 Keith Sklower/sys/sys/socketvar.h was spelled <socketvar.h> instead...
1992-10-12 Keith Bosticmake kernel includes standard
1992-10-03 Keith Sklowerfix bug that cherenson reported
1992-07-23 Keith Sklowerif in_losing notices an RTF_DYNAMIC route, it got freed...
1992-07-19 Keith Sklowerfix andrew's fix
1992-07-19 Keith Sklowermulticast bugfix from arc@sgi.com
1992-07-19 Keith Sklowerfixes from andrew cherenson for multicast
1992-07-17 Kirk McKusickupdate from Van for larger segment sizes
1992-07-13 Jan-Simon PendryMIN -> min
1992-07-11 Chris Torekdelete unused variable mcopy
1992-07-09 Keith Sklowerchanges to add routing tables via the domain switch
1992-07-09 Keith Sklowerremove duplicate copyright crap
1992-07-09 Keith Sklowerdate and time created 92/07/08 23:16:03 by sklower
1992-07-09 Keith Sklowerdate and time created 92/07/08 23:16:02 by sklower
1992-07-09 Keith Sklowerdate and time created 92/07/08 23:16:01 by sklower
1992-07-09 Mike Karels(by sklower ...) abort connection attempt early in...
1992-07-07 Keith Sklowermulticast changes from lbl
1992-06-18 Kirk McKusicknull pointer bug from Leres
1992-05-06 Keith Sklowersince IFF_NOARP doesn't cause the ethernet address...
1992-03-22 Keith Sklowerif you have markedly different interface addresses...
1992-03-15 Chris Torekgcc lint
1992-03-12 Chris Torekgcc lint
1992-03-03 Keith Sklowerupdate publication date for copyright, rename as real...
1992-02-26 Keith Sklowerdon't set cloning flag on proxy arp entries
1992-02-21 Keith Sklowerproc.h not necessary
1992-02-21 Keith Sklowershut up lint
1992-02-21 Keith Sklowermake it possible to have different metrics on different...
1992-02-19 Keith Sklowernew conventions for rt_missmsg
1992-02-19 Keith Sklowerdo not send redirects if a packet is forwarded on the...
1992-02-16 Kirk McKusickhave to include proc.h before socketvar.h
1992-02-16 Kirk McKusickhave to include proc.h before socketvar.h
1992-02-16 Chris Torekhave to use bcopy as short may be unaligned
1992-02-04 Keith Skloweryet another torek fix
1992-02-01 Keith Sklowerfix arg to arpwhohas to match prototype
1992-01-31 Keith Sklowerlint garbage
1992-01-31 Chris Toreklint changes for sparc port (checked in by sklower)
1992-01-31 Chris Toreklint changes for sparc port, bug fix on default case
1992-01-15 Mike Karelscheck RTT lock, not MTU lock
1991-12-20 Keith Sklowerreference count ifaddrs to make them safe for deletion
1991-12-18 Keith Sklowerenforce cloning bit for route to interface
1991-10-03 Keith Sklowersetsockopt of SO level options get passed down to lower...
1991-10-03 Keith Sklowerbug pointed out by ralph campbell
1991-10-03 Keith Sklowerfor now, redundantly include errno.h to share source...
1991-10-03 Keith Sklowerfor the time being, must redundantly include errno...
1991-08-01 Kirk McKusickavoid waiting in udp_output
1991-07-17 Kirk McKusickbzero ip_ifmatrix after allocation (4.3BSD-reno/sys/17)
1991-06-26 Keith Sklowercheckpoint working merge of routing and arp tables\;
1991-06-26 Keith Sklowerrewrite to merge arp and routing tables
1991-06-26 Keith Sklowerrather than change umpteen ethernet drivers, add kludge in
1991-05-26 Keith Bosticdelete obsolete printf formats (%X -> %lx)
1991-05-04 Keith Sklowerneeds to be checked in for release, has debugging cruft.
1991-04-21 Mike Karelsuse SS_PRIV instead of suser; fix includes (rm user.h)
1991-04-21 Mike Karelsinetsw isn't in in.h now
next