summaryrefslogtreecommitdiffstats
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
...
* Temporarily turn off the newreno flag until we can track down the knownjayanth2000-05-111-1/+1
* Revert the default behaviour for incoming connections sobrian2000-05-112-3/+3
* correct more out-of-bounds memory access, if cnt == 1 and optlen > 1.itojun2000-05-101-0/+4
* Fix bug in dealing with "hlen == 1 and opt > 1"darrenr2000-05-091-4/+10
* Add missing include machine/in_cksum.h.ps2000-05-092-0/+3
* Include machine/in_cksum.h to unbreak options MROUTING.ken2000-05-081-0/+1
* Add #include <machine/in_cksum.h>, in order to pick up the checksumjlemon2000-05-063-1/+4
* Implement TCP NewReno, as documented in RFC 2582. This allowsjlemon2000-05-066-15/+163
* Force the address of the socket to be INADDR_ANY immediately beforepaul2000-05-021-1/+13
* Remove an unnecessary error messageluigi2000-05-021-0/+2
* Add $FreeBSD$peter2000-05-012-1/+3
* Replace PacketAliasRedirectPptp() (which had nothing specificru2000-04-285-111/+88
* Spell PacketAliasRedirectAddr() correctly.ru2000-04-271-1/+1
* Load Sharing using IP Network Address Translation (RFC 2391, LSNAT).ru2000-04-273-27/+150
* Let initialize th_sum before in6_cksum(), again.shin2000-04-192-0/+2
* Remove ~25 unneeded #include <sys/conf.h>phk2000-04-191-1/+0
* Add support for multiple PPTP sessions:ru2000-04-185-88/+265
* ND6_HINT() should not be called unless the connection status issumikawa2000-04-172-2/+0
* Apply TCP_EXPIRE_CONNECTED (86400 seconds) timeout only to establishedru2000-04-141-16/+10
* A complete reformatting of manual page.ru2000-04-131-724/+686
* Make partially specified permanent links without `dst_addr'ru2000-04-121-11/+15
* PR: kern/17872wes2000-04-111-10/+3
* - Add support for FTP EPRT (RFC 2428) command.ru2000-04-061-63/+169
* - Remove unused includes.ru2000-04-051-24/+96
* - Moved NULL definition into private include file.ru2000-04-052-7/+6
* Minor spelling fixes.ru2000-04-052-5/+7
* Correct Charles Mott's email addressbrian2000-04-021-1/+1
* Move htons() ip_len to after the in_delayed_cksum() call.shin2000-04-021-5/+5
* Try and make the kernel build again without INET6.ps2000-04-021-0/+2
* Support per socket based IPv4 mapped IPv6 addr enable/disable control.shin2000-04-014-8/+12
* Calculate any delayed checksums before handing an mbuf off to ajlemon2000-04-011-0/+10
* Allow PacketAliasSetTarget() to be passed the following:brian2000-03-312-13/+22
* When an incoming packet is received that is not specificallybrian2000-03-311-1/+1
* If `ipfw fwd' loops an mbuf back to ip_input from ip_output and thejlemon2000-03-301-6/+7
* Peter Johnson found another log() call without a trailing newline.joerg2000-03-291-1/+1
* Added two missing newlines in calls to log(9).joerg2000-03-281-2/+2
* Add support for offloading IP/TCP/UDP checksums to NIC hardware whichjlemon2000-03-278-102/+219
* Fix parens in m_pullup() line in arp handling code. The code wasdillon2000-03-231-1/+1
* in6_pcb.c:green2000-03-221-1/+2
* o Replace most magic numbers related to token ring with #defineslile2000-03-191-30/+31
* Make _FindLinkIn() static and only define GetDestPort whenbrian2000-03-191-2/+4
* Fix reporting of src and dst IP addresses for ICMP and generic IP packets.ru2000-03-141-5/+6
* Disable IPv4 over IPv4 tunnel on the 6to4 interface for better security.shin2000-03-111-1/+12
* IPv6 6to4 support.shin2000-03-113-3/+44
* The function arpintr() incorrectly checks m->m_len to detect incompleterwatson2000-03-111-13/+36
* Initialize mbuf pointer at getting ipsec policy.shin2000-03-091-2/+3
* Remove single-space hard sentence breaks. These degrade the qualitysheldonh2000-03-021-1/+2
* Fix panic when doing keep-state and "forward".luigi2000-02-291-69/+68
* Limit the maximum permissible TCP window size to 65535 octets ifps2000-02-282-2/+8
* -it do, among other things, clear out anyalfred2000-02-281-1/+1
OpenPOWER on IntegriCloud