aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
* 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
* get_inpcbinfo() and get_pcblist() are UDP local functions andBjoern A. Zeeb2015-08-272-12/+12
* Revert r284245: "Fix a callout race condition introduced in TCPJulien Charbon2015-08-242-45/+15
* * Split allocation and table linking for lle's.Alexander V. Chernikov2015-08-203-59/+128
* Check value return from lle_create() for NULL.Alexander V. Chernikov2015-08-191-3/+6
* Make clear that TIME_WAIT timeout expiration is managed solely byJulien Charbon2015-08-181-4/+12
* Fix panic when handling non-inet arp message introduced in r286825.Alexander V. Chernikov2015-08-181-1/+0
* Split arpresolve() into fast/slow path.Alexander V. Chernikov2015-08-161-61/+93
* Allow the path MTU to grow up to the outgoing interface MTU.Michael Tuexen2015-08-141-0/+2
* Move lle update code from from gigantic ip_arpinput() toAlexander V. Chernikov2015-08-131-94/+167
* Remove unused TCPTV_SRTTDFLT. We initialize srtt with TCPTV_SRTTBASE when weHiren Panchasara2015-08-121-1/+0
* Use single 'lle_timer' callout in lltable instead ofAlexander V. Chernikov2015-08-112-6/+6
* Store addresses instead of sockaddrs inside llentry.Alexander V. Chernikov2015-08-113-23/+20
* MFP r276712.Alexander V. Chernikov2015-08-111-16/+25
|\
| * * Allocate hash tables separatelyAlexander V. Chernikov2015-01-051-15/+24
| * * Use unified code for deleting entry by sockaddr instead of per-af one.Alexander V. Chernikov2015-01-031-45/+0
| * * Hide lltable implementation details in if_llatbl_var.hAlexander V. Chernikov2015-01-033-2/+5
| * Finish r275628: remove remaining 'base' references.Alexander V. Chernikov2015-01-031-9/+8