summaryrefslogtreecommitdiff
path: root/sys/netinet
AgeCommit message (Expand)Author
1997-01-30for IP_HDRINCL option, use ip_len/ip_off in network order; lidl@va.pubnix.comTheo de Raadt
1997-01-30Added ICMP Destination Unreachable codes from RFC-1812:kstailey
1997-01-30added #define for Communication Administratively Prohibitedkstailey
1997-01-26Make ip_len and ip_off unsigned values; don't transmit or accept packetsThorsten Lockert
1997-01-18syslog.h -> sys/syslog.hJason Downs
1997-01-15prevent warning:kstailey
1996-10-27record route is not a problem; thanks bitbltTheo de Raadt
1996-10-24<sys/dir.h> is for use as a compatibility interface only. Warn ifThorsten Lockert
1996-10-18Do not run IP defragmentation routines unneccecarily; NetBSD PR# 2772Thorsten Lockert
1996-10-08Prototype & Stylistic fixes for high -W gcc levelsNiklas Hallqvist
1996-09-30handle openbsd casesTheo de Raadt
1996-09-25Drop unused variableNiklas Hallqvist
1996-09-23fix tuba after synbomb fixesTheo de Raadt
1996-09-20`solve' the syn bomb problem as well as currently known; add sysctl's forTheo de Raadt
1996-09-12Close TCP receive window when we cannot receive data; suggested by DarrenThorsten Lockert
1996-09-12TCP Persist handling; from 4.4BSD Lite2 (via NetBSD PR 2335)Thorsten Lockert
1996-09-12Don't assume other subnets than our own are local to us; from Luigi RizzoThorsten Lockert
1996-09-02Don't drain the protocol queues at interrupt level.dm
1996-08-24change to so_uid, also fix a missing credential found by dmTheo de Raadt
1996-08-14restrict some raw ip packets that may crash ip_output(); from freebsdTheo de Raadt
1996-08-14ipaddrs are int; like many other things found after spotting a similar netbsd...Theo de Raadt
1996-08-07Partial protection from TCP SYN attacksThorsten Lockert
1996-08-05stupid typo, going to bed in penanceTheo de Raadt
1996-08-05only check for takeover permission if non-rootTheo de Raadt
1996-08-05struct socket gets so_ucred; permit only same uid or root to do port takeover.Theo de Raadt
1996-08-02ICMP Router Discovery definitions; from FreeBSDThorsten Lockert
1996-08-02Allow viewing of net.inet.ip.sourceroute in secure modeThorsten Lockert
1996-07-29Remove random() prototype, as it's not needed. Besides it was wrong for the ...Niklas Hallqvist
1996-07-29Fix stupid logic error in bind().Jason Downs
1996-07-29Make TCP ISS increment by random amountsThorsten Lockert
1996-07-29Make 600, instead of 512, the lower limit for reserved ports.Jason Downs
1996-07-29Fix a small bug and change the logic of the bind() port choosing:Jason Downs
1996-07-29From FreeBSD (with slightly different sysctl names):Jason Downs
1996-07-27pad for machines that do not pad structs outTheo de Raadt
1996-07-25SS_CONNECTOUT indicates socket was connect()ed at this end, accept()ed at oth...Theo de Raadt
1996-07-18ipfilter 3.1.0dm
1996-07-05release temporary binding if M_PREPEND fails; netbsd pr#2605; tegge@idt.unit....Theo de Raadt
1996-07-03ported to FreeBSD 2.2-960612-SNAP.chuck
1996-07-03prototype ethers(3) functions (inside !_KERNEL), pointed out inTheo de Raadt
1996-06-29change:chuck
1996-06-26fixes/new stuff:chuck
1996-06-21use correct copyrightchuck
1996-06-21network support for ATM networks (ATM == Async Transfer Mode, notchuck
1996-06-06if_arp is obsolete, now named if_etherNiklas Hallqvist
1996-05-22When sending an ARP request, use the interface address for the route, ratherTheo de Raadt
1996-05-15remove unnecessary "XXX it should be sysctl()'ed"Michael Shalayeff
1996-05-15fix NetBSD PR#854.Michael Shalayeff
1996-05-15let udpcksum control generation, but not cheking of udp cksums.Michael Shalayeff
1996-05-14non-root bind() to 2049 gets EADDRINUSETheo de Raadt
1996-05-13fix return-rstdm