summaryrefslogtreecommitdiffstats
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix panic when handling non-inet arp message introduced in r286825.melifaro2015-08-181-1/+0
* Split arpresolve() into fast/slow path.melifaro2015-08-161-61/+93
* Allow the path MTU to grow up to the outgoing interface MTU.tuexen2015-08-141-0/+2
* Move lle update code from from gigantic ip_arpinput() tomelifaro2015-08-131-94/+167
* Remove unused TCPTV_SRTTDFLT. We initialize srtt with TCPTV_SRTTBASE when wehiren2015-08-121-1/+0
* Use single 'lle_timer' callout in lltable instead ofmelifaro2015-08-112-6/+6
* Store addresses instead of sockaddrs inside llentry.melifaro2015-08-113-23/+20
* MFP r276712.melifaro2015-08-111-16/+25
* Rename rt_foreach_fib() to rt_foreach_fib_walk().melifaro2015-08-101-1/+1
* Partially merge r274887,r275334,r275577,r275578,r275586 to minimizemelifaro2015-08-101-80/+96
* tcp_reass_zone is not a VNET variable.kp2015-08-091-1/+1
* Fix compilation after r286458.marius2015-08-081-2/+0
* Fix compilation after r286457 w/o INVARIANTS or INVARIANT_SUPPORT.marius2015-08-081-4/+2
* MFP r274295:melifaro2015-08-081-14/+22
* MFP r274553:melifaro2015-08-083-68/+137
* Simplify ip[6] simploop:melifaro2015-08-081-14/+5
* Fix a kernel assertion issue introduced with r286227:jch2015-08-084-7/+13
* The mbuf parameter to ip_output_pfil() must be an output parameter sincemarkj2015-08-031-4/+7
OpenPOWER on IntegriCloud