summaryrefslogtreecommitdiffstats
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
* - Set inc_isipv6 in tcp6_usr_connect().ume2002-02-282-0/+2
* Simple p_ucred -> td_ucred changes to start using the per-thread ucredjhb2002-02-278-22/+22
* Change the wording of the inline comments from the previous commit.cjc2002-02-272-16/+6
* More IPV6 const fixes.alfred2002-02-272-2/+2
* Introduce a version field to `struct xucred' in place of one of thedd2002-02-273-25/+5
* Staticize an extern that no one else used.brooks2002-02-262-3/+1
* Enforce inbound IPsec SPDjedgar2002-02-261-1/+11
* Document what inpcb->inp_vflag is for.alfred2002-02-251-1/+1
* The TCP code did not do sufficient checks on whether incoming packetscjc2002-02-252-14/+26
* BUGFIX: make use of the pointer to the target of skipto rules,luigi2002-02-201-2/+4
* When expanding a syncache entry into a socket, inherit the socket optionsjlemon2002-02-201-1/+1
* o Move NTOHL() and associated macros into <sys/param.h>. These aremike2002-02-189-53/+70
* Moved the 127/8 check below so that IPF redirects have a chance of working.ru2002-02-151-10/+10
* When a duplicate SYN arrives which matches an entry in the syncache,jlemon2002-02-121-0/+5
* Silence unused variable warning in the !KLD_MODULE case.dd2002-02-101-0/+2
* Pre-KSE/M3 commit.julian2002-02-071-2/+2
* In tcp_respond(), correctly reset returned IPv6 header. This is essentialume2002-02-042-0/+6
* WARNS=n and lint(1) silencer. Declare an array of (const) stringsmarkm2002-02-031-1/+1
* The ipfw(8) 'tee' action simply hasn't worked on incoming packets forcjc2002-01-261-0/+3
* The ENDPTS_EQ macro was comparing the one of the fports to itself. Fix.jlemon2002-01-221-1/+1
* - Check the address family of the destination cached in a PCB.ume2002-01-212-4/+12
* RFC1122 requires that addresses of the form { 127, <any> } MUST NOTru2002-01-211-1/+11
* Fix a panic condition in icmp_reflect() introduced in rev. 1.61.ru2002-01-111-2/+2
* Initialise the intrq_present fields at runtime, not link time. This allowsmsmith2002-01-081-1/+1
* Fix a missing "ipfw:" in a syslog message.cjc2002-01-071-1/+1
* Pre-calculate the checksum for multicast packets sourced on afenner2002-01-051-0/+12
* o Spelling fix in comment: tcp_ouput -> tcp_outputrwatson2002-01-042-2/+2
* Don't reveal a router in the IPSTEALTH mode through IP options.yar2001-12-291-4/+41
* Fix ipfw fwd so that it acts as the docs sayjulian2001-12-282-10/+24
* Implement matching IP precedence in ipfw(4).yar2001-12-212-2/+6
* Remove a change that snuck in from my private tree.jlemon2001-12-211-1/+0
* If syncookies are disabled (net.inet.tcp.syncookies) then use the fasterjlemon2001-12-212-1/+5
* When storing an int value in a void *, use intptr_t as the cast typejlemon2001-12-191-2/+2
* Don't try to free a NULL route when doing IPFIREWALL_FORWARD.yar2001-12-191-1/+2
* Extend the SYN DoS defense by adding syncookies to the syncache.jlemon2001-12-191-14/+193
* Fixed the bug in transparent TCP proxying with the "encode_ip_hdr"ru2001-12-181-1/+3
* o Add IPOPT_ESO for the 'Extended Security' IP option (RFC1108)rwatson2001-12-141-0/+1
* o Add definition for IPOPT_CIPSO, the commercial security IP optionrwatson2001-12-141-0/+1
* whitespace and style fixes recovered from -stable.jlemon2001-12-141-33/+35
* minor style and whitespace fixes.jlemon2001-12-141-11/+12
* whitespace fixes.jlemon2001-12-142-7/+7
* minor whitespace fixes.jlemon2001-12-141-1/+1
* Reduce the local network slowstart flightsize from infinity to 4 packets.silby2001-12-141-1/+1
* Undo one of my last minute changes; move sc_iss up earlier so itjlemon2001-12-131-1/+1
* Fix up tabs from cut&n&paste.jlemon2001-12-131-8/+8
* Fix up tabs in comments.jlemon2001-12-132-8/+8
* Minor style fixes.jlemon2001-12-131-2/+2
* Minor style fix.jlemon2001-12-131-2/+2
* Update to C99, s/__FUNCTION__/__func__/,obrien2001-12-102-3/+3
* o Our currenty userland boot code (due to rc.conf and rc.network) alwaysrwatson2001-12-071-1/+1
OpenPOWER on IntegriCloud