summaryrefslogtreecommitdiff
path: root/sys/netinet
AgeCommit message (Expand)Author
1997-09-07for broadcast/multicast packets, correct m_pkthdr.len on the way up to the so...Theo de Raadt
1997-08-26indentTheo de Raadt
1997-08-26indentTheo de Raadt
1997-08-26new esp: encryption, authentication and replay protection +Niels Provos
1997-08-19Add DP_CLR() macroTodd C. Miller
1997-08-19Theo doesn't like extra kernel options, so don't allowTodd C. Miller
1997-08-16Allow DEFBADDYNAMICPORTS_TCP and DEFBADDYNAMICPORTS_UDP to beTodd C. Miller
1997-08-16Just some more debugging info.Angelos D. Keromytis
1997-08-09The list of tcp/udp ports not to allocate dynamically is nowTodd C. Miller
1997-08-09SYN flood protection, by specifyingAngelos D. Keromytis
1997-08-04No more crashes because of this bug (double m_freem(), essentially).Angelos D. Keromytis
1997-08-01when family is AF_UNSPEC,flipk
1997-07-31some indentation stuffTheo de Raadt
1997-07-28make it compileNiels Provos
1997-07-28Make struct in_addr contain an in_addr_t since that's whatTodd C. Miller
1997-07-27expiration messages, fixes, updates, all sorts of thingsNiklas Hallqvist
1997-07-27hardcode list of ports to not randomly allocate; will add configuration laterTheo de Raadt
1997-07-24do not ignore IFF_NOARPTheo de Raadt
1997-07-24bail properly if malloc failsTheo de Raadt
1997-07-24network byte order for countersTheo de Raadt
1997-07-24cmd is a u_longTheo de Raadt
1997-07-24cmd is a u_longTheo de Raadt
1997-07-21make this compile until niklas fixes the boo-booTheo de Raadt
1997-07-18enablespi/disablespi in encap + print spi's in hostorderNiels Provos
1997-07-15flags for tunnels and replacing existing routes, sysctl! + tiny bug fixNiels Provos
1997-07-14global byte counters.Niels Provos
1997-07-14sysctl...Niels Provos
1997-07-14routes with zero spi can be used to avoid ipsec processingNiels Provos
1997-07-12fixed tiny bug in pad values and hmac inner hash lengths. should work now.Niels Provos
1997-07-11obsolete.Niels Provos
1997-07-11put old esp/ah and new esp/ah in different files.Niels Provos
1997-07-06unsigned calc should be signed; jdp@polstra.com; freebsd pr#3998Theo de Raadt
1997-07-02fix neglected _FLEN's + reserve_spi + output reserved spi's without alg.Niels Provos
1997-07-02Move prototype for bindresvport(3) to <netiniet/in.h> as it isTodd C. Miller
1997-07-01major restructuringNiels Provos
1997-06-27udp icmp errors had ip_len 20 bytes too large; stevens p774; koji@math.human....Theo de Raadt
1997-06-25hard and soft limits for SPI's per absolute timer, relative since establish,Niels Provos
1997-06-24use ntohs instead of NTOHS for countersNiels Provos
1997-06-24correct AH options hashing.Niels Provos
1997-06-24handle IP options in AH + allow IP options in outgoing encapsulated packetsNiels Provos
1997-06-24Comment reordering.Angelos D. Keromytis
1997-06-23merge in 3.1.11kstailey
1997-06-21u_int32_t changes, need testingTheo de Raadt
1997-06-20make SHA1Final(NULL, &ctx) behave as MD5Final, only update contextNiels Provos
1997-06-203des edeNiels Provos
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 Andreas....Theo de Raadt
1997-06-16swap labels; adam@math.tau.ac.ilTheo de Raadt
1997-06-15change byte counters to u_quad_tTheo de Raadt