NetBSD/sys/netinet
itojun f45a8e9eb0 typo/bound check fix from YAMAMOTO Takashi <yamt@mwd.biglobe.ne.jp> 2002-06-05 13:11:34 +00:00
..
Makefile add net/if_stf.h and netinet/ip_encap.h (almost noone will include them though) 2000-04-19 06:39:15 +00:00
fil.c Fix compilation problems 2002-05-02 17:13:27 +00:00
icmp6.h move per-interface ip6/icmp6 stat to ifnet->if_afdata. sync w/kame 2002-05-29 02:58:28 +00:00
icmp_var.h Add in support for timing out IPv4 routes added due to redirects, 2001-10-30 06:41:09 +00:00
if_arp.c add RCSIDs 2001-11-13 00:32:34 +00:00
if_atm.c add RCSIDs 2001-11-13 00:32:34 +00:00
if_atm.h pull post-4.4BSD change to sys/net/route.c from BSD/OS 4.2 (UCB copyrighted). 2001-01-17 04:05:41 +00:00
if_ether.h
if_ieee1394arp.c don't need <sys/types.h> when including <sys/param.h> 2001-11-15 09:47:59 +00:00
if_ieee1394arp.h pull post-4.4BSD change to sys/net/route.c from BSD/OS 4.2 (UCB copyrighted). 2001-01-17 04:05:41 +00:00
if_inarp.h pull post-4.4BSD change to sys/net/route.c from BSD/OS 4.2 (UCB copyrighted). 2001-01-17 04:05:41 +00:00
igmp.c Eliminate commons. 2002-05-12 20:33:50 +00:00
igmp.h
igmp_var.h use arc4random 2002-05-29 01:33:45 +00:00
in.c backout 1.72. it is not correct for the kernel to remove routes by itself, 2002-05-09 06:49:15 +00:00
in.h Define uint{8,32}_t locally, per XNS5.2/POSIX-2001, and use them in this 2002-05-13 13:34:32 +00:00
in4_cksum.c whitespace. sync with kame 2001-12-21 02:50:28 +00:00
in_cksum.c add RCSIDs 2001-11-13 00:32:34 +00:00
in_gif.c move protosw fragment for gif/stf to their own source code. 2001-12-21 03:21:50 +00:00
in_gif.h gif interface now uses generic software interrupt 2001-08-16 17:45:25 +00:00
in_pcb.c correct in*_pcbrtentry. check cached value correctly. 2002-05-28 11:10:52 +00:00
in_pcb.h on interface removal, remove multicast groups joined from pcb, before 2001-07-02 15:25:34 +00:00
in_proto.c The "gif*" tunnelling interface does everything ipip does. 2002-03-04 13:24:06 +00:00
in_systm.h
in_var.h Eliminate commons. 2002-05-12 20:33:50 +00:00
ip.h bring in latest ALTQ from kjc. ALTQify some of the drivers. 2002-03-05 04:12:57 +00:00
ip6.h IP6_EXTHDR_GET0 had no check against m->m_len (noone was using this macro). 2001-07-05 23:41:07 +00:00
ip_auth.c Fix compilation problems 2002-05-02 17:13:27 +00:00
ip_auth.h Re-sync with IPFilter 2002-01-24 08:23:40 +00:00
ip_compat.h Upgraded IPFilter to 3.4.27 2002-05-02 17:11:37 +00:00
ip_ecn.c correct variable initialization. reported by fujitsu folks 2002-04-10 09:18:57 +00:00
ip_ecn.h whitespace. protect from multiple inclusion. sync with kame 2001-12-21 04:11:24 +00:00
ip_encap.c The "gif*" tunnelling interface does everything ipip does. 2002-03-04 13:24:06 +00:00
ip_encap.h use radix table for inbound tunnel lookup (would increase performance 2001-12-21 06:30:43 +00:00
ip_fil.c attach nd_ifinfo structure into if_afdata. 2002-05-29 07:53:39 +00:00
ip_fil.h Upgraded IPFilter to 3.4.27 2002-05-02 17:11:37 +00:00
ip_flow.c Pool deals fairly well with physical memory shortage, but it doesn't 2002-03-08 20:48:27 +00:00
ip_frag.c Fix compilation problems 2002-05-02 17:13:27 +00:00
ip_frag.h Upgraded IPFilter to 3.4.23 2002-01-24 08:21:30 +00:00
ip_ftp_pxy.c Fix compilation problems 2002-05-02 17:13:27 +00:00
ip_gre.c add RCSIDs 2001-11-13 00:32:34 +00:00
ip_gre.h Some slight cleanup. 2000-07-06 04:34:26 +00:00
ip_h323_pxy.c Upgraded IPFilter to 3.4.27 2002-05-02 17:11:37 +00:00
ip_icmp.c add RCSIDs 2001-11-13 00:32:34 +00:00
ip_icmp.h Add in support for timing out IPv4 routes added due to redirects, 2001-10-30 06:41:09 +00:00
ip_input.c Eliminate commons. 2002-05-12 20:33:50 +00:00
ip_ipsec_pxy.c add __KERNEL_RCSID() 2002-04-01 16:47:46 +00:00
ip_log.c Upgraded IPFilter to 3.4.27 2002-05-02 17:11:37 +00:00
ip_mroute.c The "gif*" tunnelling interface does everything ipip does. 2002-03-04 13:24:06 +00:00
ip_mroute.h pull encapsulated packet for vif* via ip_encap framework. 2001-05-08 10:07:15 +00:00
ip_nat.c typo/bound check fix from YAMAMOTO Takashi <yamt@mwd.biglobe.ne.jp> 2002-06-05 13:11:34 +00:00
ip_nat.h Upgraded IPFilter to 3.4.27 2002-05-02 17:11:37 +00:00
ip_netbios_pxy.c add __KERNEL_RCSID() 2002-04-01 16:44:28 +00:00
ip_output.c since if_mtu is u_long, use u_long for mtu. 2002-05-31 05:26:42 +00:00
ip_proxy.c Fix compilation problems 2002-05-02 17:13:27 +00:00
ip_proxy.h Upgraded IPFilter to 3.4.23 2002-01-24 08:21:30 +00:00
ip_raudio_pxy.c Upgraded IPFilter to 3.4.23 2002-01-24 08:21:30 +00:00
ip_rcmd_pxy.c Re-sync with IPFilter 2002-01-24 08:23:40 +00:00
ip_state.c make "keep state" work for SYN without win scale option. 2002-06-01 07:21:11 +00:00
ip_state.h Upgraded IPFilter to 3.4.27 2002-05-02 17:11:37 +00:00
ip_var.h Change struct ipqe to use TAILQ's instead of LIST's (primarily for TCP's 2002-05-07 02:59:38 +00:00
ipl.h Upgraded IPFilter to 3.4.27 2002-05-02 17:11:37 +00:00
raw_ip.c have rip_ctlinput to notify routing changes to raw sockets 2001-12-21 02:51:47 +00:00
tcp.h Add TCP_MD5SIGNATURE option. 2001-05-26 21:40:55 +00:00
tcp_debug.c add RCSIDs 2001-11-13 00:32:34 +00:00
tcp_debug.h do not #ifdef in headers. usr.sbin/trpt needs it. 2001-07-09 07:53:20 +00:00
tcp_fsm.h Make tcp_outflags & tcpstates const. 2001-10-20 03:19:41 +00:00
tcp_input.c use arc4random() where possible. 2002-05-28 10:11:49 +00:00
tcp_output.c attach nd_ifinfo structure into if_afdata. 2002-05-29 07:53:39 +00:00
tcp_seq.h
tcp_subr.c attach nd_ifinfo structure into if_afdata. 2002-05-29 07:53:39 +00:00
tcp_timer.c path MTU discovery blackhole detection. 2002-05-26 16:05:43 +00:00
tcp_timer.h Change a few variable/tables to const since they are read-only. 2001-11-04 13:42:27 +00:00
tcp_usrreq.c KNFify my last change. 2002-03-11 10:06:12 +00:00
tcp_var.h path MTU discovery blackhole detection. 2002-05-26 16:05:43 +00:00
tcpip.h
udp.h
udp_usrreq.c Eliminate commons. 2002-05-12 20:33:50 +00:00
udp_var.h Eliminate commons. 2002-05-12 20:33:50 +00:00