summaryrefslogtreecommitdiff
path: root/sys/netinet
AgeCommit message (Collapse)Author
1997-06-20comply with draft 3des mode is ede not eee + performance.Niels Provos
1997-06-20ah-sha1 + esp-3des + indentationNiels Provos
1997-06-19ensure urgent is within window; TCP/IP Illustrated Vol 2, checked by ↵Theo de Raadt
Andreas.Gunnarsson@emw.ericsson.se
1997-06-16swap labels; adam@math.tau.ac.ilTheo de Raadt
1997-06-15change byte counters to u_quad_tTheo de Raadt
1997-06-14TCP/IP Illustrated Vol. 2, pg 1010. excessive testing in PRU_DETACH case;Theo de Raadt
frueauf@ira.uka.de; confirmed by Andreas.Gunnarsson@emw.ericsson.se
1997-06-14TCP/IP Illustrated Vol.2", pg 1005 + 1090, exercise 29.5; fixesTheo de Raadt
simultaneous close extra packet exchange; frueauf@ira.uka.de, checked by Andreas.Gunnarsson@emw.ericsson.se
1997-06-10ensure RST is within window; avalon@coombs.anu.edu.auTheo de Raadt
1997-06-09fix a problem with TCP RST packets which only include a non-zero SEQ # in thekstailey
RST packet. Darren Reed; Guido van Rooij.
1997-06-06add net.inet.tcp.{keepidle,keepintvl,slowhz}; mouse@Rodents.Montreal.QC.CATheo de Raadt
1997-06-05ICMP_MASKLEN -> icmpstat.icps_badlen++; koji@math.human.nagoya-u.ac.jpTheo de Raadt
1997-05-12arghTheo de Raadt
1997-04-18Use the right types on 64-bit machinesNiklas Hallqvist
1997-04-17make unconnected sockets get a random port #, tooTheo de Raadt
1997-04-03>Number: 3412kstailey
>Category: port-alpha >Synopsis: incorrect use of long crashes netbsd/alpha >Confidential: no >Severity: serious >Priority: low >Responsible: gnats-admin (GNATS administrator) >State: open >Class: sw-bug >Submitter-Id: net >Arrival-Date: Sat Mar 29 23:50:01 1997 >Last-Modified: >Originator: Ross Harvey >Organization: Avalon Computer Systems, Inc. >Release: NetBSD-current >Environment: System: NetBSD epsilon.ghs.com 1.2D NetBSD 1.2D (e) #5: Sat Mar 29 22:32:33 PST 1997 ross@epsilon.ghs.com:/bsd/ross/e alpha >Description: Adding "pseudo-device ipfilter 1" to netbsd/alpha will cause it to crash when ifconfig turns on the interface. Ipfilter code in netinet/fil.c uses pointer arithmetic to effectively make structure-to-scalar casts. It uses long when it really wants an int32 and gets alignment faults that crash netbsd/alpha. General 64 bit problem, not exactly alpha. >How-To-Repeat: Add pseudo-device ipfilter 1. Boot your alpha. 2. Try to come up multiuser. The first packet or so will halt everything. >Fix: Apply patch...
1997-03-31changed ipfattach() to ipf_enable()kstailey
changed ipfdetach() to ipf_disable() added stub ipfattach() which is called from main() commented out activation of ipf from iplinit() must explicitly enable with ipf -E removed bogus deactivation of ipf from iplinit()
1997-03-30no more 2(two) md5 libs in kernel!Michael Shalayeff
tested for rnd(4).... should work for ip too, since it's the copy of ip_md*. use sys/md5k.h for protos.... std iface forever! hurray!
1997-03-28copy new iv only if existantNiels Provos
1997-03-15remove space from tsleep() messagekstailey
1997-03-09Change the reference to the standards document.Angelos D. Keromytis
1997-03-02Need to get a new pointer for the IP header after doing a pullup on the mbufThorsten Lockert
1997-03-02Cosmetic changes.Angelos D. Keromytis
1997-02-28Moved IPsec socket state to the PCB.Angelos D. Keromytis
1997-02-28IPsec socket API hooks are in.Angelos D. Keromytis
1997-02-28Added flags field in the TDB structure.Angelos D. Keromytis
1997-02-26count input/output packets for espTheo de Raadt
1997-02-26I/O packet counters for IP-in-IP and AH.Angelos D. Keromytis
1997-02-26I/O packet counters added.Angelos D. Keromytis
1997-02-24Beautification.Angelos D. Keromytis
1997-02-24OpenBSD tags + some prototyping policeNiklas Hallqvist
1997-02-24XXX cleanupTheo de Raadt
1997-02-22Resolved a couple of open issues (just changed comments after checkingAngelos D. Keromytis
RFCs).
1997-02-22Fixed problem in ip_weadvertise().Angelos D. Keromytis
1997-02-22Fixed problem with authenticator length checking.Angelos D. Keromytis
1997-02-22ICMP redirects will not be sent if we do proxy arp pointing to ourselves.Angelos D. Keromytis
1997-02-22User-defined TTL for external IP header.Angelos D. Keromytis
1997-02-21Removed no longer necessary cautionary comment.Angelos D. Keromytis
1997-02-21Couple of missing ifdefs.Angelos D. Keromytis
1997-02-21-nostdinc and big endian cleanupNiklas Hallqvist
1997-02-21Fixed error introduced with last patch.Angelos D. Keromytis
1997-02-21Removed some of the ugliness in ipsp_kern().Angelos D. Keromytis
1997-02-20DES library for IPSEC; Eric Young (eay@mincom.oz.au)Theo de Raadt
1997-02-20IPSEC package by John Ioannidis and Angelos D. Keromytis. Written inTheo de Raadt
Greece. From ftp.funet.fi:/pub/unix/security/net/ip/BSDipsec.tar.gz
1997-02-16udp packets less than min udp packet length are bad; davem@jenolan.rutgers.eduTheo de Raadt
1997-02-13prevent free()ed object from being referencedkstailey
1997-02-13off-by-one-slot for IP timestamp option data inserts, PR#103, ↵Theo de Raadt
andreas.gunnarsson@emw.ericsson.se
1997-02-13back out prev. changekstailey
1997-02-13make SPLNET() do splsoftnet()kstailey
1997-02-12protect ip_natexpirekstailey
1997-02-11IPF 1.3.7kstailey