summaryrefslogtreecommitdiffstats
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
* 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
* o Disable random port allocation when ip.portrange.first ==maxim2005-04-081-0/+6
* When a packet has been reinjected into ipfw(4) after dummynet(4) processingglebius2005-04-061-2/+6
* Use ACTION_PTR(r) instead of (r->cmd + r->act_ofs).brooks2005-04-061-2/+2
* Make dummynet_flush() match its prototype.brooks2005-04-051-1/+1
* natd core dumps when -reverse switch is used because of a bug inphk2005-04-051-2/+2
* When several carp interfaces are attached to Ethernet interface,glebius2005-03-301-27/+37
* - Don't free mbuf, passed to interface output method if the latterglebius2005-03-291-2/+1
* eliminate extraneous null ptr checkssam2005-03-293-5/+5
* deal with malloc failuressam2005-03-261-7/+16
* o Document net.inet.ip.portrange.random* sysctls.maxim2005-03-231-7/+10
* ifma_protospec is a pointer. Use NULL when assigning or compating it.glebius2005-03-201-2/+2
* Remove a workaround from previos revision. It proved to be incorrect.glebius2005-03-201-7/+16
* If vhid exists return more informative EEXIST instead of EINVAL. While hereglebius2005-03-181-3/+2
* Fix a potential crash that could occur when CARP_LOG is being used.glebius2005-03-181-2/+1
* plug resource leaksam2005-03-161-1/+3
* In tcp_usr_send(), broaden coverage of the socket buffer lock in therwatson2005-03-141-1/+4
* Embrace with #ifdef DEV_CARP carp-related code.glebius2005-03-131-2/+7
* Add antifootshooting workaround, which will make all routes "connected"glebius2005-03-101-0/+6
* Add limits on the number of elements in the sack scoreboard bothps2005-03-092-3/+42
OpenPOWER on IntegriCloud