summaryrefslogtreecommitdiffstats
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
* Indentation issues.pfg2016-04-201-3/+2
* kernel: use our nitems() macro when it is available through param.h.pfg2016-04-192-3/+3
* Address issues found by the XCode code analyzer.tuexen2016-04-184-33/+34
* Fix signed/unsigned warnings.tuexen2016-04-182-4/+5
* Fix a warning about an unused variable.tuexen2016-04-181-1/+1
* Put panic() calls under INVARIANTS.tuexen2016-04-183-0/+26
* Cleanup debug output.tuexen2016-04-181-39/+39
* Don't use anonymous unions.tuexen2016-04-183-4/+4
* Remove a left-over debug printf().tuexen2016-04-181-10/+0
* Fix the ICMP6 handling for SCTP.tuexen2016-04-162-29/+22
* netinet: for pointers replace 0 with NULL.pfg2016-04-1513-20/+20
* Add External Actions KPI to ipfw(9).ae2016-04-141-1/+7
* Allow the handling of ICMP messages sent in response to SCTP packetstuexen2016-04-142-32/+45
* When delivering an ICMP packet to the ctlinput function, ensure thattuexen2016-04-142-0/+23
* Do not overwrite the dchg variable.loos2016-04-141-2/+1
* Refactor the handling of ICMP/IPv4 packets for SCTP/IPv4.tuexen2016-04-121-100/+63
* When processing an ICMP packet containing an SCTP packet, ittuexen2016-04-122-29/+31
* Mfp: r296310,r296343bz2016-04-091-2/+13
* Mfp: r296260bz2016-04-091-2/+1
* Mfp: r296259bz2016-04-092-4/+9
* Mfp: r296309bz2016-04-091-2/+6
* Mfp: r296345bz2016-04-091-2/+1
* Mfp: r296346bz2016-04-091-2/+1
* A couple of minor changes that I missed that Michael had done, most notedrrs2016-04-076-8/+9
* This is work done by Michael Tuexen and myself at the IETF. Thisrrs2016-04-0718-1705/+2226
* Set the chunk id for ERROR chunks.tuexen2016-04-011-0/+2
* tcp/lro: Change SLIST to LIST, so that removing an entry is O(1)sephe2016-04-012-26/+24
* tcp/lro: Use tcp_lro_flush_all in device drivers to avoid code duplicationsephe2016-04-011-10/+17
* Unbreak the RSS/PCBGROUp build.gnn2016-03-311-0/+1
* Remove some NULL checks for M_WAITOK allocations.trasz2016-03-291-2/+0
* Don't allow the user to set a peer primary which is restrictedtuexen2016-03-281-0/+4
* Restrict local addresses until they are acked by the peer.tuexen2016-03-281-0/+4
* Trigger sending of queued ASCONF chunks if outstanding ones are ACKED.tuexen2016-03-281-1/+3
* Improve compilation on windows 64-bit (for the userland stack).tuexen2016-03-278-82/+97
* tcp/lro: Return TCP_LRO_NO_ENTRIES if we are short of LRO entries.sephe2016-03-252-1/+2
* Fix compile errors after r297225:bz2016-03-242-2/+2
* FreeBSD previously provided route caching for TCP (and UDP). Re-addgnn2016-03-247-29/+98
* Add const to several constants. Thanks to Nicholas Nethercote fortuexen2016-03-236-15/+15
* to_flags is currently a 64-bit integer; however, we only use 7 bits.jtl2016-03-222-2/+2
* Fix kernel build after adding new sysctl asserts in r296933.hselasky2016-03-161-1/+1
* Redo r294869. The array of counters for TCP states doesn't belong toglebius2016-03-156-19/+44
* Comment fix: statistics are not read-only.glebius2016-03-141-1/+1
* Remove duplicate external declaration of tcprexmtthresh makingbz2016-03-131-2/+0
* Use SI_SUB_LAST instead of SI_SUB_SMP as the "catch-all" subsystem.jhb2016-03-111-1/+1
* Actually send a asconf chunk, not only queue one.tuexen2016-03-101-0/+1
* Fix a sneaky bug where we were missing an externrrs2016-03-081-1/+1
* As reported on the transport@ and current@ mailing lists, the FreeBSD TCPjtl2016-03-071-7/+69
* Some cleanup in tcp_respond() in preparation for another change:jtl2016-03-071-6/+5
* Fix dtrace probes (introduced in 287759): debug__input was usedgnn2016-03-034-6/+10
* Fix build after r29592.bdrewery2016-02-231-1/+1
OpenPOWER on IntegriCloud