aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
* Set the proper direction to check for policies in this one case.George V. Neville-Neil2015-10-291-1/+1
* Calculate the correct amount of bytes that are in-flight for a connection asHiren Panchasara2015-10-283-4/+39
* Add sysctl tunable net.inet.tcp.initcwnd_segments to specify initial congestionHiren Panchasara2015-10-272-12/+10
* Turning on IPSEC used to introduce a slight amount of performanceGeorge V. Neville-Neil2015-10-272-1/+6
* When processing a cookie, any mismatch in port numbers or the vtag resultsMichael Tuexen2015-10-261-2/+2
* Use __func__ instead of __FUNCTION__.Michael Tuexen2015-10-196-26/+26
* Fix deletion of ifaddr lle entries when deleting prefix from interface inAlexander V. Chernikov2015-10-181-6/+21
* Remove several compat functions from pre-fib era.Alexander V. Chernikov2015-10-172-22/+0
* Hopefully also unbreak VIMAGE kernels replacing the &V_... withBjoern A. Zeeb2015-10-151-3/+3
* Properly define functions withut argument and wrap for { for style purposesBjoern A. Zeeb2015-10-141-2/+6
* Fix an unnecessarily aggressive behavior where mtu clamping begins on firstHiren Panchasara2015-10-141-2/+10
* There are times when it would be really nice to have a record of the last fewHiren Panchasara2015-10-148-1/+560
* Fix the timeout for INIT retransmissions in the case where RTO_MIN isMichael Tuexen2015-10-131-1/+5
* Fix regression from r287779, that bite me. If we call m_pullup()Gleb Smirnoff2015-10-071-5/+8
* Add a comment specifying how we implement rfc3042.Hiren Panchasara2015-10-061-0/+10
* Take extra reference to security policy before calling crypto_dispatch().Andrey V. Elsukov2015-09-301-3/+1
* When processing ICMP need frag message, ignore the suggested MTU unless itGleb Smirnoff2015-09-301-11/+10
* Eliminate nd6_nud_hint() and its TCP bindings.Alexander V. Chernikov2015-09-273-28/+0
* rtsock requests for deleting interface address lles started to return EPERMAlexander V. Chernikov2015-09-271-0/+2
* Replace toe_nd6_resolve() with nd6_resolve().Alexander V. Chernikov2015-09-221-72/+1
* Unify nd6 state switching by using newly-created nd6_llinfo_setstate()Alexander V. Chernikov2015-09-211-5/+2
* Use proper byteswap macro. This isn't a functional change.Gleb Smirnoff2015-09-171-1/+1
* In tcp_ctlinput() separate the (ip == NULL) block from the rest of theGleb Smirnoff2015-09-161-64/+65
* Unify loopback route switching:Alexander V. Chernikov2015-09-161-3/+6
* Remove redundant 'man page'Brad Davis2015-09-151-1/+1
* Remove unnecessary tcp state transition call.Hiren Panchasara2015-09-151-1/+1
* * Improve logging invalid arp messagesAlexander V. Chernikov2015-09-151-26/+32
* * Require explicitl lle unlink prior to calling llentry_delete().Alexander V. Chernikov2015-09-151-7/+5
* * Do more fine-grained locking: call eventhandlers/free_entryAlexander V. Chernikov2015-09-144-80/+72
* * Improve error checking for arp messages.Alexander V. Chernikov2015-09-141-20/+48
* Update TSO limits to include all headers.Hans Petter Selasky2015-09-141-1/+11
* dd DTrace probe points, translators and a corresponding scriptGeorge V. Neville-Neil2015-09-137-0/+63
* Fix compilation issue introduced in r287717.Michael Tuexen2015-09-121-1/+1
* Address a compile warning.Michael Tuexen2015-09-121-2/+2
* Cleanup the handling of error causes for ERROR chunks. This fixesMichael Tuexen2015-09-125-156/+82
* Ensure that ERROR chunks are always padded by implementing thisMichael Tuexen2015-09-114-26/+38
* RFC 4960 requires that packets containing an INIT chunk bundled withMichael Tuexen2015-09-071-6/+4
* missed file that should have been included in r287528Allan Jude2015-09-071-1/+1
* Replace rss_m2cpuid with rss_soft_m2cpuid_v4 for ip_direct_nh.nh_m2cpuid,Adrian Chadd2015-09-061-1/+1
* Do not pass lle to nd6_ns_output(). Use newly-addedAlexander V. Chernikov2015-09-051-1/+1
* Use Jenkins hash for TCP syncache.Gleb Smirnoff2015-09-053-53/+23
* Make tcp_mtudisc() static and void. No functional changes.Gleb Smirnoff2015-09-042-6/+5
* Don't leak memory in an error case.Michael Tuexen2015-09-041-0/+5
* Add a NULL pointer check to silence the clang code analyzer.Michael Tuexen2015-09-041-0/+3
* Fix a bug where two SHUTDOWN_ACK chunks were sent if a SHUTDOWN chunk wasMichael Tuexen2015-09-031-10/+15
* Put r284245 back in place: If at first this fix was seen as a temporaryJulien Charbon2015-08-302-15/+45
* Use 5 times RTO.Max as the default for the shutdown guard timerMichael Tuexen2015-08-293-7/+7
* Fix the exporting of SCTP association states to userland. Without this,Michael Tuexen2015-08-295-8/+49
* Rename rss_soft_m2cpuid() -> rss_soft_m2cpuid_v4() in preparation forAdrian Chadd2015-08-293-3/+3
* Replace the printf()s with optional rate limited debugging for RSS.Adrian Chadd2015-08-281-7/+7