summaryrefslogtreecommitdiffstats
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make ARP do not complain about wrong interface if correct interfaceglebius2005-03-091-7/+14
* Fix a problem in the Skinny ALG where a specially crafted packet could causemarcus2005-03-031-4/+4
* Fix typo. Unbreak build. Take pointy hat.glebius2005-03-021-1/+1
* Add more locking when reading/writing to carp softc. When carp softc isglebius2005-03-011-31/+140
* - Add carp_mtx. Use it to protect list of all carp interfaces.glebius2005-03-011-18/+20
* Use NET_CALLOUT_MPSAFE macro.glebius2005-03-016-25/+17
* Revert change to struct ifnet. Use ifnet pointer in softc. Embeddingglebius2005-03-011-1/+1
* Remove debugging printf.glebius2005-03-011-1/+0
* Support running carp(4) over a vlan(4) parent interface.yar2005-02-281-1/+2
* Remove unused field from carp softc.glebius2005-02-281-3/+0
OpenPOWER on IntegriCloud