summaryrefslogtreecommitdiffstats
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
* Introduce routines to alloc/free sack holes. This cleans up the codeps2005-05-161-56/+60
* - When carp interface is destroyed, and it affects global preemptionglebius2005-05-151-1/+12
* Fix for a bug where the "nexthole" sack hint is out of sync with theps2005-05-131-0/+2
* In div_output() explicitly set m->m_nextpkt to NULL. If divert socketglebius2005-05-131-0/+5
* When looking for the next hole to retransmit from the scoreboard,ps2005-05-115-82/+134
* Fix two issues which were missed in FreeBSD-SA-05:08.kmem.cperciva2005-05-072-0/+4
* Add a workaround for 64-bit archs: store unsigned long return value inglebius2005-05-061-3/+6
* s/DEBUG/LIBALIAS_DEBUG/, since DEBUG is defined in LINT andglebius2005-05-066-49/+49
* If we are going tocperciva2005-05-063-0/+3
* More bits for kernel version:glebius2005-05-051-1/+107
* Always include alias.h before alias_local.hglebius2005-05-059-8/+11
* When used in kernel define NO_FW_PUNCH, NO_LOGGING, NO_USE_SOCKETS.glebius2005-05-051-0/+9
* Fix argument order for bcopy() in last commit.glebius2005-05-051-1/+1
* Use bcopy() instead of memmove().glebius2005-05-051-1/+1
* Hide fflush(3) under ifdef DEBUG.glebius2005-05-051-2/+2
* Things required to build libalias as kernel module:glebius2005-05-052-0/+74
* Add NO_USE_SOCKETS knob, which cuts off functionality socket binding.glebius2005-05-052-8/+18
* Add NO_LOGGING knob, which cuts off functionality of debug logging to a file.glebius2005-05-053-15/+19
* Play with includes so that libalias can be compiled both as userlandglebius2005-05-0512-33/+159
* If we don't get a suggested MTU during path MTU discoveryandre2005-05-042-18/+40
* Cleanup IPFW2 ifdefs.glebius2005-05-041-58/+0
* Makefile is not needed here.glebius2005-05-041-14/+0
* Add another step of 1280 (gif(4) tunnels) to ip_next_mtu().andre2005-05-041-2/+2
* IPFW version 2 is the only option in HEAD and RELENG_5.glebius2005-05-043-24/+0
* Pass icmp_error() the MTU argument directly instead ofandre2005-05-044-29/+19
* Remove now unused inirw variable from previous use of COMMON_END().rwatson2005-05-011-1/+0
* Fix typo in last commit.grehan2005-05-011-1/+1
* Slide unlocking of the tcbinfo lock earlier in tcp_usr_send(), as it'srwatson2005-05-011-2/+13
* Introduce a struct icmphdr which contains the type, code, and cksumbrooks2005-04-262-9/+16
* Remove some code that snuck in by accident.ps2005-04-211-5/+0
* Fix for interaction problems between TCP SACK and TCP Signature.ps2005-04-212-55/+106
* Undo rev 1.71 as it is the wrong change.ps2005-04-211-10/+7
* - Make the sack scoreboard logic use the TAILQ macros. This improvesps2005-04-214-80/+44
* Fix for 2 bugs related to TCP Signatures :ps2005-04-211-7/+10
* Move Path MTU discovery ICMP processing from icmp_input() toandre2005-04-214-59/+74
* Ignore ICMP Source Quench messages for TCP sessions. Source Quench isandre2005-04-214-51/+23
* Remove anti-LOR bandaid, it is not needed now.glebius2005-04-201-21/+0
* Make DUMMYNET compile without INET6phk2005-04-191-0/+8
* typophk2005-04-191-1/+1
* Make IPFIREWALL compile without INET6phk2005-04-191-3/+18
* Add IPv6 support to IPFW and Dummynet.brooks2005-04-185-48/+505
* Rewrite of tcp_update_sack_list() to make it simpler and more readableps2005-04-181-74/+67
* Centralized finding the protocol header in IP packets in preperation forbrooks2005-04-151-92/+109
* Fix for a TCP SACK bug where more than (win/2) bytes could have beenps2005-04-144-3/+76
* - Tighten up the Timestamp checks to prevent a spoofed segment fromps2005-04-103-6/+47
* - If the reassembly queue limit was reached or if we couldn't allocateps2005-04-104-2/+8
* When the rightmost SACK block expands, rcv_lastsack should be updated.ps2005-04-101-0/+2
* Remove some unused sack fields.ps2005-04-101-3/+0
* o Nano optimize ip_reass() code path for the first fragment: do notmaxim2005-04-081-5/+3
* o Tweak the comment a bit.maxim2005-04-081-1/+1
OpenPOWER on IntegriCloud