aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
* Add a `show igi_list` command to DDB to debug IGMP state.Bjoern A. Zeeb2016-06-061-0/+37
* Destroy the mutex last. In this case it should not matter, butBjoern A. Zeeb2016-06-061-1/+1
* Add missing constants from RFCs 4443 and 6550George V. Neville-Neil2016-06-061-0/+3
* Introduce a per-VNET flag to enable/disable netisr prcessing on that VNET.Bjoern A. Zeeb2016-06-032-6/+38
* Use insertion sort instead of bubble sort in TCP LRO.Hans Petter Selasky2016-06-031-11/+8
* Get struct sctp_net_route in-sync with struct route again.Michael Tuexen2016-06-031-0/+1
* Store the peers vtag in host byte order in the cookie, since allMichael Tuexen2016-06-031-1/+1
* This change re-adds L2 caching for TCP and UDP, as originally added in D4306George V. Neville-Neil2016-06-025-10/+32
* The pr_destroy field does not allow us to run the teardown code in aBjoern A. Zeeb2016-06-0111-57/+29
* Add PR_CONNREQUIRED for SOCK_STREAM sockets using SCTP.Michael Tuexen2016-05-301-1/+1
* Fix a byte order issue for the scope stored in the SCTP cookie.Michael Tuexen2016-05-301-1/+1
* tcp: Don't prematurely drop receiving-only connectionsSepherosa Ziehau2016-05-301-3/+11
* Plug route reference underleak that happens with FLOWTABLE after r297225.Gleb Smirnoff2016-05-271-1/+5
* Import Dummynet AQM version 0.2.1 (CoDel, FQ-CoDel, PIE and FQ-PIE).Don Lewis2016-05-261-3/+24
* 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-96/+72
* 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