.. |
Makefile
|
add l2tp(4) L2TPv3 interface.
|
2017-02-16 08:12:43 +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
|
…
|
|
cpu_in_cksum.c
|
…
|
|
dccp.h
|
…
|
|
dccp_cc_sw.c
|
Sweep unnecessary route.h inclusions
|
2016-04-26 08:44:44 +00:00 |
dccp_cc_sw.h
|
…
|
|
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
|
…
|
|
dccp_usrreq.c
|
Change bzero -> memset, bcopy -> memcpy.
|
2017-05-07 21:36:23 +00:00 |
dccp_var.h
|
KNF. Remove extra spaces. No functional change.
|
2016-07-07 06:55:38 +00:00 |
files.ipfilter
|
…
|
|
files.netinet
|
Add core networking support for SCTP.
|
2015-10-13 21:28:34 +00:00 |
icmp6.h
|
Remove unnecessary forward struct declarations
|
2016-12-11 07:34:14 +00:00 |
icmp_private.h
|
…
|
|
icmp_var.h
|
…
|
|
if_arp.c
|
Use if_get_bylla() instead of just looking at the lla of the interface
|
2017-06-27 12:21:54 +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
|
Tweak softnet_lock and NET_MPSAFE
|
2017-01-24 07:09:24 +00:00 |
igmp.h
|
…
|
|
igmp_var.h
|
…
|
|
in.c
|
Purge ARP/NDP entries on an interface when the interface is down
|
2017-06-22 09:53:24 +00:00 |
in.h
|
add l2tp(4) L2TPv3 interface.
|
2017-02-16 08:12:43 +00:00 |
in4_cksum.c
|
…
|
|
in_cksum.c
|
…
|
|
in_gif.c
|
remove unnecessary conversion.
|
2017-01-06 03:25:13 +00:00 |
in_gif.h
|
fix: gif(4) receive side race
|
2016-07-04 04:22:47 +00:00 |
in_ifattach.h
|
…
|
|
in_l2tp.c
|
remove duplicated validation. That is already done in l2tp_lookup_session_ref().
|
2017-03-30 23:13:54 +00:00 |
in_l2tp.h
|
add missing files.
|
2017-02-16 08:23:35 +00:00 |
in_offload.c
|
Stop using rt_gwroute on packet sending paths
|
2016-04-26 09:30:01 +00:00 |
in_offload.h
|
…
|
|
in_pcb.c
|
Check if solock of PCB is held when SP caches in the PCB are accessed
|
2017-04-25 05:44:11 +00:00 |
in_pcb.h
|
Make sure imo_membership is protected by inp's lock (solock)
|
2017-03-02 05:29:31 +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
|
…
|
|
in_proto.c
|
Rumpify netipsec
|
2017-04-14 02:43:27 +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
|
replace in_fmtaddr() by IN_PRINT(), and delete function in_fmtaddr()
|
2017-05-12 17:53:53 +00:00 |
ip.h
|
…
|
|
ip6.h
|
…
|
|
ip_carp.c
|
Allow CARP to call the link_state_change handler immediately
|
2017-05-19 08:53:51 +00:00 |
ip_carp.h
|
Constify rtentry of if_output
|
2016-04-28 00:16:56 +00:00 |
ip_ecn.c
|
…
|
|
ip_ecn.h
|
…
|
|
ip_encap.c
|
remove checks for failure after memory allocation calls that cannot fail:
|
2017-06-01 02:45:05 +00:00 |
ip_encap.h
|
make encap_lock_{enter,exit} interruptable.
|
2016-07-04 04:35:09 +00:00 |
ip_etherip.c
|
Get rid of unnecessary header inclusions
|
2017-01-11 13:08:29 +00:00 |
ip_etherip.h
|
…
|
|
ip_flow.c
|
Add missing NULL checks for m_get_rcvif
|
2017-02-07 02:38:08 +00:00 |
ip_icmp.c
|
Don't use a single global variable to store source route information for multiple incoming packets
|
2017-03-31 06:49:44 +00:00 |
ip_icmp.h
|
Protect sysctl_net_inet_ip_pmtudto with icmp_mtx instead of softnet_lock
|
2017-02-17 04:32:10 +00:00 |
ip_id.c
|
…
|
|
ip_input.c
|
remove checks for failure after memory allocation calls that cannot fail:
|
2017-06-01 02:45:05 +00:00 |
ip_mroute.c
|
Tweak softnet_lock and NET_MPSAFE
|
2017-01-24 07:09:24 +00:00 |
ip_mroute.h
|
…
|
|
ip_output.c
|
replace in_fmtaddr() by IN_PRINT(), and delete function in_fmtaddr()
|
2017-05-12 17:53:53 +00:00 |
ip_private.h
|
…
|
|
ip_reass.c
|
Get rid of unnecessary header inclusions
|
2017-01-11 13:08:29 +00:00 |
ip_var.h
|
Don't use a single global variable to store source route information for multiple incoming packets
|
2017-03-31 06:49:44 +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
|
Remove unnecessary NULL checks for inp_socket and in6p_socket
|
2017-04-20 08:46:07 +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
|
Fix build when IPSEC enabled.
|
2016-04-25 21:21:02 +00:00 |
sctp_indata.h
|
Add core networking support for SCTP.
|
2015-10-13 21:28:34 +00:00 |
sctp_input.c
|
Check outgoing cookie size before accessing any contents.
|
2017-06-27 13:27:54 +00:00 |
sctp_input.h
|
Add core networking support for SCTP.
|
2015-10-13 21:28:34 +00:00 |
sctp_output.c
|
Use host byte order for a debug message.
|
2017-06-27 13:54:56 +00:00 |
sctp_output.h
|
Add core networking support for SCTP.
|
2015-10-13 21:28:34 +00:00 |
sctp_pcb.c
|
Whitespace.
|
2017-06-28 13:22:28 +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
|
Add rtcache_unref to release points of rtentry stemming from rtcache
|
2016-12-08 05:16:33 +00:00 |
sctp_timer.h
|
Add core networking support for SCTP.
|
2015-10-13 21:28:34 +00:00 |
sctp_uio.h
|
Pack assoc structs.
|
2017-06-28 14:39:33 +00:00 |
sctp_usrreq.c
|
Switch the address list of intefaces to pslist(9)
|
2016-07-07 09:32:01 +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
|
Restore behaviour to pre- tcp_congctl.c:1.18 for SACK. Further analysis
|
2017-01-02 09:29:38 +00:00 |
tcp_congctl.h
|
…
|
|
tcp_debug.c
|
Sweep unnecessary route.h inclusions
|
2016-04-26 08:44:44 +00:00 |
tcp_debug.h
|
…
|
|
tcp_fsm.h
|
…
|
|
tcp_input.c
|
Fix KASSERT in tcp_input
|
2017-06-19 10:04:23 +00:00 |
tcp_output.c
|
Assert inph_locked on ipsec_pcb_skip_ipsec (was IPSEC_PCB_SKIP_IPSEC)
|
2017-06-02 03:41:20 +00:00 |
tcp_private.h
|
…
|
|
tcp_sack.c
|
Remove unnecessary inclusions of nd6.h
|
2016-12-13 08:29:03 +00:00 |
tcp_seq.h
|
…
|
|
tcp_subr.c
|
Pass inpcb/in6pcb instead of socket to ip_output/ip6_output
|
2017-03-03 07:13:06 +00:00 |
tcp_timer.c
|
fix: unlock in reverse order
|
2016-07-25 00:10:38 +00:00 |
tcp_timer.h
|
…
|
|
tcp_usrreq.c
|
Tweak softnet_lock and NET_MPSAFE
|
2017-01-24 07:09:24 +00:00 |
tcp_var.h
|
…
|
|
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
|
Remove unnecessary inclusions of nd6.h
|
2016-12-13 08:29:03 +00:00 |
tcpip.h
|
…
|
|
udp.h
|
…
|
|
udp_private.h
|
…
|
|
udp_usrreq.c
|
Remove unnecessary NULL checks for inp_socket and in6p_socket
|
2017-04-20 08:46:07 +00:00 |
udp_var.h
|
Give proper prototype to udp_output.
|
2016-01-20 22:01:18 +00:00 |
wqinput.c
|
pool_init does not copy its name argument
|
2017-06-02 19:10:19 +00:00 |
wqinput.h
|
Defer some pr_input to workqueue
|
2017-02-02 02:52:10 +00:00 |