aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
* Unbreak the RSS/PCBGROUp build.George V. Neville-Neil2016-03-311-0/+1
* Remove some NULL checks for M_WAITOK allocations.Edward Tomasz Napierala2016-03-291-2/+0
* Don't allow the user to set a peer primary which is restrictedMichael Tuexen2016-03-281-0/+4
* Restrict local addresses until they are acked by the peer.Michael Tuexen2016-03-281-0/+4
* Trigger sending of queued ASCONF chunks if outstanding ones are ACKED.Michael Tuexen2016-03-281-1/+3
* Improve compilation on windows 64-bit (for the userland stack).Michael Tuexen2016-03-278-82/+97
* tcp/lro: Return TCP_LRO_NO_ENTRIES if we are short of LRO entries.Sepherosa Ziehau2016-03-252-1/+2
* Fix compile errors after r297225:Bjoern A. Zeeb2016-03-242-2/+2
* FreeBSD previously provided route caching for TCP (and UDP). Re-addGeorge V. Neville-Neil2016-03-247-29/+98
* Add const to several constants. Thanks to Nicholas Nethercote forMichael Tuexen2016-03-236-15/+15
* to_flags is currently a 64-bit integer; however, we only use 7 bits.Jonathan T. Looney2016-03-222-2/+2
* Fix kernel build after adding new sysctl asserts in r296933.Hans Petter Selasky2016-03-161-1/+1
* Redo r294869. The array of counters for TCP states doesn't belong toGleb Smirnoff2016-03-156-19/+44
* Comment fix: statistics are not read-only.Gleb Smirnoff2016-03-141-1/+1
* Remove duplicate external declaration of tcprexmtthresh makingBjoern A. Zeeb2016-03-131-2/+0
* Use SI_SUB_LAST instead of SI_SUB_SMP as the "catch-all" subsystem.John Baldwin2016-03-111-1/+1
* Actually send a asconf chunk, not only queue one.Michael Tuexen2016-03-101-0/+1
* Fix a sneaky bug where we were missing an externRandall Stewart2016-03-081-1/+1
* As reported on the transport@ and current@ mailing lists, the FreeBSD TCPJonathan T. Looney2016-03-071-7/+69
* Some cleanup in tcp_respond() in preparation for another change:Jonathan T. Looney2016-03-071-6/+5
* Fix dtrace probes (introduced in 287759): debug__input was usedGeorge V. Neville-Neil2016-03-034-6/+10
* Fix build after r29592.Bryan Drewery2016-02-231-1/+1
* This fixes the fastpath code to have a better module initialization sequence ...Randall Stewart2016-02-232-3/+16
* Use the SCTP level pointer, not the interface level.Michael Tuexen2016-02-191-3/+2
* Add protection code.Michael Tuexen2016-02-181-6/+8
* Add some protection code.Michael Tuexen2016-02-181-2/+4
* tcp/lro: Allow drivers to set the TCP ACK/data segment aggregation limitSepherosa Ziehau2016-02-182-2/+18
* Add protection code for issues reported by PVS / D5245.Michael Tuexen2016-02-171-2/+4
* Code cleanup which will silence a warning in PVS / D5245.Michael Tuexen2016-02-172-7/+3
* Address a warning reported by D5245 / PVS.Michael Tuexen2016-02-171-2/+2
* Whitespace changes.Michael Tuexen2016-02-164-6/+7
* Improve the teardown of the SCTP stack.Michael Tuexen2016-02-165-54/+109
* Loopback addresses are 127.0.0.0/8, not 127.0.0.1/32.Michael Tuexen2016-02-111-4/+1
* Use 4 spaces instead of a tab.Michael Tuexen2016-02-111-4/+4
* Merge SVN r295220 (bz) from projects/vnet/Devin Teske2016-02-111-1/+2
|\
| * Code duplication but rib_head is special. Not found an easy way to goBjoern A. Zeeb2016-02-031-1/+2
| * MfH @r295202Bjoern A. Zeeb2016-02-0335-189/+266
| |\
| * | sctp_asconf_iterator_end() has an unused second argument; compilesBjoern A. Zeeb2016-01-232-2/+2
| * | Noisy comments (not sure if the static would be valid for all SCTPBjoern A. Zeeb2016-01-231-9/+11
| * | Try to prevent an address (assoc) leak in one way or another whenBjoern A. Zeeb2016-01-231-1/+18
| * | Use sctp_asconf_iterator_end() rather than doing the cleanup manually.Bjoern A. Zeeb2016-01-231-4/+1
| * | Try to catch a couple of SCTP teardown race conditions.Bjoern A. Zeeb2016-01-235-12/+36
| * | Fix build and avoid a double-free in the VIMAGE case.Bjoern A. Zeeb2016-01-221-1/+3
| * | Correct function arguments for SYSUNINITs.Bjoern A. Zeeb2016-01-221-1/+1
| * | Correct function arguments for SYSUNINITs.Bjoern A. Zeeb2016-01-221-1/+1
| * | Correct function arguments for SYSUNINITs.Bjoern A. Zeeb2016-01-221-2/+3
| * | Correct function arguments for SYSUNINITs.Bjoern A. Zeeb2016-01-221-1/+1
| * | Correct function arguments for SYSUNINITs.Bjoern A. Zeeb2016-01-221-2/+2
| * | MFp4 @180887:Bjoern A. Zeeb2016-01-222-5/+4
| * | MFH @r294567Bjoern A. Zeeb2016-01-2237-317/+659
| |\ \