summaryrefslogtreecommitdiff
path: root/sys/netinet
AgeCommit message (Expand)Author
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
2001-09-10Use a callout for the delayed ACK timer, and delete tcp_fasttimo().thorpej
2001-08-20if I'm bridging and got a packet to interface address on if A from if B,itojun
2001-08-17Permit weaker interface matches for incoming ARP packets if the packet wasthorpej
2001-08-16gif interface now uses generic software interruptitojun
2001-08-11fix cksum error of udp and tcp packet with ip optionsyamt
2001-08-06cache IPsec policy on in6?pcb. most of the lookup operations can be bypassed,itojun
2001-07-31Carve off the code that builds a TCP data packet into its ownthorpej
2001-07-31Count the number of times we "self-quench" (ip_output() returnsthorpej
2001-07-29sync gif interface code with latest kame.itojun
2001-07-27do not check in_dstaddr on in_{add,scrub}prefix, otherwise linklocalitojun
2001-07-26Slight cosmetic change.thorpej
2001-07-25allocate ipsec policy buffer attached to pcb in in*_pcballoc, beforeitojun
2001-07-25g/c #if 0'ed fragment. sync with kame.itojun
2001-07-25Remove an obsolete comment.enami
2001-07-23wrap IPv6 code by #ifdef INET6itojun
2001-07-23use in6_maxmtu, not in_maxmtu, for IPv6 mss computationitojun
2001-07-22manage IFA_ROUTE on interface address better, so that we canitojun
2001-07-22seperate -> separatewiz
2001-07-17Add missing counting up of ``socket buffer is full'' counter whenenami
2001-07-09do not #ifdef in headers. usr.sbin/trpt needs it.itojun
2001-07-08Rename TCPDEBUG to TCP_DEBUG, defopt TCP_DEBUG and TCP_NDEBUG, andabs
2001-07-08Give TCPDEBUG a chance of working - fix printf() types, add missing &s,abs
2001-07-05IP6_EXTHDR_GET0 had no check against m->m_len (noone was using this macro).itojun