summaryrefslogtreecommitdiffstats
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
* remove some conditional #ifdefs (no-op on FreeBSD);luigi2010-07-151-8/+4
* whitespace fixesluigi2010-07-151-2/+2
* fix a comment and final empty lineluigi2010-07-151-3/+5
* The SIFTR DPCPU statistics struct was not being zeroed between enable/disablelstewart2010-07-131-0/+2
* Catch up with the rename of DPCPU_SUM to DPCPU_VARSUM in r209978.lstewart2010-07-131-10/+10
* Improve last commit: use bpf_mtap2() to avoiding stack usage.glebius2010-07-091-13/+6
* Since r209216 bpf(4) searches for mbuf_tags(9) and thus will not work withglebius2010-07-081-6/+8
* This fixes a crash in SCTP. It was possible to have arrs2010-07-031-4/+10
* Import the Statistical Information For TCP Research (SIFTR) kernel module intolstewart2010-07-031-0/+1568
* Fix a bug that WILL cause a panic. Basicallyrrs2010-07-021-2/+2
* After processing the O_SKIPTO opcode our cmd points to the next rule, andglebius2010-06-291-2/+3
* Fix a bug I introduced in r209470.tuexen2010-06-241-2/+2
* * Implement sctp_does_stcb_own_this_addr() correclty. It was taking thetuexen2010-06-231-57/+151
* Fix a rece condition in the shutdown handling.tuexen2010-06-183-0/+40
* * Fix a bug where the length of the ASCONF-ACK was calculated wrong duetuexen2010-06-142-13/+20
* 3 Fixes -rrs2010-06-113-43/+28
* Found by Michael. In cases where we runrrs2010-06-091-0/+2
* Fix serveral bugs all having to do with freeing anrrs2010-06-091-22/+38
* BUG:Turns out we need to use both bit mapsrrs2010-06-091-11/+1
* 2 Bugs:rrs2010-06-081-2/+20
* This fixes a BUG in the handling of the cum-ack calculation.rrs2010-06-071-7/+12
* Opps... my bad.. we don't need a SOCK_UNLOCK() afterrrs2010-06-071-1/+0
* Fix so we call socantrcvmore_locked so werrs2010-06-071-1/+1
* 1) Optimize the cleanup and don't always depend onrrs2010-06-064-7/+28
* Ok, yet another bug in killing off all the hundredsrrs2010-06-064-3/+11
* 1) Further enhance the INVARIANT lock validation (no locks) arerrs2010-06-061-1/+8
* Fix a bug in the sctp_inpcb_free. Basically if the socketrrs2010-06-061-0/+4
* Fix a bug in sctp_abort_assoc(). DON'T call the sctp_inpcb_freerrs2010-06-061-7/+0
* Hopefully this fixes a LOR by makingrrs2010-06-061-22/+17
* Bruce's fix for some return's inrrs2010-06-061-0/+8
* Purge out a Windows def that somehow slippedrrs2010-06-051-7/+1
* Spacing issuesrrs2010-06-052-6/+5
* This change does the following:rrs2010-06-051-13/+23
* Use the proper increment macro when increasing therrs2010-06-051-3/+4
* This does two changes:rrs2010-06-052-6/+18
* This fixes a bug in the close up of a socket thatrrs2010-06-051-2/+15
* Virtualize the IPv4 multicast routing code.zec2010-06-023-204/+260
* This patch fixes the problem where proxy ARP entries cannot be addedqingli2010-05-254-6/+7
* This adds back the Iterator to the sctprrs2010-05-169-332/+235
* Fix an old long time bug in generating arrs2010-05-121-3/+2
* More PR-SCTP bugs:rrs2010-05-122-4/+5
* Get rid of unused constants.tuexen2010-05-122-16/+0
* This fixes PR-SCTP issues:rrs2010-05-121-36/+13
* This fixes a bug with the one-2-one model socket when arrs2010-05-114-7/+22
* MFP4: @176978-176982, 176984, 176990-176994, 177441bz2010-04-2921-306/+177
* Enhance the historic behaviour of raw sockets and jails in a waybz2010-04-271-5/+18
* Fix a regression where DVMRP diagnostic traffic, such as that usedbms2010-04-271-6/+11
* Sending a FWDTSN chunk should not affect the retran count.tuexen2010-04-251-1/+1
* Undo my lastest fix since that wasn't one at all.tuexen2010-04-251-19/+19
* * Fix compilation when using SCTP_AUDITING_ENABLED.tuexen2010-04-233-42/+24
OpenPOWER on IntegriCloud