fixes for range locking
[unix-history] / usr / src / sys / netinet /
1990-12-02 Mike Karelsdon't assume default sendpipesize
1990-11-28 Keith Sklowerfix udp_saveopt to copy data to the right place.
1990-11-13 Keith Sklowerfix broken IP_TTL option (was setting tos instead)...
1990-11-01 Keith SklowerSIOCSIFDSTADDR does the wrong thing (droid@cray.com);
1990-11-01 Keith Sklowerlooutput is called with four args for now.
1990-09-01 Mike Karelsdon't send extra acks if sockbuf is over-extended
1990-07-29 Mike Karelsoops, 7.19 wasn't finished; back part out for now,...
1990-07-26 Keith Skloweroutright bug in connect() on a raw socket.
1990-07-26 Mike Karelsfix spl's in udp_usrreq (only as needed, always splx...
1990-07-26 Mike Karelscleanup debugging code, now #ifdef DIAGNOSTIC
1990-07-26 Mike Karelsinit m_pkthdr in tcp_respond (esp when prev. len was...
1990-07-01 Mike Karelsneed to change iphlen earlier; icmp_error needs origina...
1990-07-01 Mike Karelsfinish checking van's changes: need to process/free...
1990-06-30 Keith Bosticnew copyright notice
1990-06-30 Mike Karelspcb lookup cache; IP_RECVDSTADDR support; additional...
1990-06-29 Keith Bosticnew copyright notice
1990-06-29 Keith Bosticnew copyright notice
1990-06-29 Mike Karelsprotocol notify routines set errors, so can be soft
1990-06-29 Mike Karelsfrom van: put common tests first; rearrange to minimize...
1990-06-29 Mike Karelsadd macro for rexmt time; use soft error if set after...
1990-06-29 Mike Karelsfrom van: update rtentry appropriately on close; patcha...
1990-06-29 Mike Karelsarrange stat block sensibly
1990-06-29 Mike Karelsfrom van: add rttmin; cleanup timer code, use 4x rttvar;
1990-06-29 Mike Karelsfrom van: header prediction, pcb one-element cache...
1990-06-29 Mike Karelsput tcp console debugging on ifdef
1990-06-29 Mike Karelsrm lint fix, just make TCP_MSS 512; define MAXWIN
1990-06-29 Mike Karelswatch out for ip_len >32767 (is incorrectly declared...
1990-06-29 Mike Karelsdeprecate ENETUNREACH, always use EHOSTUNREACH; support...
1990-06-29 Mike Karelsadd internet-common options in pcb, add ip header proto...
1990-06-29 Mike Karelsadd defs for TOS, Precedence
1990-06-29 Mike Karelseliminate u.u_error, more like KNF
1990-06-29 Mike Karelsmove imp stuff to netimp; formalize op_opts storage...
1990-05-18 Mike Karelsprotocol's usrreq now frees any "control" data;
1990-04-06 Keith Sklowerif_output wants ptr to rtentry or 0.
1990-04-06 Keith SklowerIFA_ROUTE now moved to protocol independent part of...
1990-04-06 Keith Sklowerpass rtentry ptr to if_output; get ip_src addr from...
1990-04-04 Mike Karelsnew ctlinput, matches local port/addr when appropriate
1990-04-04 Mike Karelsin_pcb.h requires ip.h
1990-04-04 Mike Karelsvarious cleanups: new route, ifaddr stuff; #ifdef DEBUG...
1990-04-04 Mike Karelsstart shifting away from udpip structure (part done...
1990-04-04 Mike Karelssonewconn has second arg; in_pcb.h requires ip.h
1990-04-04 Mike Karelsdefault ttl 30 => 60
1990-04-04 Mike Karelschange "35% rule" to 50%, as its just a backstop; don...
1990-04-04 Mike Karelspass ip header in error packet to protocol, making...
1990-03-02 Kirk McKusickneed to adjust length on the fragment, not the head...
1989-09-21 Keith Skloweradd variables for SNMP
1989-09-21 Keith Skloweradd more counters for SNMP
1989-09-21 Keith Sklowercount undelievered IP packets for SNMP
1989-09-21 Keith Sklowerchange default actions on some ioctls, describe better...
1989-09-21 Keith Skloweradd stats for SNMP
1989-09-14 Keith Bosticadd IP time to live and type of service; correct commen...
1989-08-27 Mike Karelsyow! free the right mbuf after sending icmp error/redirect!
1989-08-05 Mike Karelscorrect network release branch: needed additional decla...
1989-06-28 Kirk McKusickexpand maximum datagram size to 9K for benefit of NFS
1989-05-05 Kirk McKusickget rid of unneeded include of dir.h
1989-04-27 Kirk McKusickuse new form of suser()
1989-04-26 Kirk McKusick../machine => machine
1989-04-23 Keith Sklowercheckpoint at first working tp4 connection; & before...
1989-04-09 Mike Karelssockaddr len
1989-04-09 Mike KarelsIP_HDRINCL, separate raw_inpcb struct (by sklower)
1989-04-09 Mike Karelsadd arg to tcp_respond
1989-04-09 Mike Karelssockaddr lens
1989-04-09 Mike Karelsupdate record-route according to incoming interface...
1989-04-09 Mike Karelsnew mbufs, route structures
1989-04-09 Mike KarelsMIN->min; use max_linkhdr
1989-03-03 Mike Karelsapply prev. delta to branch
1989-03-03 Mike Karelsthis time it works: make icmp_reflect return RR, timest...
1989-02-21 Mike Karelsapply 7.8 to branch
1989-02-21 Mike KarelsIPOPT_TS_PRESPEC is 3, not 2
1989-02-18 Mike Karelsvariable length sockaddrs; rename en{_,}* to ether_
1989-02-18 Mike Karelstry to integrate options fixes in 7.10 into network...
1989-02-18 Mike Karelsvariable length sockaddrs; fix options handling in...
1989-02-18 Mike Karelsupdate copyright on branch
1989-02-18 Mike Karelsoops, this is what 7.6.1.3 was supposed to do
1989-02-18 Mike Karelsnew mbufs; fixes for ip_srcroute; allow forwarding
1989-02-18 Mike Karelsupdate branch with 7.7-7.10, fixes for ip_srcroute...
1989-02-16 Mike Karelsupdate branch
1989-02-16 Mike Karelsupdate copyright on branch
1989-02-16 Mike Karelsupdate branch
1989-02-16 Mike Karelsupdate branch to 7.19
1989-02-16 Mike Karelsupdate copyright on branch
1988-10-13 Mike Karelsmark state of kernel before variable length sockaddrs...
1988-07-29 Mike Karelsbug fix from dwaitzma@NNSC.NSF.NET: pullup *after*...
1988-06-30 Keith Bosticinstall approved copyright notice
1988-06-28 Mike Karelsfree those mbufs (need to iterate over chain)
1988-05-27 Mike Karelslint
1988-05-26 Mike Karelsin attach, don't set sockbuf limits if set (from sonewc...
1988-05-15 Mike Karelsack immediately when segment is received out of order;
1988-04-08 Mike Karelsoops (worked on tahoe!)
1988-04-04 Mike Karelsnetbroadcast should always be all-ones
1988-03-30 Mike Karelsportable C version by Keith Sklower
1988-03-25 Mike Karels7.15 applied to branch
1988-03-25 Mike Karelsdon't confuse negative sbspace with large window
1988-03-17 Mike Karelsupdate branch
1988-03-17 Mike Karelsmuch longer keepalive timer (don't start probes for...
1988-03-16 Mike Karelsdon't copy first packet when fragmenting; use registers...
1988-03-16 Mike Karelsdon't bother searching fragment queues when nonfragment...
1988-03-16 Mike Karelsbranch for network release (byte order #ifdefs)
1988-03-12 Mike Karelsdon't assume two's complement (good luck, Louis!)
1988-03-01 Mike Karelsuse just one mbuf when sending small data segments;
next