summaryrefslogtreecommitdiffstats
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
* The pr_destroy field does not allow us to run the teardown code in abz2016-06-0111-57/+29
* Add PR_CONNREQUIRED for SOCK_STREAM sockets using SCTP.tuexen2016-05-301-1/+1
* Fix a byte order issue for the scope stored in the SCTP cookie.tuexen2016-05-301-1/+1
* tcp: Don't prematurely drop receiving-only connectionssephe2016-05-301-3/+11
* Plug route reference underleak that happens with FLOWTABLE after r297225.glebius2016-05-271-1/+5
* Import Dummynet AQM version 0.2.1 (CoDel, FQ-CoDel, PIE and FQ-PIE).truckman2016-05-261-3/+24
* Don't reuse the source mbuf in tcp_respond() if it is not writable.jhb2016-05-261-2/+40
* Make struct sctp_paddrthlds compliant to RFC 7829.tuexen2016-05-262-0/+9
* Use optimised complexity safe sorting routine instead of the kernel'shselasky2016-05-262-40/+112
* When sending in ICMP response to an SCTP packet,tuexen2016-05-251-0/+29
* Send an ICMP packet indicating destination unreachable/protocoltuexen2016-05-251-1/+4
* Count packets as not being delivered only if they are neithertuexen2016-05-251-2/+6
* Change net.inet.tcp.ecn.enable sysctl mib from a binary off/ontruckman2016-05-192-2/+2
* Tiny refactor of r294869/r296881: use defines to mask the VNET() macro.glebius2016-05-173-6/+7
* This small change adopts the excellent suggestion for using namedrrs2016-05-173-25/+13
* Make named objects set-aware. Now it is possible to create namedae2016-05-171-2/+2
* opt_kdtrace.h is not needed for SDT probes as of r258541.markj2016-05-151-1/+0
* Fix a few style issues in the ICMP sysctl descriptions.markj2016-05-151-9/+8
* Fix a locking bug which only shows up on Mac OS X.tuexen2016-05-141-2/+2
* Fix a bug introduced by the implementation of I-DATA support.tuexen2016-05-132-7/+10
* Retire net.inet.sctp.strict_sacks and net.inet.sctp.strict_data_ordertuexen2016-05-123-96/+72
* Enable SACK Immediately per default.tuexen2016-05-121-1/+1
* Use a format string in snprintf() for consistency.tuexen2016-05-121-2/+2
* tcp/syncache: Add comment for syncache_respondsephe2016-05-101-0/+9
* Add an option to use rfc6675 based pipe/inflight bytes calculation in htcp.hiren2016-05-091-4/+9
* Cleanup a comment.tuexen2016-05-091-4/+4
* sys/net*: minor spelling fixes.pfg2016-05-0322-33/+33
* tcp/lro: Refactor the active list operation.sephe2016-05-031-8/+22
* Undo a spell fix introduced in r298942, which breaks compilation.tuexen2016-05-021-1/+1
* netinet/sctp*: minor spelling fixes in comments.pfg2016-05-0212-46/+46
* When a client uses UDP encapsulation and lists IP addresses in the INITtuexen2016-05-015-25/+23
* Add the UDP encaps port as a parameter to sctp_add_remote_addr().tuexen2016-04-306-15/+21
* Don't assign, just compare...tuexen2016-04-291-2/+2
* Add support for handling ICMP and ICMP6 messages sent in responsetuexen2016-04-292-4/+267
* tcp/syncache: Set flowid and hash type properly for SYN|ACKsephe2016-04-291-5/+11
* Complete the UDP tunneling of ICMP msgs to those protocolsrrs2016-04-283-7/+26
* This cleans up the timers code in TCP to start using the newrrs2016-04-285-85/+33
* ipdivert: Remove unnecessary and incorrectly typed variable.pfg2016-04-281-5/+1
* tcp/lro: Fix more typosephe2016-04-281-1/+1
* Don't use the control argument after calling sctp_add_to_readq().tuexen2016-04-271-25/+30
* tcp/lro: Fix typo.sephe2016-04-271-1/+1
* in_lltable_alloc and in6 copy: Don't leak LLE in error pathcem2016-04-261-4/+15
* tcp_usrreq: Free allocated buffer in relock casecem2016-04-261-2/+5
* Remove a function, which is not used anymore.tuexen2016-04-232-163/+0
* Prevent underflows in tp->snd_wnd if the remote side ACKs more thanjtl2016-04-211-2/+11
* Indentation issues.pfg2016-04-201-3/+2
* kernel: use our nitems() macro when it is available through param.h.pfg2016-04-192-3/+3
* Address issues found by the XCode code analyzer.tuexen2016-04-184-33/+34
* Fix signed/unsigned warnings.tuexen2016-04-182-4/+5
* Fix a warning about an unused variable.tuexen2016-04-181-1/+1
OpenPOWER on IntegriCloud