aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
* Don't assign, just compare...Michael Tuexen2016-04-291-2/+2
* Add support for handling ICMP and ICMP6 messages sent in responseMichael Tuexen2016-04-292-4/+267
* tcp/syncache: Set flowid and hash type properly for SYN|ACKSepherosa Ziehau2016-04-291-5/+11
* Complete the UDP tunneling of ICMP msgs to those protocolsRandall Stewart2016-04-283-7/+26
* This cleans up the timers code in TCP to start using the newRandall Stewart2016-04-285-85/+33
* ipdivert: Remove unnecessary and incorrectly typed variable.Pedro F. Giffuni2016-04-281-5/+1
* tcp/lro: Fix more typoSepherosa Ziehau2016-04-281-1/+1
* Don't use the control argument after calling sctp_add_to_readq().Michael Tuexen2016-04-271-25/+30
* tcp/lro: Fix typo.Sepherosa Ziehau2016-04-271-1/+1
* in_lltable_alloc and in6 copy: Don't leak LLE in error pathConrad Meyer2016-04-261-4/+15
* tcp_usrreq: Free allocated buffer in relock caseConrad Meyer2016-04-261-2/+5
* Remove a function, which is not used anymore.Michael Tuexen2016-04-232-163/+0
* Prevent underflows in tp->snd_wnd if the remote side ACKs more thanJonathan T. Looney2016-04-211-2/+11
* Indentation issues.Pedro F. Giffuni2016-04-201-3/+2
* kernel: use our nitems() macro when it is available through param.h.Pedro F. Giffuni2016-04-192-3/+3
* Address issues found by the XCode code analyzer.Michael Tuexen2016-04-184-33/+34
* Fix signed/unsigned warnings.Michael Tuexen2016-04-182-4/+5
* Fix a warning about an unused variable.Michael Tuexen2016-04-181-1/+1
* Put panic() calls under INVARIANTS.Michael Tuexen2016-04-183-0/+26
* Cleanup debug output.Michael Tuexen2016-04-181-39/+39
* Don't use anonymous unions.Michael Tuexen2016-04-183-4/+4
* Remove a left-over debug printf().Michael Tuexen2016-04-181-10/+0
* Fix the ICMP6 handling for SCTP.Michael Tuexen2016-04-162-29/+22
* netinet: for pointers replace 0 with NULL.Pedro F. Giffuni2016-04-1513-20/+20
* Add External Actions KPI to ipfw(9).Andrey V. Elsukov2016-04-141-1/+7
* Allow the handling of ICMP messages sent in response to SCTP packetsMichael Tuexen2016-04-142-32/+45
* When delivering an ICMP packet to the ctlinput function, ensure thatMichael Tuexen2016-04-142-0/+23
* Do not overwrite the dchg variable.Luiz Otavio O Souza2016-04-141-2/+1
* Refactor the handling of ICMP/IPv4 packets for SCTP/IPv4.Michael Tuexen2016-04-121-100/+63
* When processing an ICMP packet containing an SCTP packet, itMichael Tuexen2016-04-122-29/+31
* Mfp: r296310,r296343Bjoern A. Zeeb2016-04-091-2/+13
* Mfp: r296260Bjoern A. Zeeb2016-04-091-2/+1
* Mfp: r296259Bjoern A. Zeeb2016-04-092-4/+9
* Mfp: r296309Bjoern A. Zeeb2016-04-091-2/+6
* Mfp: r296345Bjoern A. Zeeb2016-04-091-2/+1
* Mfp: r296346Bjoern A. Zeeb2016-04-091-2/+1
* A couple of minor changes that I missed that Michael had done, most notedRandall Stewart2016-04-076-8/+9
* This is work done by Michael Tuexen and myself at the IETF. ThisRandall Stewart2016-04-0718-1697/+2218
* Set the chunk id for ERROR chunks.Michael Tuexen2016-04-011-0/+2
* tcp/lro: Change SLIST to LIST, so that removing an entry is O(1)Sepherosa Ziehau2016-04-012-26/+24
* tcp/lro: Use tcp_lro_flush_all in device drivers to avoid code duplicationSepherosa Ziehau2016-04-011-10/+17
* 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