summaryrefslogtreecommitdiffstats
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Avoid memory access after free. Use the (shortend) copy for thebz2010-04-211-1/+1
* Update highest_tsn variables when sliding mapping arrays.tuexen2010-04-201-0/+6
* Really print the nr_mapping array when it should be printed.`tuexen2010-04-201-1/+1
* whitespace fixes (trailing whitespace, bad indentationluigi2010-04-198-59/+61
* Don't clear other flags (e.g. CSUM_TCP) when setting CSUM_TSO. This wasken2010-04-191-1/+1
* Get delayed SACK working again.tuexen2010-04-191-0/+4
* Fix a bug where SACKs are not sent when they should.tuexen2010-04-171-8/+13
* Plug reference leaks in the link-layer code ("new-arp") that previouslybz2010-04-112-4/+20
* Try to help with a virtualized dummynet after r206428.bz2010-04-101-1/+4
* Honor the CE bit even when the CWR bit is set.rpaulo2010-04-101-4/+2
* Fix a few issues related to the legacy 4.4 BSD multicast APIs.bms2010-04-101-7/+19
* This commit enables partial operation of dummynet with kernelsluigi2010-04-093-31/+57
* no need to pass an argument to dn_compat_calc_size()luigi2010-04-093-3/+3
* Hopefully fix the recent breakage in rule deletion.luigi2010-04-071-58/+98
* Fix a off-by-one bug in zeroing out the mapping arrays.tuexen2010-04-062-33/+18
* Use also SCTP/IPv6 checksum offloading in special cases.tuexen2010-04-031-13/+60
* * Fix some race condition in SACK/NR-SACK processing.tuexen2010-04-0314-807/+438
* Add definition of IPv6 mobility header's protocol number, as assigned bydelphij2010-03-311-0/+1
* fix bug in previous commit related to rule deletionluigi2010-03-311-15/+20
* remove a leftover debugging messageluigi2010-03-291-1/+0
* Fix handling of set manipulations.luigi2010-03-291-25/+36
OpenPOWER on IntegriCloud