.. |
Makefile
|
Remove the network ATM code.
|
2018-09-06 06:41:59 +00:00 |
accept_filter.h
|
…
|
|
accf_data.c
|
…
|
|
accf_http.c
|
…
|
|
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/inital/initial/
|
2019-12-27 09:25:57 +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
|
sbspace() does not return negative values anymore and that broke OOB data
|
2018-12-16 17:46:58 +00:00 |
dccp_var.h
|
Use non-variadic function pointer in protosw::pr_input.
|
2018-09-14 05:09:51 +00:00 |
files.ipfilter
|
…
|
|
files.netinet
|
…
|
|
icmp6.h
|
- Cleanup for dynamic sysctl:
|
2018-08-22 01:05:21 +00:00 |
icmp_private.h
|
…
|
|
icmp_var.h
|
- Cleanup for dynamic sysctl:
|
2018-08-22 01:05:21 +00:00 |
if_arp.c
|
Remove FDDI support.
|
2020-01-20 18:38:17 +00:00 |
if_ether.h
|
…
|
|
if_inarp.h
|
…
|
|
igmp.c
|
Use non-variadic function pointer in protosw::pr_input.
|
2018-09-14 05:09:51 +00:00 |
igmp.h
|
…
|
|
igmp_var.h
|
Use non-variadic function pointer in protosw::pr_input.
|
2018-09-14 05:09:51 +00:00 |
in.c
|
inet: Add support for IPv4 /31 prefixes, as described in RFC 3021.
|
2019-12-18 00:49:15 +00:00 |
in.h
|
inet: Add support for IPv4 /31 prefixes, as described in RFC 3021.
|
2019-12-18 00:49:15 +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
|
Avoid having a rtcache directly in a percpu storage for tunnel protocols.
|
2019-09-19 06:07:24 +00:00 |
in_l2tp.h
|
…
|
|
in_offload.c
|
PR kern/53562
|
2018-12-12 01:40:20 +00:00 |
in_offload.h
|
PR kern/53562
|
2018-12-12 01:40:20 +00:00 |
in_pcb.c
|
Get rid of IFNET_LOCK for if_mcast_op to avoid a deadlock
|
2019-05-15 02:59:18 +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
|
…
|
|
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
|
…
|
|
in_var.h
|
Introduce and use ip_dad_enabled() and ip6_dad_enabled() functions
|
2018-11-29 09:51:20 +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
|
Remove FDDI support.
|
2020-01-20 18:38:17 +00:00 |
ip_carp.h
|
Provide SIOCGIFMEDIA ioctl to deliver link status.
|
2020-01-16 12:56:39 +00:00 |
ip_ecn.c
|
…
|
|
ip_ecn.h
|
…
|
|
ip_encap.c
|
Fix build failure when INET6 is disabled and NET_MPSAFE is enabled. Pointed out by ozaki-r@n.o, thanks.
|
2019-05-15 03:33:41 +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
|
…
|
|
ip_icmp.c
|
Replace M_ALIGN and MH_ALIGN by m_align.
|
2018-12-22 14:28:56 +00:00 |
ip_icmp.h
|
Use non-variadic function pointer in protosw::pr_input.
|
2018-09-14 05:09:51 +00:00 |
ip_id.c
|
s/initalize/initialize/ in comment or printf message.
|
2019-10-18 04:09:01 +00:00 |
ip_input.c
|
Get rid of unnecessary NULL checks for rt_ifa and ifa_ifp
|
2019-11-13 02:51:22 +00:00 |
ip_mroute.c
|
Use non-variadic function pointer in protosw::pr_input.
|
2018-09-14 05:09:51 +00:00 |
ip_mroute.h
|
…
|
|
ip_output.c
|
s/referece/reference/ in comment.
|
2019-12-27 10:17:56 +00:00 |
ip_private.h
|
…
|
|
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
|
Count packets dropped by pfil
|
2019-05-13 07:47:59 +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
|
RIP, RIP6, DDP, SCTP and SCTP6 lack a length check in their _connect()
|
2019-02-24 07:20:33 +00:00 |
sctp.h
|
Fix typo in comment (s/seperate/separate/).
|
2019-06-03 06:04:20 +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
|
…
|
|
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
|
s/recieve/receive/
|
2019-05-28 08:59:33 +00:00 |
sctp_input.h
|
…
|
|
sctp_output.c
|
Fix typo in comment.
|
2019-12-26 04:44:10 +00:00 |
sctp_output.h
|
…
|
|
sctp_pcb.c
|
Replace kooky sctp random number generation by cprng_strong32().
|
2020-01-19 20:51:13 +00:00 |
sctp_pcb.h
|
Replace kooky sctp random number generation by cprng_strong32().
|
2020-01-19 20:51:13 +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
|
…
|
|
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
|
Split out the prototypes for add/delete address into a separate header file.
|
2019-06-25 15:33:55 +00:00 |
sctp_var.h
|
Use non-variadic function pointer in protosw::pr_input.
|
2018-09-14 05:09:51 +00:00 |
sctputil.c
|
Replace kooky sctp random number generation by cprng_strong32().
|
2020-01-19 20:51:13 +00:00 |
sctputil.h
|
Replace kooky sctp random number generation by cprng_strong32().
|
2020-01-19 20:51:13 +00:00 |
tcp.h
|
Add comments to the tcp flags.
|
2019-11-01 13:54:59 +00:00 |
tcp_congctl.c
|
All of snd_wnd, snd_cwnd and snd_ssthresh in stuct tcpcb are u_long,
|
2019-10-09 05:29:18 +00:00 |
tcp_congctl.h
|
…
|
|
tcp_debug.c
|
…
|
|
tcp_debug.h
|
…
|
|
tcp_fsm.h
|
…
|
|
tcp_input.c
|
Call rtcache_unref() only when the checks succeed, instead of relying on
|
2019-11-16 10:15:10 +00:00 |
tcp_output.c
|
Don't allow zero sized segments that will panic the stack.
|
2019-11-17 08:21:25 +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
|
…
|
|
tcp_subr.c
|
Clamp tcp timer quantities to reasonable ranges.
|
2019-08-06 15:48:18 +00:00 |
tcp_timer.c
|
…
|
|
tcp_timer.h
|
Clamp tcp timer quantities to reasonable ranges.
|
2019-08-06 15:48:18 +00:00 |
tcp_usrreq.c
|
Clamp tcp timer quantities to reasonable ranges.
|
2019-08-06 15:48:18 +00:00 |
tcp_var.h
|
Remove unused arguments.
|
2018-12-27 16:59:17 +00:00 |
tcp_vtw.c
|
in many device attach paths, allocate memory with KM_SLEEP instead of KM_NOSLEEP
|
2019-10-01 18:00:07 +00:00 |
tcp_vtw.h
|
…
|
|
tcpip.h
|
…
|
|
udp.h
|
…
|
|
udp_private.h
|
…
|
|
udp_usrreq.c
|
Remove unused arguments.
|
2018-12-27 16:59:17 +00:00 |
udp_var.h
|
Use non-variadic function pointer in protosw::pr_input.
|
2018-09-14 05:09:51 +00:00 |
wqinput.c
|
wqinput: avoid having struct wqinput_worklist directly in a percpu storage
|
2019-09-19 04:09:34 +00:00 |
wqinput.h
|
…
|
|