aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
* Don't reuse the source mbuf in tcp_respond() if it is not writable.John Baldwin2016-05-261-2/+40
* Make struct sctp_paddrthlds compliant to RFC 7829.Michael Tuexen2016-05-262-0/+9
* Use optimised complexity safe sorting routine instead of the kernel'sHans Petter Selasky2016-05-262-40/+112
* When sending in ICMP response to an SCTP packet,Michael Tuexen2016-05-251-0/+29
* Send an ICMP packet indicating destination unreachable/protocolMichael Tuexen2016-05-251-1/+4
* Count packets as not being delivered only if they are neitherMichael Tuexen2016-05-251-2/+6
* Change net.inet.tcp.ecn.enable sysctl mib from a binary off/onDon Lewis2016-05-192-2/+2
* Tiny refactor of r294869/r296881: use defines to mask the VNET() macro.Gleb Smirnoff2016-05-173-6/+7
* This small change adopts the excellent suggestion for using namedRandall Stewart2016-05-173-25/+13
* Make named objects set-aware. Now it is possible to create namedAndrey V. Elsukov2016-05-171-2/+2
* opt_kdtrace.h is not needed for SDT probes as of r258541.Mark Johnston2016-05-151-1/+0
* Fix a few style issues in the ICMP sysctl descriptions.Mark Johnston2016-05-151-9/+8
* Fix a locking bug which only shows up on Mac OS X.Michael Tuexen2016-05-141-2/+2
* Fix a bug introduced by the implementation of I-DATA support.Michael Tuexen2016-05-132-7/+10
* Retire net.inet.sctp.strict_sacks and net.inet.sctp.strict_data_orderMichael Tuexen2016-05-123-95/+71
* Enable SACK Immediately per default.Michael Tuexen2016-05-121-1/+1
* Use a format string in snprintf() for consistency.Michael Tuexen2016-05-121-2/+2
* tcp/syncache: Add comment for syncache_respondSepherosa Ziehau2016-05-101-0/+9
* Add an option to use rfc6675 based pipe/inflight bytes calculation in htcp.Hiren Panchasara2016-05-091-4/+9
* Cleanup a comment.Michael Tuexen2016-05-091-4/+4
* sys/net*: minor spelling fixes.Pedro F. Giffuni2016-05-0322-33/+33
* tcp/lro: Refactor the active list operation.Sepherosa Ziehau2016-05-031-8/+22
* Undo a spell fix introduced in r298942, which breaks compilation.Michael Tuexen2016-05-021-1/+1
* netinet/sctp*: minor spelling fixes in comments.Pedro F. Giffuni2016-05-0212-46/+46
* When a client uses UDP encapsulation and lists IP addresses in the INITMichael Tuexen2016-05-015-25/+23
* Add the UDP encaps port as a parameter to sctp_add_remote_addr().Michael Tuexen2016-04-306-15/+21
* Don't assign, just compare...Michael Tuexen2016-04-291-2/+2
* Add support for handling ICMP and ICMP6 messages sent in responseMichael Tuexen2016-04-292-4/+267
* tcp/syncache: Set flowid and hash type properly for SYN|ACKSepherosa Ziehau2016-04-291-5/+11
* Complete the UDP tunneling of ICMP msgs to those protocolsRandall Stewart2016-04-283-7/+26
* This cleans up the timers code in TCP to start using the newRandall Stewart2016-04-285-85/+33
* ipdivert: Remove unnecessary and incorrectly typed variable.Pedro F. Giffuni2016-04-281-5/+1
* tcp/lro: Fix more typoSepherosa Ziehau2016-04-281-1/+1
* Don't use the control argument after calling sctp_add_to_readq().Michael Tuexen2016-04-271-25/+30
* tcp/lro: Fix typo.Sepherosa Ziehau2016-04-271-1/+1
* in_lltable_alloc and in6 copy: Don't leak LLE in error pathConrad Meyer2016-04-261-4/+15
* tcp_usrreq: Free allocated buffer in relock caseConrad Meyer2016-04-261-2/+5
* Remove a function, which is not used anymore.Michael Tuexen2016-04-232-163/+0
* Prevent underflows in tp->snd_wnd if the remote side ACKs more thanJonathan T. Looney2016-04-211-2/+11
* Indentation issues.Pedro F. Giffuni2016-04-201-3/+2
* kernel: use our nitems() macro when it is available through param.h.Pedro F. Giffuni2016-04-192-3/+3
* Address issues found by the XCode code analyzer.Michael Tuexen2016-04-184-33/+34
* Fix signed/unsigned warnings.Michael Tuexen2016-04-182-4/+5
* Fix a warning about an unused variable.Michael Tuexen2016-04-181-1/+1
* Put panic() calls under INVARIANTS.Michael Tuexen2016-04-183-0/+26
* Cleanup debug output.Michael Tuexen2016-04-181-39/+39
* Don't use anonymous unions.Michael Tuexen2016-04-183-4/+4
* Remove a left-over debug printf().Michael Tuexen2016-04-181-10/+0
* Fix the ICMP6 handling for SCTP.Michael Tuexen2016-04-162-29/+22
* netinet: for pointers replace 0 with NULL.Pedro F. Giffuni2016-04-1513-20/+20