.. |
accept_filter.h
|
|
|
accf_data.c
|
|
|
accf_http.c
|
|
|
cpu_in_cksum.c
|
|
|
dccp_cc_sw.c
|
|
|
dccp_cc_sw.h
|
|
|
dccp_tcplike.c
|
|
|
dccp_tcplike.h
|
|
|
dccp_tfrc_lookup.h
|
|
|
dccp_tfrc.c
|
|
|
dccp_tfrc.h
|
|
|
dccp_usrreq.c
|
Typos.
|
2018-02-08 09:05:16 +00:00 |
dccp_var.h
|
|
|
dccp.h
|
|
|
files.ipfilter
|
|
|
files.netinet
|
Remove TCP_COMPAT_42.
|
2017-07-29 05:46:29 +00:00 |
icmp6.h
|
nd6: add a nonce to DaD probes in-case they are looped back to us
|
2018-03-06 10:57:00 +00:00 |
icmp_private.h
|
|
|
icmp_var.h
|
|
|
if_arp.c
|
Fix a race condition on DAD destructions (again)
|
2018-03-08 06:48:23 +00:00 |
if_atm.c
|
|
|
if_atm.h
|
|
|
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_var.h
|
|
|
igmp.c
|
Remove RSVP_ISI, that's mostly dead code. FreeBSD and OpenBSD too removed
|
2018-02-07 11:42:57 +00:00 |
igmp.h
|
|
|
in4_cksum.c
|
|
|
in_cksum.c
|
|
|
in_gif.c
|
apply in{,6}_tunnel_validate() to gif(4).
|
2018-01-10 11:13:26 +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
|
Several fixes in L2TP:
|
2018-01-26 07:49:15 +00:00 |
in_l2tp.h
|
add missing files.
|
2017-02-16 08:23:35 +00:00 |
in_offload.c
|
|
|
in_offload.h
|
|
|
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_pcb.c
|
Dedup: merge
|
2018-02-27 14:44:10 +00:00 |
in_pcb.h
|
1) "#define ipi_spec_dst ipi_addr" in <netinet/in.h>
|
2018-01-01 00:51:36 +00:00 |
in_print.c
|
|
|
in_proto.c
|
Add the PR_LASTHDR flag on the PFsync and CARP entries. Otherwise a
|
2018-03-15 08:15:21 +00:00 |
in_proto.h
|
|
|
in_selsrc.c
|
|
|
in_selsrc.h
|
|
|
in_systm.h
|
|
|
in_var.h
|
replace in_fmtaddr() by IN_PRINT(), and delete function in_fmtaddr()
|
2017-05-12 17:53:53 +00:00 |
in.c
|
Use pool(9) for llentry allocations
|
2018-03-06 07:27:55 +00:00 |
in.h
|
Remove dead code.
|
2018-02-09 18:31:52 +00:00 |
ip6.h
|
|
|
ip_carp.c
|
Fix an untriggerable memory leak. carp_prepare_ad does not fail, so switch
|
2018-03-21 15:33:25 +00:00 |
ip_carp.h
|
|
|
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
|
Fix memory leak, found by Mootja.
|
2018-01-14 16:18:11 +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
|
Provide macros for softnet_lock and KERNEL_LOCK hiding NET_MPSAFE switch
|
2017-11-17 07:37:12 +00:00 |
ip_icmp.c
|
Fix a possible buffer overflow in the IPv4 _ctlinput functions.
|
2018-02-08 09:32:02 +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
|
Avoid a deadlock between softnet_lock and IFNET_LOCK
|
2018-02-24 07:37:08 +00:00 |
ip_mroute.c
|
Sprinkle more soroverflow().
|
2018-03-21 14:23:54 +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
|
correct typo: and and -> and (comments only)
|
2018-03-30 22:54:36 +00:00 |
ip_private.h
|
|
|
ip_reass.c
|
Remove M_PKTHDR from secondary mbufs when reassembling packets.
|
2018-03-09 11:57:38 +00:00 |
ip_var.h
|
add ipsec(4) interface, which is used for route-based VPN.
|
2018-01-10 10:56:30 +00:00 |
ip.h
|
|
|
Makefile
|
add l2tp(4) L2TPv3 interface.
|
2017-02-16 08:12:43 +00:00 |
pim_var.h
|
|
|
pim.h
|
|
|
portalgo.c
|
Get rid of unnecessary header inclusions
|
2017-01-11 13:08:29 +00:00 |
portalgo.h
|
|
|
raw_ip.c
|
Sprinkle more soroverflow().
|
2018-03-21 14:23:54 +00:00 |
sctp_asconf.c
|
Put back some commented out code.
|
2017-06-28 14:38:18 +00:00 |
sctp_asconf.h
|
|
|
sctp_constants.h
|
|
|
sctp_crc32.c
|
|
|
sctp_crc32.h
|
|
|
sctp_hashdriver.c
|
|
|
sctp_hashdriver.h
|
|
|
sctp_header.h
|
Pack structs.
|
2017-06-27 11:55:07 +00:00 |
sctp_indata.c
|
Improve compliance to RFC 6458.
|
2017-12-10 11:52:14 +00:00 |
sctp_indata.h
|
|
|
sctp_input.c
|
Dedup: merge ipsec4_in_reject and ipsec6_in_reject into ipsec_in_reject.
|
2018-02-26 09:04:29 +00:00 |
sctp_input.h
|
|
|
sctp_output.c
|
correct typo: and and -> and (comments only)
|
2018-03-30 22:54:36 +00:00 |
sctp_output.h
|
|
|
sctp_pcb.c
|
Dedup: merge
|
2018-02-27 14:44:10 +00:00 |
sctp_pcb.h
|
|
|
sctp_peeloff.c
|
|
|
sctp_peeloff.h
|
|
|
sctp_structs.h
|
|
|
sctp_timer.c
|
Add ipsec option header.
|
2017-12-10 11:03:58 +00:00 |
sctp_timer.h
|
|
|
sctp_uio.h
|
Improve compliance to RFC 6458.
|
2017-12-10 11:52:14 +00:00 |
sctp_usrreq.c
|
Improve compliance to RFC 6458.
|
2017-12-10 11:52:14 +00:00 |
sctp_var.h
|
|
|
sctp.h
|
Pack structs.
|
2017-06-27 11:55:07 +00:00 |
sctputil.c
|
ip6_sprintf -> IN6_PRINT so that we pass the size.
|
2017-01-16 15:44:46 +00:00 |
sctputil.h
|
|
|
tcp_congctl.c
|
Remove #ifdef INET. Same as tcp_input.c. Makes the code easier to
|
2018-03-29 07:46:43 +00:00 |
tcp_congctl.h
|
|
|
tcp_debug.c
|
Remove #ifdef INET. Same as tcp_input.c. Makes the code easier to
|
2018-03-29 07:46:43 +00:00 |
tcp_debug.h
|
|
|
tcp_fsm.h
|
|
|
tcp_input.c
|
Fix the log. mtod never returns NULL, so 'ip' is always non-NULL, and the
|
2018-03-30 08:25:06 +00:00 |
tcp_output.c
|
Remove dead code. It was introduced in rev1 (25 years ago), and is
|
2018-03-30 08:57:32 +00:00 |
tcp_private.h
|
|
|
tcp_sack.c
|
Remove #ifdef INET. Same as tcp_input.c. Makes the code easier to
|
2018-03-29 07:46:43 +00:00 |
tcp_seq.h
|
|
|
tcp_subr.c
|
Remove TCPREASS_DEBUG. It was introduced 20 years ago when the reassembler
|
2018-03-29 18:54:48 +00:00 |
tcp_timer.c
|
Remove #ifdef INET. Same as tcp_input.c. Makes the code easier to
|
2018-03-29 07:46:43 +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 #ifdef INET. Same as tcp_input.c. Makes the code easier to
|
2018-03-29 07:46:43 +00:00 |
tcp_var.h
|
Remove two unused args from syn_cache_get().
|
2018-03-28 14:22:16 +00:00 |
tcp_vtw.c
|
remove checks for failure after memory allocation calls that cannot fail:
|
2017-06-01 02:45:05 +00:00 |
tcp_vtw.h
|
|
|
tcp.h
|
add a couple of lint comments.
|
2017-01-10 20:32:27 +00:00 |
tcpip.h
|
|
|
udp_private.h
|
|
|
udp_usrreq.c
|
socket: report receive buffer overflows
|
2018-03-19 16:26:25 +00:00 |
udp_var.h
|
Style, and remove prototype of udp_sysctl (does not exist).
|
2018-02-08 10:30:30 +00:00 |
udp.h
|
|
|
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 |