summaryrefslogtreecommitdiff
path: root/sys/netinet
AgeCommit message (Expand)Author
2002-02-07IFF_POINTTOPOINT interfaces can also transmit packets to broadcastthorpej
2002-02-06ip_mloopback(): process the delayed checksum on the copy, notthorpej
2002-01-31correct bad ip checksum on multicast loopback packet. PR14597itojun
2002-01-24Fixed initializationmartti
2002-01-24Re-sync with IPFiltermartti
2002-01-24Upgraded IPFilter to 3.4.23martti
2002-01-24Import IPFilter 3.4.23martti
2002-01-24place NRL copyright notice itself, not a reference to it.itojun
2002-01-22make sure to check address family on route cache. with IPv4 mappeditojun
2002-01-08don't panic when there's no interface address exist for the specified multicastitojun
2001-12-21use radix table for inbound tunnel lookup (would increase performanceitojun
2001-12-21whitespace. protect from multiple inclusion. sync with kameitojun
2001-12-21call rip_ctlinput on icmp4 inputsitojun
2001-12-21move protosw fragment for gif/stf to their own source code.itojun
2001-12-21have packed attribute to protocol structs. sync with kameitojun
2001-12-21have rip_ctlinput to notify routing changes to raw socketsitojun
2001-12-21comment and whitespace. sync with kameitojun
2001-12-21whitespace. sync with kameitojun
2001-12-07correct timing to increment icmp6 MIB variables. sync with kameitojun
2001-12-03Fix TCP segment size computation. From Rick Byersm, PR kern/14799.jmcneill
2001-11-28recompute hlen after calling pfil_run_hooks() in case ip_hl was changed.darrenr
2001-11-21update outgoing ifp, only if tunnel mode ipsec is used. this is toitojun
2001-11-20- replace "defopt" with "defparam" for options which must take a value,lukem
2001-11-15don't need <sys/types.h> when including <sys/param.h>lukem
2001-11-13add RCSIDslukem
2001-11-07do not grab packet to joined multicast group, when ip6_dst and in6p_laddritojun
2001-11-04Convert netinet to not use the internal <sys/queue.h> field namesmatt
2001-11-04Change a few variable/tables to const since they are read-only.matt
2001-11-04Keep only one mtu_table (the two were identical except formatt
2001-11-02array boundary overflow on the use of IPv4 mapped address. from simonbitojun
2001-10-30Add in support for timing out IPv4 routes added due to redirects,kml
2001-10-29Don't need to include <uvm/uvm_extern.h> just to include <sys/sysctl.h>simonb
2001-10-24remove unused codepath (unifdef -UUDP6)itojun
2001-10-24it may fix PR14124.itojun
2001-10-20Make tcp_outflags & tcpstates const.matt
2001-10-20Make the two MTU tables const and change their type to u_int (one was intmatt
2001-10-18Deprecate the "m_act" alias of "m_nextpkt" (m_act is a historicalthorpej
2001-10-15implement IPV6_V6ONLY socket option from draft-ietf-ipngwg-rfc2553bis-03.txt.itojun
2001-09-28don't depend on other headers to include sys/proc.h for us.chs
2001-09-17Split the pre-computed ifnet checksum flags into Tx and Rx directions.thorpej
2001-09-16Spell 'occurred' with two 'r's.wiz
2001-09-16Fix typo in comment.martin
2001-09-11Use callouts for SYN cache timers, rather than traversing time queuesthorpej
2001-09-10Update copyrights.thorpej
2001-09-10Use callouts for TCP timers, rather than traversing the list ofthorpej
2001-09-10Initialize TCP timer variables in a new function, tcp_timer_init().thorpej
2001-09-10Add explicit initialization of TCP timer state. A noop right now.thorpej
2001-09-10Split tcp_timers() into multiple functions, one for each timer,thorpej
2001-09-10Change the way receive idle time and round trip time are measured.thorpej
2001-09-10Enable Congestion Window Monitoring by default.thorpej