freebsd-nq/sys/netinet
Jonathan T. Looney b8c2cd15e9 Prevent underflows in tp->snd_wnd if the remote side ACKs more than
tp->snd_wnd. This can happen, for example, when the remote side responds to
a window probe by ACKing the one byte it contains.

Differential Revision:	https://reviews.freebsd.org/D5625
Reviewed by:	hiren
Obtained from:	Juniper Networks (earlier version)
MFC after:	2 weeks
Sponsored by:	Juniper Networks
2016-04-21 15:06:53 +00:00
..
cc
khelp
libalias netinet: for pointers replace 0 with NULL. 2016-04-15 15:46:41 +00:00
tcp_stacks
accf_data.c
accf_dns.c
accf_http.c
icmp6.h
icmp_var.h
if_atm.c
if_atm.h
if_ether.c netinet: for pointers replace 0 with NULL. 2016-04-15 15:46:41 +00:00
if_ether.h
igmp_var.h
igmp.c netinet: for pointers replace 0 with NULL. 2016-04-15 15:46:41 +00:00
igmp.h
in_cksum.c
in_debug.c
in_fib.c
in_fib.h
in_gif.c
in_kdtrace.c
in_kdtrace.h
in_mcast.c netinet: for pointers replace 0 with NULL. 2016-04-15 15:46:41 +00:00
in_pcb.c FreeBSD previously provided route caching for TCP (and UDP). Re-add 2016-03-24 07:54:56 +00:00
in_pcb.h FreeBSD previously provided route caching for TCP (and UDP). Re-add 2016-03-24 07:54:56 +00:00
in_pcbgroup.c Unbreak the RSS/PCBGROUp build. 2016-03-31 00:53:23 +00:00
in_proto.c kernel: use our nitems() macro when it is available through param.h. 2016-04-19 23:48:27 +00:00
in_rmx.c
in_rss.c
in_rss.h
in_systm.h
in_var.h
in.c
in.h
ip6.h
ip_carp.c
ip_carp.h
ip_divert.c netinet: for pointers replace 0 with NULL. 2016-04-15 15:46:41 +00:00
ip_divert.h
ip_dummynet.h
ip_ecn.c
ip_ecn.h
ip_encap.c
ip_encap.h
ip_fastfwd.c
ip_fw.h Add External Actions KPI to ipfw(9). 2016-04-14 22:51:23 +00:00
ip_gre.c
ip_icmp.c netinet: for pointers replace 0 with NULL. 2016-04-15 15:46:41 +00:00
ip_icmp.h Allow the handling of ICMP messages sent in response to SCTP packets 2016-04-14 19:59:21 +00:00
ip_id.c
ip_input.c Do not overwrite the dchg variable. 2016-04-14 18:57:30 +00:00
ip_ipsec.c
ip_ipsec.h
ip_mroute.c netinet: for pointers replace 0 with NULL. 2016-04-15 15:46:41 +00:00
ip_mroute.h
ip_options.c netinet: for pointers replace 0 with NULL. 2016-04-15 15:46:41 +00:00
ip_options.h
ip_output.c netinet: for pointers replace 0 with NULL. 2016-04-15 15:46:41 +00:00
ip_reass.c
ip_var.h
ip.h
pim_var.h
pim.h
raw_ip.c netinet: for pointers replace 0 with NULL. 2016-04-15 15:46:41 +00:00
sctp_asconf.c
sctp_asconf.h
sctp_auth.c
sctp_auth.h
sctp_bsd_addr.c
sctp_bsd_addr.h
sctp_cc_functions.c
sctp_constants.h This is work done by Michael Tuexen and myself at the IETF. This 2016-04-07 09:10:34 +00:00
sctp_crc32.c
sctp_crc32.h
sctp_dtrace_declare.h
sctp_dtrace_define.h This is work done by Michael Tuexen and myself at the IETF. This 2016-04-07 09:10:34 +00:00
sctp_header.h Don't use anonymous unions. 2016-04-18 06:38:53 +00:00
sctp_indata.c Address issues found by the XCode code analyzer. 2016-04-18 20:16:41 +00:00
sctp_indata.h A couple of minor changes that I missed that Michael had done, most noted 2016-04-07 09:34:41 +00:00
sctp_input.c Put panic() calls under INVARIANTS. 2016-04-18 09:29:14 +00:00
sctp_input.h
sctp_lock_bsd.h
sctp_os_bsd.h A couple of minor changes that I missed that Michael had done, most noted 2016-04-07 09:34:41 +00:00
sctp_os.h
sctp_output.c Fix signed/unsigned warnings. 2016-04-18 11:39:41 +00:00
sctp_output.h
sctp_pcb.c This is work done by Michael Tuexen and myself at the IETF. This 2016-04-07 09:10:34 +00:00
sctp_pcb.h This is work done by Michael Tuexen and myself at the IETF. This 2016-04-07 09:10:34 +00:00
sctp_peeloff.c
sctp_peeloff.h
sctp_ss_functions.c
sctp_structs.h This is work done by Michael Tuexen and myself at the IETF. This 2016-04-07 09:10:34 +00:00
sctp_syscalls.c netinet: for pointers replace 0 with NULL. 2016-04-15 15:46:41 +00:00
sctp_sysctl.c
sctp_sysctl.h A couple of minor changes that I missed that Michael had done, most noted 2016-04-07 09:34:41 +00:00
sctp_timer.c Improve compilation on windows 64-bit (for the userland stack). 2016-03-27 10:04:25 +00:00
sctp_timer.h
sctp_uio.h This is work done by Michael Tuexen and myself at the IETF. This 2016-04-07 09:10:34 +00:00
sctp_usrreq.c Address issues found by the XCode code analyzer. 2016-04-18 20:16:41 +00:00
sctp_var.h Fix the ICMP6 handling for SCTP. 2016-04-16 21:34:49 +00:00
sctp.h This is work done by Michael Tuexen and myself at the IETF. This 2016-04-07 09:10:34 +00:00
sctputil.c Address issues found by the XCode code analyzer. 2016-04-18 20:16:41 +00:00
sctputil.h Address issues found by the XCode code analyzer. 2016-04-18 20:16:41 +00:00
siftr.c
tcp_debug.c
tcp_debug.h
tcp_fastopen.c Mfp: r296259 2016-04-09 10:58:08 +00:00
tcp_fastopen.h
tcp_fsm.h
tcp_hostcache.c
tcp_hostcache.h
tcp_input.c Prevent underflows in tp->snd_wnd if the remote side ACKs more than 2016-04-21 15:06:53 +00:00
tcp_lro.c tcp/lro: Change SLIST to LIST, so that removing an entry is O(1) 2016-04-01 06:43:05 +00:00
tcp_lro.h tcp/lro: Change SLIST to LIST, so that removing an entry is O(1) 2016-04-01 06:43:05 +00:00
tcp_offload.c
tcp_offload.h
tcp_output.c FreeBSD previously provided route caching for TCP (and UDP). Re-add 2016-03-24 07:54:56 +00:00
tcp_pcap.c
tcp_pcap.h
tcp_reass.c
tcp_sack.c
tcp_seq.h
tcp_subr.c Mfp: r296310,r296343 2016-04-09 12:05:23 +00:00
tcp_syncache.c Indentation issues. 2016-04-20 16:19:44 +00:00
tcp_syncache.h
tcp_timer.c FreeBSD previously provided route caching for TCP (and UDP). Re-add 2016-03-24 07:54:56 +00:00
tcp_timer.h
tcp_timewait.c
tcp_usrreq.c
tcp_var.h
tcp.h
tcpip.h
toecore.c
toecore.h
udp_usrreq.c netinet: for pointers replace 0 with NULL. 2016-04-15 15:46:41 +00:00
udp_var.h
udp.h
udplite.h