summaryrefslogtreecommitdiffstats
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
* Cleanup unneded include "opt_ipfw.h".ae2016-06-096-6/+0
* Use a separate MID counter for ordered und unordered messages for eachtuexen2016-06-084-23/+69
* net: Use M_HASHTYPE_OPAQUE_HASH if the mbuf flowid has hash propertiessephe2016-06-072-2/+2
* Add a `show igi_list` command to DDB to debug IGMP state.bz2016-06-061-0/+37
* Destroy the mutex last. In this case it should not matter, butbz2016-06-061-1/+1
* 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
* 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
* 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
OpenPOWER on IntegriCloud