NetBSD/sys/netinet
andvar cbf5c65aff s/occured/occurred/ in comments, log messages and man pages. 2021-12-10 20:36:02 +00:00
..
Makefile Remove the network ATM code. 2018-09-06 06:41:59 +00:00
accept_filter.h
accf_data.c
accf_http.c Use the module subsystem's ability to process SYSCTL_SETUP() entries to 2020-03-16 21:20:09 +00:00
cpu_in_cksum.c No need to update mlen also in the case of (mlen & 16) != 0. 2018-08-28 07:28:01 +00:00
dccp.h
dccp_cc_sw.c
dccp_cc_sw.h
dccp_tcplike.c Fix typo (s/recevie/receive/). 2019-06-04 10:15:22 +00:00
dccp_tcplike.h Fix typo (s/recevie/receive/). 2019-06-04 10:15:22 +00:00
dccp_tfrc.c s/occured/occurred/ in comments, log messages and man pages. 2021-12-10 20:36:02 +00:00
dccp_tfrc.h Fix typo (s/recevie/receive/). 2019-06-04 10:15:22 +00:00
dccp_tfrc_lookup.h
dccp_usrreq.c fix typos in comments and log messages, mainly in establish(ed). 2021-12-04 13:23:03 +00:00
dccp_var.h fix various typos, mainly s/prefered/preferred/ 2021-11-07 20:31:09 +00:00
files.ipfilter Build ip_sync.c with -Wno-error to avoid failing due to excessive stack 2020-12-04 00:44:39 +00:00
files.netinet remove now unused pseudo-random ip id code. 2021-03-08 18:03:25 +00:00
icmp6.h icmp6: Remove __packed attribute from icmp6 structures 2020-07-27 14:52:55 +00:00
icmp_private.h - pass the alignment instead of the mask (as Roy asked and to match the 2021-02-17 22:32:04 +00:00
icmp_var.h - Cleanup for dynamic sysctl: 2018-08-22 01:05:21 +00:00
if_arp.c - Make ALIGNED_POINTER use __alignof(t) instead of sizeof(t). This is more 2021-02-19 14:51:59 +00:00
if_ether.h Guard CTASSERT 2021-02-03 17:10:13 +00:00
if_inarp.h ARP: Use ND rather than our own. 2020-09-11 15:16:00 +00:00
igmp.c igmp_sendpkt() expects ip_output() to set 'imo.imo_multicast_ttl' into 2020-05-15 06:34:34 +00:00
igmp.h CTASSERT -> __CTASSERT to unbreak userland build. 2021-02-03 18:13:13 +00:00
igmp_var.h - pass the alignment instead of the mask (as Roy asked and to match the 2021-02-17 22:32:04 +00:00
in.c don't opencode kauth_cred_get() 2021-09-21 14:59:14 +00:00
in.h CTASSERT -> __CTASSERT to unbreak userland build. 2021-02-03 18:13:13 +00:00
in4_cksum.c
in_cksum.c
in_gif.c Avoid having a rtcache directly in a percpu storage for tunnel protocols. 2019-09-19 06:07:24 +00:00
in_gif.h
in_ifattach.h
in_l2tp.c - Make ALIGNED_POINTER use __alignof(t) instead of sizeof(t). This is more 2021-02-19 14:51:59 +00:00
in_l2tp.h
in_offload.c fix in4_cksum() panic "in4_cksum: mbuf 14 too short for IP header 20" 2020-03-27 16:34:58 +00:00
in_offload.h PR kern/53562 2018-12-12 01:40:20 +00:00
in_pcb.c netinet: Allow binding the unspecified address when no addresses exist 2021-10-19 20:01:09 +00:00
in_pcb.h Add IP_BINDANY, IPV6_BINDANY which can be used to bind to any address in 2020-09-08 14:12:57 +00:00
in_pcb_hdr.h netinet: Include the needful so include order doesn't matter. 2020-08-28 07:01:57 +00:00
in_print.c
in_proto.c Use non-variadic function pointer in protosw::pr_input. 2018-09-14 05:09:51 +00:00
in_proto.h
in_selsrc.c
in_selsrc.h
in_systm.h netinet: Include the needful so include order doesn't matter. 2020-08-28 07:01:57 +00:00
in_var.h mv <sys/cprng.h> include to the kernel portion 2021-03-08 22:01:18 +00:00
ip.h CTASSERT -> __CTASSERT to unbreak userland build. 2021-02-03 18:13:13 +00:00
ip6.h netinet/netinet6: Add necessary includes to make these standalone. 2021-03-07 15:01:00 +00:00
ip_carp.c carp: Register carp_carpdev_state to link-state change hook 2021-09-30 03:43:25 +00:00
ip_carp.h CTASSERT -> __CTASSERT to unbreak userland build. 2021-02-03 18:13:13 +00:00
ip_ecn.c
ip_ecn.h
ip_encap.c Mark KASSERT-only variable __diagused. 2020-08-22 01:43:07 +00:00
ip_encap.h Use non-variadic function pointer in protosw::pr_input. 2018-09-14 05:09:51 +00:00
ip_flow.c - Make ALIGNED_POINTER use __alignof(t) instead of sizeof(t). This is more 2021-02-19 14:51:59 +00:00
ip_icmp.c Replace M_ALIGN and MH_ALIGN by m_align. 2018-12-22 14:28:56 +00:00
ip_icmp.h CTASSERT -> __CTASSERT to unbreak userland build. 2021-02-03 18:13:13 +00:00
ip_input.c remove now unused pseudo-random ip id code. 2021-03-08 18:03:25 +00:00
ip_mroute.c PR kern/55779: 2020-11-12 13:13:45 +00:00
ip_mroute.h CTASSERT -> __CTASSERT to unbreak userland build. 2021-02-03 18:13:13 +00:00
ip_output.c Add IP_BINDANY, IPV6_BINDANY which can be used to bind to any address in 2020-09-08 14:12:57 +00:00
ip_private.h - Make ALIGNED_POINTER use __alignof(t) instead of sizeof(t). This is more 2021-02-19 14:51:59 +00:00
ip_reass.c Force ip_off to zero when the reassembly is complete. This was lost in my 2018-10-12 05:41:18 +00:00
ip_var.h CTASSERT -> __CTASSERT to unbreak userland build. 2021-02-03 18:13:13 +00:00
pim.h
pim_var.h Use non-variadic function pointer in protosw::pr_input. 2018-09-14 05:09:51 +00:00
portalgo.c
portalgo.h
raw_ip.c Add IP_BINDANY, IPV6_BINDANY which can be used to bind to any address in 2020-09-08 14:12:57 +00:00
sctp.h fix various typos in comments, mainly copypasta. 2021-10-24 20:00:11 +00:00
sctp_asconf.c Split out the prototypes for add/delete address into a separate header file. 2019-06-25 15:33:55 +00:00
sctp_asconf.h Split out the prototypes for add/delete address into a separate header file. 2019-06-25 15:33:55 +00:00
sctp_constants.h s/inital/initial/ 2019-12-27 09:25:57 +00:00
sctp_crc32.c Remove unused checksum code. 2019-08-13 19:55:40 +00:00
sctp_crc32.h Remove unused checksum code. 2019-08-13 19:55:40 +00:00
sctp_hashdriver.c
sctp_hashdriver.h
sctp_header.h s/convience/convenience/ in comment. 2021-12-05 04:28:53 +00:00
sctp_indata.c Replace: M_MOVE_PKTHDR -> m_move_pkthdr. No functional change, since the 2018-12-22 13:11:37 +00:00
sctp_indata.h
sctp_input.c fix various typos in comments, messages and documentation. 2021-09-19 10:34:06 +00:00
sctp_input.h
sctp_output.c s/futher/further/ in comment. 2021-12-05 04:56:39 +00:00
sctp_output.h
sctp_pcb.c s/occured/occurred/ in comments, log messages and man pages. 2021-12-10 20:36:02 +00:00
sctp_pcb.h fix various typos in compatibility, mainly in comments. 2021-08-09 20:49:08 +00:00
sctp_peeloff.c
sctp_peeloff.h
sctp_route.h Split out the prototypes for add/delete address into a separate header file. 2019-06-25 15:33:55 +00:00
sctp_structs.h
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
sctp_uio.h Change implementation of sctp_connectx() to use ioctl(2). 2018-07-31 13:36:31 +00:00
sctp_usrreq.c Do sctp_connectx() handling using ioctl() for IPv6 as well. 2020-04-27 19:21:43 +00:00
sctp_var.h Do sctp_connectx() handling using ioctl() for IPv6 as well. 2020-04-27 19:21:43 +00:00
sctputil.c s/measurment/measurement/ in comment. 2021-12-05 03:08:19 +00:00
sctputil.h Replace kooky sctp random number generation by cprng_strong32(). 2020-01-19 20:51:13 +00:00
tcp.h CTASSERT -> __CTASSERT to unbreak userland build. 2021-02-03 18:13:13 +00:00
tcp_congctl.c s/threshhold/threshold 2021-07-31 20:29:36 +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 CTASSERT -> __CTASSERT to unbreak userland build. 2021-02-03 18:13:13 +00:00
tcp_fsm.h Remove dead code. 2018-04-07 13:48:50 +00:00
tcp_input.c fix typos in asymmetry, asymmetric(al), symmetrical. 2021-08-09 19:57:57 +00:00
tcp_output.c Remove in-kernel handling of Router Advertisements 2020-06-12 11:04:44 +00:00
tcp_private.h - Make ALIGNED_POINTER use __alignof(t) instead of sizeof(t). This is more 2021-02-19 14:51:59 +00:00
tcp_sack.c IP6_EXTHDR_GET -> M_REGION_GET, no functional change. 2018-05-18 18:58:51 +00:00
tcp_seq.h
tcp_subr.c s/threshhold/threshold 2021-07-31 20:29:36 +00:00
tcp_timer.c Add some randomness to the iss offset 2021-03-08 17:54:43 +00:00
tcp_timer.h Clamp tcp timer quantities to reasonable ranges. 2019-08-06 15:48:18 +00:00
tcp_usrreq.c Get the value of the right variable (from RVP) 2021-08-04 08:47:10 +00:00
tcp_var.h s/threshhold/threshold 2021-07-31 20:29:36 +00:00
tcp_vtw.c fix typos in words "pointer" and s/fram /frame/ 2021-08-13 20:47:54 +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 CTASSERT -> __CTASSERT to unbreak userland build. 2021-02-03 18:13:13 +00:00
udp_private.h - Make ALIGNED_POINTER use __alignof(t) instead of sizeof(t). This is more 2021-02-19 14:51:59 +00:00
udp_usrreq.c - Make ALIGNED_POINTER use __alignof(t) instead of sizeof(t). This is more 2021-02-19 14:51:59 +00:00
udp_var.h Sprinkle CTASSERT to enforce on-wire layout without __packed 2021-02-03 11:53:43 +00:00
wqinput.c Use percpu_foreach_xcall() to gather volatile per-cpu counters. These 2020-02-07 12:35:33 +00:00
wqinput.h