aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
* Fix the comment block that has the niceRandall Stewart2010-07-291-12/+22
* PR SCTP Bugs. Basically a full sized frame ofRandall Stewart2010-07-294-31/+48
* Fix operation of "netgraph" action in conjunction with theGleb Smirnoff2010-07-271-0/+2
* Fix a bug where the length of a FORWARD-TSN chunk was set incorrectly inMichael Tuexen2010-07-261-4/+2
* Make sure that we report chunks if a socketRandall Stewart2010-07-261-7/+29
* When counting the number of chunks in theRandall Stewart2010-07-261-13/+20
* - Move common code from the hook functions that fills in a packet node struct toLawrence Stewart2010-07-181-115/+87
* machine/cpu.h isn't appropriate for this file,so remove itWarner Losh2010-07-161-1/+0
* remove some conditional #ifdefs (no-op on FreeBSD);Luigi Rizzo2010-07-151-8/+4
* whitespace fixesLuigi Rizzo2010-07-151-2/+2
* fix a comment and final empty lineLuigi Rizzo2010-07-151-3/+5
* The SIFTR DPCPU statistics struct was not being zeroed between enable/disableLawrence Stewart2010-07-131-0/+2
* Catch up with the rename of DPCPU_SUM to DPCPU_VARSUM in r209978.Lawrence Stewart2010-07-131-10/+10
* Improve last commit: use bpf_mtap2() to avoiding stack usage.Gleb Smirnoff2010-07-091-13/+6
* Since r209216 bpf(4) searches for mbuf_tags(9) and thus will not work withGleb Smirnoff2010-07-081-6/+8
* This fixes a crash in SCTP. It was possible to have aRandall Stewart2010-07-031-4/+10
* Import the Statistical Information For TCP Research (SIFTR) kernel module intoLawrence Stewart2010-07-031-0/+1568
* Fix a bug that WILL cause a panic. BasicallyRandall Stewart2010-07-021-2/+2
* After processing the O_SKIPTO opcode our cmd points to the next rule, andGleb Smirnoff2010-06-291-2/+3
* Fix a bug I introduced in r209470.Michael Tuexen2010-06-241-2/+2
* * Implement sctp_does_stcb_own_this_addr() correclty. It was taking theMichael Tuexen2010-06-231-57/+151
* Fix a rece condition in the shutdown handling.Michael Tuexen2010-06-183-0/+40
* * Fix a bug where the length of the ASCONF-ACK was calculated wrong dueMichael Tuexen2010-06-142-13/+20
* 3 Fixes -Randall Stewart2010-06-113-43/+28
* Found by Michael. In cases where we runRandall Stewart2010-06-091-0/+2
* Fix serveral bugs all having to do with freeing anRandall Stewart2010-06-091-22/+38
* BUG:Turns out we need to use both bit mapsRandall Stewart2010-06-091-11/+1
* 2 Bugs:Randall Stewart2010-06-081-2/+20
* This fixes a BUG in the handling of the cum-ack calculation.Randall Stewart2010-06-071-7/+12
* Opps... my bad.. we don't need a SOCK_UNLOCK() afterRandall Stewart2010-06-071-1/+0
* Fix so we call socantrcvmore_locked so weRandall Stewart2010-06-071-1/+1
* 1) Optimize the cleanup and don't always depend onRandall Stewart2010-06-064-7/+28
* Ok, yet another bug in killing off all the hundredsRandall Stewart2010-06-064-3/+11
* 1) Further enhance the INVARIANT lock validation (no locks) areRandall Stewart2010-06-061-1/+8
* Fix a bug in the sctp_inpcb_free. Basically if the socketRandall Stewart2010-06-061-0/+4
* Fix a bug in sctp_abort_assoc(). DON'T call the sctp_inpcb_freeRandall Stewart2010-06-061-7/+0
* Hopefully this fixes a LOR by makingRandall Stewart2010-06-061-22/+17
* Bruce's fix for some return's inRandall Stewart2010-06-061-0/+8
* Purge out a Windows def that somehow slippedRandall Stewart2010-06-051-7/+1
* Spacing issuesRandall Stewart2010-06-052-6/+5
* This change does the following:Randall Stewart2010-06-051-13/+23
* Use the proper increment macro when increasing theRandall Stewart2010-06-051-3/+4
* This does two changes:Randall Stewart2010-06-052-6/+18
* This fixes a bug in the close up of a socket thatRandall Stewart2010-06-051-2/+15
* Virtualize the IPv4 multicast routing code.Marko Zec2010-06-023-204/+260
* This patch fixes the problem where proxy ARP entries cannot be addedQing Li2010-05-254-6/+7
* This adds back the Iterator to the sctpRandall Stewart2010-05-169-332/+235
* Fix an old long time bug in generating aRandall Stewart2010-05-121-3/+2
* More PR-SCTP bugs:Randall Stewart2010-05-122-4/+5
* Get rid of unused constants.Michael Tuexen2010-05-122-16/+0