summaryrefslogtreecommitdiffstats
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/master' into devel-11Renato Botelho2016-06-066-18/+51
|\
| * Add missing constants from RFCs 4443 and 6550gnn2016-06-061-0/+3
| * Introduce a per-VNET flag to enable/disable netisr prcessing on that VNET.bz2016-06-032-6/+38
| * Use insertion sort instead of bubble sort in TCP LRO.hselasky2016-06-031-11/+8
| * Get struct sctp_net_route in-sync with struct route again.tuexen2016-06-031-0/+1
| * Store the peers vtag in host byte order in the cookie, since alltuexen2016-06-031-1/+1
* | Merge remote-tracking branch 'origin/master' into devel-11Renato Botelho2016-06-0218-72/+75
|\ \ | |/
| * This change re-adds L2 caching for TCP and UDP, as originally added in D4306gnn2016-06-025-10/+32
| * 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
* | Merge remote-tracking branch 'origin/master' into devel-11Luiz Otavio O Souza2016-05-271-1/+5
|\ \ | |/
| * Plug route reference underleak that happens with FLOWTABLE after r297225.glebius2016-05-271-1/+5
* | Merge remote-tracking branch 'origin/master' into devel-11Luiz Otavio O Souza2016-05-277-45/+214
|\ \ | |/
| * 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
* | Merge remote-tracking branch 'origin/master' into devel-11Renato Botelho2016-05-251-3/+10
|\ \ | |/
| * 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
* | Merge remote-tracking branch 'origin/master' into devel-11Luiz Otavio O Souza2016-05-232-2/+2
|\ \ | |/
| * Change net.inet.tcp.ecn.enable sysctl mib from a binary off/ontruckman2016-05-192-2/+2
* | Merge remote-tracking branch 'origin/master' into devel-11Renato Botelho2016-05-196-33/+22
|\ \ | |/
| * 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
* | Merge remote-tracking branch 'origin/master' into devel-11Renato Botelho2016-05-163-12/+10
|\ \ | |/
| * 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
* | Merge remote-tracking branch 'origin/master' into devel-11Renato Botelho2016-05-132-7/+10
|\ \ | |/
| * Fix a bug introduced by the implementation of I-DATA support.tuexen2016-05-132-7/+10
* | Merge remote-tracking branch 'origin/master' into devel-11Renato Botelho2016-05-123-99/+75
|\ \ | |/
| * 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
* | Merge remote-tracking branch 'origin/master' into devel-11Renato Botelho2016-05-111-0/+9
|\ \ | |/
| * tcp/syncache: Add comment for syncache_respondsephe2016-05-101-0/+9
* | Merge remote-tracking branch 'origin/master' into devel-11Renato Botelho2016-05-0923-41/+46
|\ \ | |/
| * 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
* | Merge remote-tracking branch 'origin/master' into devel-11Renato Botelho2016-05-0319-101/+407
|\ \ | |/
| * 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
OpenPOWER on IntegriCloud