summaryrefslogtreecommitdiff
path: root/sys/netinet
AgeCommit message (Expand)Author
1999-12-29Fix a panic which was mentioned on the ipfilter mailing list.veego
1999-12-28update ipfilter code to 3.3.6darrenr
1999-12-22drop IPv6 packets with v4 mapped address on src/dst. they are illegalitojun
1999-12-20avoid shared cluster mbuf overwrite on multicast packet loopback.itojun
1999-12-15do not overwrite traffic class field when we write IPv6 version field.itojun
1999-12-13Handle packets to 255.255.255.255 like multicast packets. Fixes PR 7682 byis
1999-12-13sync IPv6 part with latest KAME tree. IPsec part is left unmodifieditojun
1999-12-12Avoid GCC complaints (under some circumstances).ragge
1999-12-12sync with latest KAME (rcsid only).itojun
1999-12-12do not use member of sockaddr_storage directly.itojun
1999-12-12Resolve conflicts and small fixes.veego
1999-12-12Import a few IP Filter 3.3.5 files under sys/netinet.veego
1999-12-11implement upper-layer reachability confirmation for IPv6 ND (RFC2461 7.3.1).itojun
1999-12-08do not drop from IP header to tcp option until sbappend(), to reduceitojun
1999-11-30bring in latest KAME (as of 19991130, KAME/NetBSD141) into kame branchitojun
1999-11-20Add the `packed' attribute to structures which describe wire protocol data.thorpej
1999-11-19Update protocoles and interfaces stats counters to 64bit.bouyer
1999-10-26disable ipflow (IPv4 fast fowarding) when IPsec is configured into the kernel.itojun
1999-10-25defopt the XNS protocol (options NS), clean up the use of relateddrochner
1999-10-17If a packet came in as link-level broadcast or link-level multicast, don'tsommerfeld
1999-10-17In ip_forward():sommerfeld
1999-10-12in ipfr_fastroute, before calling icmp_error(), put received-interfacesommerfeld
1999-09-25Decouple IP mtu for ARCnet devices from interface MTU.is
1999-09-23Make this compile without INET6.enami
1999-09-23cleanup and correct TCP MSS consideration with IPsec headers.itojun
1999-09-13- Call in{,6}_pcbdetach if ipsec initialization is failed during PRU_ATTACH.itojun
1999-09-10s/acknowledgment/acknowledgement/simonb
1999-08-27fix tcp mss consideration on ipsec operation.itojun
1999-08-26clear m->m_pkthdr.rcvif before calling ip_output().itojun
1999-08-26when fastrouting a packet which needs fragmentation, the packet passedmarc
1999-08-26Fix a problem discovered by the snd_recover update fix. A bit of thethorpej
1999-08-25When listening socket goes away, remove assockated syn cache entires.itojun
1999-08-25ctlinput handling must look at ip6_src, not ip6_dst.itojun
1999-08-24Fix for kern/7831 from Darren Reed after discussion on tech-net 2 weeks ago:bouyer
1999-08-23PR/8254: Wolfgang Rupprecht: Incorrect logging of tcp connections; Fix src/dstchristos
1999-08-21Cleanup a little kludge in mtu handling in route.c. Bring down FDDImatt
1999-08-20do not capture packets by gif, when gif interface is down.itojun
1999-08-12fix sototcpcb(). this sometimes caused panic on OOB data reception.itojun
1999-08-11Fix a few bugs in the TCP New Reno code:thorpej
1999-08-11Make sure the echoed RFC 1323 timestamp is valid before using it tothorpej
1999-08-09return with doing nothing from xx_ctlinput(), when sa->sa_familyitojun
1999-08-05Delete debug printfs from arp_drain()sommerfeld
1999-08-05Implement arp_drain(), which frees packets tied up in the arp cache ifsommerfeld
1999-07-31sync with recent KAME.itojun
1999-07-30remove reference to in6_systm.h (file itself will be removed afterwords)itojun
1999-07-23do not include unnecessary include files.itojun
1999-07-22- implement IPv6 pmtud, which is necessary for TCP6.itojun
1999-07-17no need to include faith.h on non-IPv6 build, so wrap by #ifdef.itojun
1999-07-17fix faith interface support. need testing.itojun
1999-07-14Use proper ip protocol # field and tcp hdr on sending RST against SYN,itojun