summaryrefslogtreecommitdiff
path: root/sys/netinet
AgeCommit message (Expand)Author
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
1999-07-14make sending of keepalive messages work again:drochner
1999-07-09defopt INET6, and put it in opt_inet.h (most places already include thisthorpej
1999-07-09defopt IPSEC and IPSEC_ESP (both into opt_ipsec.h).thorpej
1999-07-06for incoming broadcasts, strip IP/UDP header correctlydrochner
1999-07-06sync with KAME/NetBSD 1.4, SNAP kit 19990705.itojun
1999-07-05Call icmp_error() at the bottom of rip_input IFF rip_input is the handlerdarrenr
1999-07-03RCS ID police.thorpej
1999-07-02Fix for -Wunitialized warnings broke compiles without INET6, refix.fvdl
1999-07-02avoid "variable not initialized" warnings on some of the platforms.itojun
1999-07-02move ipsec sysctl index to IPPROTO_AH (instead of IPPROTO_ESP),itojun
1999-07-01IPv6 kernel code, based on KAME/NetBSD 1.4, SNAP kit 19990628.itojun
1999-07-01add PR_LISTEN to protocols which support listen(2)darrenr
1999-06-28KAME/NetBSD 1.4 SNAP kit, dated 19990628.itojun
1999-06-26If the new global variable hostzerobroadcast is zero, no longer assumesommerfeld
1999-06-18When sending an ARP reply, make sure to set the length of the outgoingthorpej
1999-06-07oops. move sendit: above the PFIL_HOOKS so that multicast traffic is filtere...mrg
1999-05-30Fix thinko of mine in previous. The source route info is not at m->m_databad
1999-05-29Don't assume the Token-Ring source route is in the m_pktdat. Usebad
1999-05-23Add new sysctl (net.inet.tcp.log_refused) that when set, causes refused TCPad
1999-05-23For completeness sake, allow this to compile with no loopback interfacesad
1999-05-16Sigh, fix some broken logic in the last change to INADDR_TO_IA(), and makethorpej
1999-05-04Fixes PR 7489 by Olaf Seibert. Fix by Zdenek Salvet (PR 7497).is
1999-05-04It does not make much sense to increase a "output" counter on input.hwr
1999-05-04Don't let packets with a Class-D source address escape the host.hwr
1999-05-04Fix for PR 7490 by Olaf Seibert, fix mostly from PR 7497 bei Zdenek Salvet,is
1999-05-03Fix an ininitialized variable that the MIPS compiler caught (but thethorpej
1999-05-03In INADDR_TO_IA(), skip interfaces which are not up. Revert previous changethorpej
1999-05-03Drop packets, that have a Class-D address as source address.hwr
1999-04-29Implement retransmit logic for the SYN cache engine. Fixes a rare conditionthorpej
1999-04-25If the incoming code value is 0, timer gets 0, which would meanhwr
1999-04-22Don't extern sb_max, <sys/socketvar.h> provides a definition.simonb
1999-04-09Ensure that out of window SYNs receive an ACK in responce, rather thankml
1999-04-07tiny KNF changeproff
1999-04-07Prevent reception of packets on downed interfaces (via an up interface).proff
1999-04-04- Make sure that interface can't be marked up before a route to the remotetron
1999-04-04Avoid kernel panic if interface is configured before a route to thetron
1999-04-02Setting of source and destination IP is not done byhwr
1999-03-30Fix a null pointer dereference in the case where forwarding is turned on andmycroft
1999-03-27Alpha printf format fixes.nathanw
1999-03-27Added per-addr input/output statistics. Currently just support netatalkaidan
1999-03-26security: test for ip_len < ip_hl <<2 and drop packet accordinglyproff
1999-03-23Ensure that you can only bind a more specific address when it is done by thelukem
1999-03-22Add support for Token-Ring source routes in the ARP cache.bad