NetBSD/sys/netinet
rjs ad7c64535c Enable SCTP sysctl nodes.
Rename auto asconf one to match FreeBSD.
2018-07-31 16:28:56 +00:00
..
Makefile Fix build. pf_ioctl.c needs netinet/in_offload.h (after previous change). 2018-07-11 11:13:16 +00:00
accept_filter.h
accf_data.c KNF. Remove extra spaces. No functional change. 2016-07-07 06:55:38 +00:00
accf_http.c include "ioconf.h" to get the 'void <driver>attach(int count);' prototype. 2015-08-20 14:40:16 +00:00
cpu_in_cksum.c
dccp.h Add DCCP protocol support from KAME. 2015-02-10 19:11:52 +00:00
dccp_cc_sw.c Sweep unnecessary route.h inclusions 2016-04-26 08:44:44 +00:00
dccp_cc_sw.h Add DCCP protocol support from KAME. 2015-02-10 19:11:52 +00:00
dccp_tcplike.c Sweep unnecessary route.h inclusions 2016-04-26 08:44:44 +00:00
dccp_tcplike.h KNF. Remove extra spaces. No functional change. 2016-07-07 06:55:38 +00:00
dccp_tfrc.c KNF. Remove extra spaces. No functional change. 2016-07-07 06:55:38 +00:00
dccp_tfrc.h KNF. Remove extra spaces. No functional change. 2016-07-07 06:55:38 +00:00
dccp_tfrc_lookup.h Add DCCP protocol support from KAME. 2015-02-10 19:11:52 +00:00
dccp_usrreq.c IP6_EXTHDR_GET -> M_REGION_GET, no functional change. 2018-05-18 18:58:51 +00:00
dccp_var.h KNF. Remove extra spaces. No functional change. 2016-07-07 06:55:38 +00:00
files.ipfilter
files.netinet Remove TCP_COMPAT_42. 2017-07-29 05:46:29 +00:00
icmp6.h Add code 3 of paramprob, part of RFC7112: "IPv6 First Fragment has 2018-04-24 07:22:32 +00:00
icmp_private.h
icmp_var.h PR/49676: Ryo Shimizu: ICMP_STATINC() buffer overflows 2015-02-18 17:00:15 +00:00
if_arp.c static 2018-05-11 13:56:43 +00:00
if_atm.c Make the routing table and rtcaches MP-safe 2016-12-12 03:55:57 +00:00
if_atm.h Constify rtentry of if_output 2016-04-28 00:16:56 +00:00
if_ether.h
if_inarp.h Replace malloc for DAD with kmem and move them out of the lock for DAD 2017-02-21 03:58:23 +00:00
igmp.c sbappendaddr() is required any lock. Currently, softnet_lock is appropriate. 2018-06-21 10:37:49 +00:00
igmp.h
igmp_var.h
in.c Fix spello in a comment 2018-05-13 22:42:51 +00:00
in.h Rename 2018-07-11 05:25:45 +00:00
in4_cksum.c Only check that the offset < sizeof(struct ip) if nxt != 0, i.e. in the 2014-11-30 18:15:41 +00:00
in_cksum.c
in_gif.c Remove now unused net_osdep.h includes, the other BSDs did the same. 2018-05-01 07:21:39 +00:00
in_gif.h preserve gif(4) configs by psref(9) like vlan(4) and l2tp(4). 2017-11-27 05:02:22 +00:00
in_ifattach.h
in_l2tp.c sbappendaddr() is required any lock. Currently, softnet_lock is appropriate. 2018-06-21 10:37:49 +00:00
in_l2tp.h add missing files. 2017-02-16 08:23:35 +00:00
in_offload.c Add KASSERTs in in_undefer_cksum_tcpudp. 2018-07-11 06:25:05 +00:00
in_offload.h Style, rename 'iph' -> 'ip', and reduce the diff between 2018-07-11 06:00:34 +00:00
in_pcb.c Dedup: merge 2018-02-27 14:44:10 +00:00
in_pcb.h Remove support for non-IKE markers in the kernel. Discussed on tech-net@, 2018-05-31 07:03:57 +00:00
in_pcb_hdr.h Assert inph_locked on ipsec_pcb_skip_ipsec (was IPSEC_PCB_SKIP_IPSEC) 2017-06-02 03:41:20 +00:00
in_print.c add routines to print in_addr and sockaddr_in (in_print and sin_print) 2014-12-02 19:35:27 +00:00
in_proto.c Remove now unused tcpip.h includes. Some were already unused before. 2018-05-03 07:13:48 +00:00
in_proto.h Revert previous: ran cvs commit when I meant cvs diff. Sorry! 2016-01-21 15:41:29 +00:00
in_selsrc.c Switch the address list of intefaces to pslist(9) 2016-07-07 09:32:01 +00:00
in_selsrc.h Hook up lltable/llentry with the kernel (and rumpkernel) 2015-08-31 08:02:44 +00:00
in_systm.h
in_var.h s/static inline/static __inline/g for consistency. 2018-04-19 21:20:43 +00:00
ip.h
ip6.h IP6_EXTHDR_GET performs a basic mbuf operation, which has nothing to do 2018-05-18 18:52:17 +00:00
ip_carp.c Implement the BPF direction filter (BIOC[GS]DIRECTION). It provides backward 2018-06-26 06:47:57 +00:00
ip_carp.h Constify rtentry of if_output 2016-04-28 00:16:56 +00:00
ip_ecn.c Split ip_ecn code into its own module, so it can be shared between 2017-12-09 08:03:06 +00:00
ip_ecn.h
ip_encap.c sbappendaddr() is required any lock. Currently, softnet_lock is appropriate. 2018-06-21 10:37:49 +00:00
ip_encap.h Remove unused mbuf tags. 2018-02-28 10:30:20 +00:00
ip_etherip.c A few fixes: 2018-01-26 14:47:41 +00:00
ip_etherip.h
ip_flow.c Remove whitespaces/tabs, and one non-ASCII character. 2018-04-11 08:29:19 +00:00
ip_icmp.c sbappendaddr() is required any lock. Currently, softnet_lock is appropriate. 2018-06-21 10:37:49 +00:00
ip_icmp.h Use C99 types - in particular, stop using n_time and n_short -, style, and 2018-02-08 10:42:12 +00:00
ip_id.c
ip_input.c Remove the second argument from ip_reass_packet(). We want the IP header 2018-07-10 15:46:58 +00:00
ip_mroute.c Add missing <netinet/in_offload.h> include. 2018-07-11 12:48:42 +00:00
ip_mroute.h Remove RSVP_ISI, that's mostly dead code. FreeBSD and OpenBSD too removed 2018-02-07 11:42:57 +00:00
ip_output.c Rename 2018-07-11 05:25:45 +00:00
ip_private.h
ip_reass.c Remove the second argument from ip_reass_packet(). We want the IP header 2018-07-10 15:46:58 +00:00
ip_var.h Remove the second argument from ip_reass_packet(). We want the IP header 2018-07-10 15:46:58 +00:00
pim.h
pim_var.h
portalgo.c Get rid of unnecessary header inclusions 2017-01-11 13:08:29 +00:00
portalgo.h
raw_ip.c Make sure we have at least an IP header, and remove pointless XXXs (there 2018-05-11 14:07:58 +00:00
sctp.h Pack structs. 2017-06-27 11:55:07 +00:00
sctp_asconf.c Put back some commented out code. 2017-06-28 14:38:18 +00:00
sctp_asconf.h Add core networking support for SCTP. 2015-10-13 21:28:34 +00:00
sctp_constants.h Add core networking support for SCTP. 2015-10-13 21:28:34 +00:00
sctp_crc32.c sprinkle const on sctp_crc_c[] 2016-08-12 19:08:54 +00:00
sctp_crc32.h Add core networking support for SCTP. 2015-10-13 21:28:34 +00:00
sctp_hashdriver.c Add core networking support for SCTP. 2015-10-13 21:28:34 +00:00
sctp_hashdriver.h Add core networking support for SCTP. 2015-10-13 21:28:34 +00:00
sctp_header.h Pack structs. 2017-06-27 11:55:07 +00:00
sctp_indata.c Remove now unused net_osdep.h includes, the other BSDs did the same. 2018-05-01 07:21:39 +00:00
sctp_indata.h Add core networking support for SCTP. 2015-10-13 21:28:34 +00:00
sctp_input.c Remove now unused net_osdep.h includes, the other BSDs did the same. 2018-05-01 07:21:39 +00:00
sctp_input.h Add core networking support for SCTP. 2015-10-13 21:28:34 +00:00
sctp_output.c Remove m_copy completely. 2018-05-03 07:01:08 +00:00
sctp_output.h Add core networking support for SCTP. 2015-10-13 21:28:34 +00:00
sctp_pcb.c Dedup: merge 2018-02-27 14:44:10 +00:00
sctp_pcb.h Add core networking support for SCTP. 2015-10-13 21:28:34 +00:00
sctp_peeloff.c Fix build when IPSEC enabled. 2016-04-25 21:21:02 +00:00
sctp_peeloff.h Add core networking support for SCTP. 2015-10-13 21:28:34 +00:00
sctp_structs.h Fix build when IPSEC enabled. 2016-04-25 21:21:02 +00:00
sctp_timer.c Remove now unused net_osdep.h includes, the other BSDs did the same. 2018-05-01 07:21:39 +00:00
sctp_timer.h Add core networking support for SCTP. 2015-10-13 21:28:34 +00:00
sctp_uio.h Change implementation of sctp_connectx() to use ioctl(2). 2018-07-31 13:36:31 +00:00
sctp_usrreq.c Enable SCTP sysctl nodes. 2018-07-31 16:28:56 +00:00
sctp_var.h Add core networking support for SCTP. 2015-10-13 21:28:34 +00:00
sctputil.c ip6_sprintf -> IN6_PRINT so that we pass the size. 2017-01-16 15:44:46 +00:00
sctputil.h Use const for arguments to sctp_is_same_scope(). 2016-05-22 23:04:27 +00:00
tcp.h add a couple of lint comments. 2017-01-10 20:32:27 +00:00
tcp_congctl.c Remove now unused tcpip.h includes. Some were already unused before. 2018-05-03 07:13:48 +00:00
tcp_congctl.h
tcp_debug.c Remove now unused tcpip.h includes. Some were already unused before. 2018-05-03 07:13:48 +00:00
tcp_debug.h Redefine the structure, not to rely on tcpiphdr. 2018-05-01 07:03:33 +00:00
tcp_fsm.h Remove dead code. 2018-04-07 13:48:50 +00:00
tcp_input.c IP6_EXTHDR_GET -> M_REGION_GET, no functional change. 2018-05-18 18:58:51 +00:00
tcp_output.c Remove reference to tcpiphdr in comment. 2018-05-17 07:30:13 +00:00
tcp_private.h
tcp_sack.c IP6_EXTHDR_GET -> M_REGION_GET, no functional change. 2018-05-18 18:58:51 +00:00
tcp_seq.h fix some case of reference to uninitialized tp->snd_fack. 2014-07-25 17:53:59 +00:00
tcp_subr.c Add XXX. 2018-05-23 18:40:29 +00:00
tcp_timer.c Remove now unused tcpip.h includes. Some were already unused before. 2018-05-03 07:13:48 +00:00
tcp_timer.h Run tcp_slowtimo in workqueue if NET_MPSAFE 2018-01-19 07:53:01 +00:00
tcp_usrreq.c Remove now unused tcpip.h includes. Some were already unused before. 2018-05-03 07:13:48 +00:00
tcp_var.h Move struct tcpiphdr from tcpip.h to tcp_var.h, to match UDP (udpiphdr in 2018-04-29 12:12:42 +00:00
tcp_vtw.c Remove now unused tcpip.h includes. Some were already unused before. 2018-05-03 07:13:48 +00:00
tcp_vtw.h s/static inline/static __inline/g for consistency. 2018-04-19 21:20:43 +00:00
tcpip.h Move struct tcpiphdr from tcpip.h to tcp_var.h, to match UDP (udpiphdr in 2018-04-29 12:12:42 +00:00
udp.h
udp_private.h
udp_usrreq.c Retire ipkdb entirely. The option was removed from the config files 2018-07-15 05:16:40 +00:00
udp_var.h Style, and remove prototype of udp_sysctl (does not exist). 2018-02-08 10:30:30 +00:00
wqinput.c Avoid a deadlock between softnet_lock and IFNET_LOCK 2018-02-24 07:37:08 +00:00
wqinput.h Defer some pr_input to workqueue 2017-02-02 02:52:10 +00:00