summaryrefslogtreecommitdiffstats
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
* 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
* Adds the option of keeping per-cpu statistics in SCTP. Thisrrs2010-03-244-2/+173
* lagging file I forgot to commit with my nr-sack fixes... oppsrrs2010-03-241-2/+0
* Fix for NR-Sack code. The code was NOT working properly whenrrs2010-03-244-666/+193
* Honor ip.fw.one_pass when a packet comes out of a pipe without being delayed.luigi2010-03-241-1/+5
* Fixes a bug where SACKs in the face ofrrs2010-03-233-50/+35
* - boot-time size the ipv4 flowtable and the maximum number of flowskmacy2010-03-221-2/+14
* Add a priority-based packet scheduler.luigi2010-03-212-1/+231
* no need for ipfw_flush_tables(), we just need ipfw_destroy_tables()luigi2010-03-212-18/+6
* revise documentationluigi2010-03-211-2/+21
* - spread tcp timer callout load evenly across cpus if net.inet.tcp.per_cpu_ti...kmacy2010-03-201-10/+30
* Add pcb reference counting to the pcblist sysctl handler functionsbz2010-03-174-13/+55
* small fixes to estimate the buffer size when requesting all pipes/flows.luigi2010-03-151-5/+9
* + implement (two lines) the kernel side of 'lookup dscp N' to use theluigi2010-03-157-39/+68
* Abstract out initialization of most aspects of struct inpcbinfo fromrwatson2010-03-146-84/+62
* The proper fix for the delayed SCTP checksum is torrs2010-03-125-8/+6
* - restructure flowtable to support ipv6kmacy2010-03-122-9/+15
* implement listing of a subset of pipes/queues/schedulers.luigi2010-03-112-63/+147
* fix handling of commands issued by RELENG_7 version of /sbin/ipfw,luigi2010-03-102-2/+4
* One of the advantages of enabling ECMP (a.k.a RADIX_MPATH) is toqingli2010-03-092-1/+13
* cosmetic changes and C++ compatibilityluigi2010-03-081-0/+18
* don't use C++ keywords as variable namesluigi2010-03-082-8/+8
* do not report an error unnecessarilyluigi2010-03-081-0/+1
* Destroy TCP UMA zones (empty or not) upon network stack teardownbz2010-03-074-1/+21
OpenPOWER on IntegriCloud