aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
* Add ability to limit split map entries to prevent resourceGordon Tetlow2019-06-192-10/+70
* MFS12 r343454: Fix an LLE lookup raceEd Maste2019-02-051-6/+15
* MFS12 r342378: Fix a regression in the TCP handling of received segments.Ed Maste2019-01-091-4/+22
* MFS12 r342181: Revert CC Cubic: fix underflow for cubic_cwnd()Ed Maste2019-01-093-52/+7
* MFstable/12 r341259:Mark Johnston2018-11-292-12/+34
* MFstable/12 r340921:Mark Johnston2018-11-266-4/+10
* MFC r340313:Mark Johnston2018-11-131-0/+10
* MFC r340260 (emaste):Glen Barber2018-11-081-1/+4
* MFC r340009:Bjoern A. Zeeb2018-11-041-0/+15
* MFC r339791:Michael Tuexen2018-10-291-20/+20
* The handling of RST segments in the SYN-RCVD state exists in theMichael Tuexen2018-10-183-40/+63
* In r338102, the TCP reassembly code was substantially restructured. PriorJonathan T. Looney2018-10-161-3/+1
* In udp_input() when walking the pcblist we can come acrossBjoern A. Zeeb2018-10-121-0/+5
* r217592 moved the check for imo in udp_input() into the conditional blockBjoern A. Zeeb2018-10-121-2/+3
* There are three places where we return from a function which entered anJonathan T. Looney2018-10-091-2/+3
* Avoid truncating unrecognised parameters when reporting them.Michael Tuexen2018-10-071-34/+15
* Ensure that the ips_localout counter is incremented forMichael Tuexen2018-10-071-1/+2
* Convert UDP length to host byte orderTom Jones2018-10-051-2/+3
* Hold a write lock across udp_notify()Ryan Stone2018-10-041-10/+4
* Mitigate providing a timing signal if the COOKIE or AUTHMichael Tuexen2018-10-012-3/+3
* After allocating chunks set the fields in a consistent way.Michael Tuexen2018-10-011-5/+3
* Add INP_INFO_WUNLOCK_ASSERT() macro and use it instead ofAndrey V. Elsukov2018-10-014-8/+10
* Plug mbuf leak in the SCTP input path in an error case.Michael Tuexen2018-09-301-0/+1
* Plug mbuf leaks in the SCTP output path in error cases.Michael Tuexen2018-09-301-0/+3
* Fix the handling of ancillary data for SCTP socket. ImplementMichael Tuexen2018-09-301-26/+28
* Increment the corresponding UDP stats counter (udps_opackets) whenMichael Tuexen2018-09-301-0/+9
* Fix typo in comment.Michael Tuexen2018-09-281-1/+1
* Whitespace changes and fixing a typo. No functional change.Michael Tuexen2018-09-263-10/+9
* Remove the unused parameter 'locked' from the functionMichael Tuexen2018-09-231-5/+5
* Add new field max_hdrsize to struct encap_config.Andrey V. Elsukov2018-09-201-0/+3
* Remove unused code.Michael Tuexen2018-09-182-37/+0
* Fix TCP Fast Open for the TCP RACK stack.Michael Tuexen2018-09-121-29/+24
* Fix synchronization of LB group access.Mark Johnston2018-09-102-8/+19
* Use ratecheck(9) in in_pcbinslbgrouphash().Mark Johnston2018-09-071-4/+3
* The inp_lle field to struct inpcb, along with two "valid" flagsBjoern A. Zeeb2018-09-061-3/+3
* Make tcp_hpts.c compile a LINT kernel with options RSS and PCBGROUPS added byBjoern A. Zeeb2018-09-061-1/+3
* Define sctp probes only when SCTP is configured.Mark Johnston2018-09-061-0/+6
* Fix style bugs in in_pcblookup_lbgroup().Mark Johnston2018-09-051-28/+17
* Fix "ipfw fwd" to work for incoming IPv4 packets when ip_tryforward() choosesEugene Grosbein2018-09-051-2/+24
* Use the correct malloc type in in_pcblbgroup_free().Mark Johnston2018-09-031-1/+1
* Fix a shadowed variable warning.Michael Tuexen2018-08-241-2/+2
* Use arc4rand() instead of read_random() in the SCTP and TCP code.Michael Tuexen2018-08-232-3/+3
* Don't use the explicit number 32 for the length of the secrets,Michael Tuexen2018-08-231-6/+10
* Add support for send, receive and state-change DTrace providers forMichael Tuexen2018-08-226-1/+78
* in_mcast: fix copy paste error when clearing flagMatt Macy2018-08-221-1/+1
* Enabling the IPPROTO_IPV6 level socket option IPV6_USE_MIN_MTU on a TCPMichael Tuexen2018-08-214-0/+42
* Fix the inheritance of IPv6 level socket options on TCP sockets.Michael Tuexen2018-08-211-3/+7
* Whitespace change.Michael Tuexen2018-08-211-0/+1
* Refactor the SHUTDOWN_PENDING state handling.Michael Tuexen2018-08-219-14/+26
* GC inc_isipv6; it was added for "temp" compatibility in 2001, r86764Bjoern A. Zeeb2018-08-201-1/+0