aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
* Make arp code return (more) errors.Bjoern A. Zeeb2019-02-241-8/+25
* Support struct ip_mreqn as argument for IP_ADD_MEMBERSHIP. Legacy supportGleb Smirnoff2019-02-231-24/+33
* The receive buffer autoscaling for TCP is based on a linear growth, whichMichael Tuexen2019-02-211-15/+12
* This patch addresses an issue brought up by bz@ in D18968:Michael Tuexen2019-02-211-3/+19
* Reduce the TCP initial retransmission timeout from 3 seconds toMichael Tuexen2019-02-202-2/+2
* Use exponential backoff for retransmitting SYN segments as specifiedMichael Tuexen2019-02-204-12/+8
* Fix a byte ordering issue for the advertised receiver window in ACKMichael Tuexen2019-02-151-1/+1
* In r335015 PCB destroing was made deferred using epoch_call().Andrey V. Elsukov2019-02-131-0/+2
* garp: Fix vnet related panic for gratuitous arpKristof Provost2019-02-121-0/+4
* Improve input validation for raw IPv4 socket using the IP_HDRINCLMichael Tuexen2019-02-121-0/+30
* Fix a locking issue when reporing outbount messages.Michael Tuexen2019-02-101-1/+1
* Fix a locking issue in the IPPROTO_SCTP level SCTP_PEER_ADDR_THLDS socketMichael Tuexen2019-02-101-0/+3
* Fix a locking bug in the IPPROTO_SCTP level SCTP_EVENT socket option.Michael Tuexen2019-02-101-0/+4
* Fix locking for IPPROTO_SCTP level SCTP_DEFAULT_PRINFO socket option.Michael Tuexen2019-02-101-0/+3
* Ensure that when using the TCP CDG congestion control and setting theMichael Tuexen2019-02-081-1/+5
* Only reduce the PMTU after the send call. The only way to increase it, isMichael Tuexen2019-02-051-6/+10
* Fix an off-by-one error in the input validation of the SCTP_RESET_STREAMSMichael Tuexen2019-02-051-2/+2
* Regularize the Netflix copyrightWarner Losh2019-02-049-19/+9
* When handling SYN-ACK segments in the SYN-RCVD state, set tp->snd_wndMichael Tuexen2019-02-012-3/+2
* Repair siftr(4): PFIL_IN and PFIL_OUT are defines of some value, relyingGleb Smirnoff2019-02-011-9/+8
* New pfil(9) KPI together with newborn pfil API and control utility.Gleb Smirnoff2019-01-315-55/+76
* Add a simple port filter to SIFTR.Brooks Davis2019-01-301-0/+25
* Fix the detection of ECN-setup SYN-ACK packets.Michael Tuexen2019-01-282-2/+4
* Don't include two header files when not needed.Michael Tuexen2019-01-251-4/+6
* Fix a bug in the restart window computation of TCP New RenoMichael Tuexen2019-01-254-40/+35
* Get the arithmetic right...Michael Tuexen2019-01-241-1/+1
* Kill a trailing whitespace character...Michael Tuexen2019-01-241-1/+1
* Update a comment to reflect the current reality.Michael Tuexen2019-01-241-1/+6
* Style.Mark Johnston2019-01-231-6/+4
* Fix an LLE lookup race.Mark Johnston2019-01-231-0/+11
* Make SIFTR work again after r342125 (D18443).Brooks Davis2019-01-181-6/+11
* Limit the user-controllable amount of memory the kernel allocatesMichael Tuexen2019-01-162-0/+7
* Fix window update issue when scaling disabledStephen Hurd2019-01-151-1/+2
* Fix getsockopt() for IP_OPTIONS/IP_RETOPTS.Michael Tuexen2019-01-091-1/+2
* Mechanical cleanup of epoch(9) usage in network stack.Gleb Smirnoff2019-01-0915-102/+141
* Support MSG_DONTWAIT in send*(2).Mark Johnston2019-01-041-1/+1
* Fix a regression in the TCP handling of received segments.Michael Tuexen2018-12-201-4/+22
* Revert r331567 CC Cubic: fix underflow for cubic_cwnd()Hiren Panchasara2018-12-153-52/+7
* Fix bugs in plugable CC algorithm and siftr sysctls.Brooks Davis2018-12-157-58/+60
* Remove unused argument to priv_check_cred.Mateusz Guzik2018-12-111-5/+3
* Clamp the INPCB port hash tables to IPPORT_MAX + 1 chains.Mark Johnston2018-12-052-10/+7
* Add ability to request listing and deleting only for dynamic states.Andrey V. Elsukov2018-12-041-1/+3
* Limit option_len for the TCP_CCALGOOPT.Michael Tuexen2018-11-302-0/+4
* Plug some networking sysctl leaks.Mark Johnston2018-11-226-4/+10
* A TCP stack is required to check SEG.ACK first, when processing aMichael Tuexen2018-11-221-0/+9
* Ensure that the TCP RACK stack honours the setting of theMichael Tuexen2018-11-221-0/+4
* Ensure that the default RTT stack can make an RTT measurement ifMichael Tuexen2018-11-221-2/+11
* Ensure that TCP RST-segments announce consistently a receiver window ofMichael Tuexen2018-11-222-13/+22
* Improve two KASSERTs in the TCP RACK stack.Michael Tuexen2018-11-211-10/+12
* Make multiline APPLY_MASK() macro to be function-like.Andrey V. Elsukov2018-11-201-2/+3