summaryrefslogtreecommitdiffstats
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
* Use __func__ instead of __FUNCTION__.tuexen2015-10-196-26/+26
* Fix deletion of ifaddr lle entries when deleting prefix from interface inmelifaro2015-10-181-6/+21
* Remove several compat functions from pre-fib era.melifaro2015-10-172-22/+0
* Hopefully also unbreak VIMAGE kernels replacing the &V_... withbz2015-10-151-3/+3
* Properly define functions withut argument and wrap for { for style purposesbz2015-10-141-2/+6
* Fix an unnecessarily aggressive behavior where mtu clamping begins on firsthiren2015-10-141-2/+10
* There are times when it would be really nice to have a record of the last fewhiren2015-10-148-1/+560
* Fix the timeout for INIT retransmissions in the case where RTO_MIN istuexen2015-10-131-1/+5
* Fix regression from r287779, that bite me. If we call m_pullup()glebius2015-10-071-5/+8
* Add a comment specifying how we implement rfc3042.hiren2015-10-061-0/+10
* Take extra reference to security policy before calling crypto_dispatch().ae2015-09-301-3/+1
* When processing ICMP need frag message, ignore the suggested MTU unless itglebius2015-09-301-11/+10
* Eliminate nd6_nud_hint() and its TCP bindings.melifaro2015-09-273-28/+0
* rtsock requests for deleting interface address lles started to return EPERMmelifaro2015-09-271-0/+2
* Replace toe_nd6_resolve() with nd6_resolve().melifaro2015-09-221-72/+1
* Unify nd6 state switching by using newly-created nd6_llinfo_setstate()melifaro2015-09-211-5/+2
* Use proper byteswap macro. This isn't a functional change.glebius2015-09-171-1/+1
* In tcp_ctlinput() separate the (ip == NULL) block from the rest of theglebius2015-09-161-64/+65
* Unify loopback route switching:melifaro2015-09-161-3/+6
* Remove redundant 'man page'brd2015-09-151-1/+1
* Remove unnecessary tcp state transition call.hiren2015-09-151-1/+1
* * Improve logging invalid arp messagesmelifaro2015-09-151-26/+32
* * Require explicitl lle unlink prior to calling llentry_delete().melifaro2015-09-151-7/+5
* * Do more fine-grained locking: call eventhandlers/free_entrymelifaro2015-09-144-80/+72
* * Improve error checking for arp messages.melifaro2015-09-141-20/+48
* Update TSO limits to include all headers.hselasky2015-09-141-1/+11
* dd DTrace probe points, translators and a corresponding scriptgnn2015-09-137-0/+63
* Fix compilation issue introduced in r287717.tuexen2015-09-121-1/+1
* Address a compile warning.tuexen2015-09-121-2/+2
* Cleanup the handling of error causes for ERROR chunks. This fixestuexen2015-09-125-156/+82
* Ensure that ERROR chunks are always padded by implementing thistuexen2015-09-114-26/+38
* RFC 4960 requires that packets containing an INIT chunk bundled withtuexen2015-09-071-6/+4
* missed file that should have been included in r287528allanjude2015-09-071-1/+1
* Replace rss_m2cpuid with rss_soft_m2cpuid_v4 for ip_direct_nh.nh_m2cpuid,adrian2015-09-061-1/+1
* Do not pass lle to nd6_ns_output(). Use newly-addedmelifaro2015-09-051-1/+1
* Use Jenkins hash for TCP syncache.glebius2015-09-053-53/+23
* Make tcp_mtudisc() static and void. No functional changes.glebius2015-09-042-6/+5
* Don't leak memory in an error case.tuexen2015-09-041-0/+5
* Add a NULL pointer check to silence the clang code analyzer.tuexen2015-09-041-0/+3
* Fix a bug where two SHUTDOWN_ACK chunks were sent if a SHUTDOWN chunk wastuexen2015-09-031-10/+15
* Put r284245 back in place: If at first this fix was seen as a temporaryjch2015-08-302-15/+45
* Use 5 times RTO.Max as the default for the shutdown guard timertuexen2015-08-293-7/+7
* Fix the exporting of SCTP association states to userland. Without this,tuexen2015-08-295-8/+49
* Rename rss_soft_m2cpuid() -> rss_soft_m2cpuid_v4() in preparation foradrian2015-08-293-3/+3
* Replace the printf()s with optional rate limited debugging for RSS.adrian2015-08-281-7/+7
* get_inpcbinfo() and get_pcblist() are UDP local functions andbz2015-08-272-12/+12
* Revert r284245: "Fix a callout race condition introduced in TCPjch2015-08-242-45/+15
* * Split allocation and table linking for lle's.melifaro2015-08-203-59/+128
* Check value return from lle_create() for NULL.melifaro2015-08-191-3/+6
* Make clear that TIME_WAIT timeout expiration is managed solely byjch2015-08-181-4/+12
OpenPOWER on IntegriCloud