NetBSD/sys/netinet
roy 2e3d0e5e22 The automatic addition of a subnet route should not error if a manually
added route already exists. Fixes PR kern/40133.
2008-12-21 19:07:35 +00:00
..
Makefile Work in progress: use a raw socket for GRE in IP encapsulation 2007-10-05 03:28:12 +00:00
accept_filter.h Change copyright statement to NetBSD 2-clause with correct attribution. 2008-08-10 14:07:41 +00:00
accf_data.c Oops, make these build. 2008-11-20 10:22:11 +00:00
accf_http.c Fix indentation. 2008-11-21 16:08:57 +00:00
cpu_in_cksum.c Refactor in_cksum/in4_cksum/in6_cksum implementations: 2008-01-25 21:12:10 +00:00
files.ipfilter defflag IPFILTER_LOOKUP. 2006-09-17 13:43:15 +00:00
files.netinet Refactor in_cksum/in4_cksum/in6_cksum implementations: 2008-01-25 21:12:10 +00:00
icmp6.h Add IANA allocation and header for RFC 5006 (RA RDNSS) IPv6 Router 2008-07-11 07:35:05 +00:00
icmp_private.h Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
icmp_var.h Make IP, TCP, UDP, and ICMP statistics per-CPU. The stats are collated 2008-04-12 05:58:22 +00:00
if_arp.c *** Summary *** 2008-11-07 00:20:01 +00:00
if_atm.c Constify the rt_addrinfo argument to the ifa_rtrequest member 2008-10-24 17:07:33 +00:00
if_atm.h Constify the rt_addrinfo argument to the ifa_rtrequest member 2008-10-24 17:07:33 +00:00
if_ether.h Convert many of the uses of __attribute__ to equivalent 2007-12-25 18:33:32 +00:00
if_inarp.h Constify the rt_addrinfo argument to the ifa_rtrequest member 2008-10-24 17:07:33 +00:00
igmp.c Simplify the interface to netstat_sysctl() and allocate space for 2008-05-04 07:22:14 +00:00
igmp.h Convert many of the uses of __attribute__ to equivalent 2007-12-25 18:33:32 +00:00
igmp_var.h Make IGMP stats per-cpu. 2008-04-15 16:02:03 +00:00
in.c The automatic addition of a subnet route should not error if a manually 2008-12-21 19:07:35 +00:00
in.h Refactor in_cksum/in4_cksum/in6_cksum implementations: 2008-01-25 21:12:10 +00:00
in4_cksum.c Explicitly predict panic conditions as false. 2008-02-12 13:05:55 +00:00
in_cksum.c Refactor in_cksum/in4_cksum/in6_cksum implementations: 2008-01-25 21:12:10 +00:00
in_gif.c *** Summary *** 2008-11-07 00:20:01 +00:00
in_gif.h New EtherIP driver based on tap(4) and gif(4) by Hans Rosenfeld. 2006-11-23 04:07:07 +00:00
in_ifattach.h Add a source-address selection policy mechanism to the kernel. 2006-11-13 05:13:38 +00:00
in_offload.c Constify. 2007-04-24 23:43:50 +00:00
in_offload.h Move IN_NEED_CHECKSUM() to in_offload.h for re-use. 2007-11-28 04:14:11 +00:00
in_pcb.c Move uidinfo to its own module in kern_uidinfo.c and include in rump. 2008-10-11 13:40:57 +00:00
in_pcb.h Oops. Remove kauth.h inclusion. 2007-12-16 18:39:57 +00:00
in_pcb_hdr.h Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. 2007-03-04 05:59:00 +00:00
in_proto.c Make dom_maxrtkey of inet/inet6domain the size of the ip_encap pack 2008-11-25 18:28:05 +00:00
in_proto.h Multiple inclusion protection, as suggested by christos@ on tech-kern@ 2005-12-10 23:31:41 +00:00
in_selsrc.c Use IFADDR_FOREACH(). 2007-12-04 10:31:14 +00:00
in_selsrc.h Add a source-address selection policy mechanism to the kernel. 2006-11-13 05:13:38 +00:00
in_systm.h Multiple inclusion protection, as suggested by christos@ on tech-kern@ 2005-12-10 23:31:41 +00:00
in_var.h Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
ip.h Convert many of the uses of __attribute__ to equivalent 2007-12-25 18:33:32 +00:00
ip6.h Convert many of the uses of __attribute__ to equivalent 2007-12-25 18:33:32 +00:00
ip_carp.c use M_ZERO on malloc() and remove subsequent bzero(). 2008-12-19 18:49:37 +00:00
ip_carp.h C99 does not allow u_int8_t bitfields, so use unsigned int, instead. 2008-04-16 20:58:35 +00:00
ip_ecn.c Import of TCP ECN algorithm for congestion control. 2006-09-05 00:29:35 +00:00
ip_ecn.h Remove LKMs and switch to the module framework, pass 1. 2008-11-12 12:35:50 +00:00
ip_encap.c Make dom_maxrtkey of inet/inet6domain the size of the ip_encap pack 2008-11-25 18:28:05 +00:00
ip_encap.h Make dom_maxrtkey of inet/inet6domain the size of the ip_encap pack 2008-11-25 18:28:05 +00:00
ip_etherip.c if_input needs to be called at splnet(). ok by cube. 2008-10-19 23:28:31 +00:00
ip_etherip.h New EtherIP driver based on tap(4) and gif(4) by Hans Rosenfeld. 2006-11-23 04:07:07 +00:00
ip_flow.c Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
ip_icmp.c merge yamt-pf42 branch. 2008-06-18 09:06:25 +00:00
ip_icmp.h Replace most gcc-specific __attribute__ uses with BSD-style sys/cdef.h 2008-09-08 23:36:53 +00:00
ip_id.c Add a new ip_id generation scheme based on a Fisher-Yates shuffle over a 2008-02-06 03:20:50 +00:00
ip_input.c kill MALLOC and FREE macros. 2008-12-17 20:51:31 +00:00
ip_mroute.c use M_ZERO on malloc() and remove subsequent bzero(). 2008-12-19 18:49:37 +00:00
ip_mroute.h make this compile as proposed by dholland@ 2008-08-07 06:20:14 +00:00
ip_output.c update ip_pcbopts() to use sockopt(9) API. 2008-10-12 11:15:54 +00:00
ip_private.h Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
ip_var.h update ip_pcbopts() to use sockopt(9) API. 2008-10-12 11:15:54 +00:00
pim.h Multiple inclusion protection, as suggested by christos@ on tech-kern@ 2005-12-10 23:31:41 +00:00
pim_var.h Multiple inclusion protection, as suggested by christos@ on tech-kern@ 2005-12-10 23:31:41 +00:00
raw_ip.c Convert socket options code to use a sockopt structure 2008-08-06 15:01:23 +00:00
tcp.h Convert many of the uses of __attribute__ to equivalent 2007-12-25 18:33:32 +00:00
tcp_congctl.c Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
tcp_congctl.h Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
tcp_debug.c Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. 2007-03-04 05:59:00 +00:00
tcp_debug.h Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. 2007-03-04 05:59:00 +00:00
tcp_fsm.h Multiple inclusion protection, as suggested by christos@ on tech-kern@ 2005-12-10 23:31:41 +00:00
tcp_input.c Unlock reassembly queue before calling sorwakeup(), not after. In unusual 2008-08-04 04:08:47 +00:00
tcp_output.c Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
tcp_private.h Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
tcp_sack.c Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
tcp_seq.h Multiple inclusion protection, as suggested by christos@ on tech-kern@ 2005-12-10 23:31:41 +00:00
tcp_subr.c POOL_INIT -> pool_init 2008-10-13 19:44:21 +00:00
tcp_timer.c Whitespace. 2008-11-10 01:06:43 +00:00
tcp_timer.h Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
tcp_usrreq.c Cosmetic: change (type *)0 to NULL. 2008-11-06 03:34:37 +00:00
tcp_var.h Convert socket options code to use a sockopt structure 2008-08-06 15:01:23 +00:00
tcpip.h Convert many of the uses of __attribute__ to equivalent 2007-12-25 18:33:32 +00:00
udp.h Convert many of the uses of __attribute__ to equivalent 2007-12-25 18:33:32 +00:00
udp_private.h Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
udp_usrreq.c Convert socket options code to use a sockopt structure 2008-08-06 15:01:23 +00:00
udp_var.h Convert socket options code to use a sockopt structure 2008-08-06 15:01:23 +00:00