summaryrefslogtreecommitdiff
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
* MFC r304428:Michael Tuexen2016-08-181-2/+2
* MFC r304082:Michael Tuexen2016-08-151-14/+31
* MFC r303978: Fix kernel build with TCP_RFC7413 optionMike Karels2016-08-141-0/+1
* Merge from stable/11 r304079:Andrey V. Elsukov2016-08-141-0/+1
* MFC r303457:Andrew Gallatin2016-08-111-6/+7
* MFC r303792:Michael Tuexen2016-08-118-494/+552
* MFC r303171: Fix per-connection L2 caching in fast pathMike Karels2016-08-031-1/+8
* MFC r303343: Fix the case for some sysctl descriptions.Brad Davis2016-08-021-3/+3
* MFC r302904:Michael Tuexen2016-07-247-30/+44
* The TCPPCAP debugging feature caches recently-used mbufs for use inJonathan T. Looney2016-07-063-0/+13
* Replace a number of conflations of mp_ncpus and mp_maxid with eitherNathan Whitehorn2016-07-061-1/+3
* This patch fixes two bugs related to the setting of the I-BitMichael Tuexen2016-06-301-5/+9
* This patch fixes two bugs related to the SCTP message recoveryMichael Tuexen2016-06-261-37/+50
* This patch fixes a locking bug when a send() call blocksMichael Tuexen2016-06-261-0/+1
* Try to avoid a 2nd conditional by re-writing the loop, pause, andBjoern A. Zeeb2016-06-231-4/+5
* Add spares to struct ifnet and socket for packet pacing and/or generalNavdeep Parhar2016-06-231-2/+2
* Fix a bug in the handling of non-blocking SCTP 1-to-1 sockets. When usingMichael Tuexen2016-06-231-43/+16
* In VNET TCP teardown Do not sleep unconditionally but only if weBjoern A. Zeeb2016-06-231-1/+2
* Don't consider the socket when processing an incoming ICMP/ICMP6 packet,Michael Tuexen2016-06-232-6/+3
* Check the V_tcbinfo.ipi_count to hit 0 before doing the full TCP cleanup.Bjoern A. Zeeb2016-06-231-7/+8
* No longer mark TCP TW zone NO_FREE.Bjoern A. Zeeb2016-06-231-1/+1
* Get closer to a VIMAGE network stack teardown from top to bottom ratherBjoern A. Zeeb2016-06-216-57/+80
* Cleanup unneded include "opt_ipfw.h".Andrey V. Elsukov2016-06-096-6/+0
* Use a separate MID counter for ordered und unordered messages for eachMichael Tuexen2016-06-084-23/+69
* net: Use M_HASHTYPE_OPAQUE_HASH if the mbuf flowid has hash propertiesSepherosa Ziehau2016-06-072-2/+2
* 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