aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
* Change the way that the queue(3) structures are declared; don't assume thatJake Burkholder2000-05-239-19/+19
* sysctl'ize ICMP_BANDLIM and ICMP_BANDLIM_SUPPRESS_OUTPUT.Dan Moschuk2000-05-225-35/+10
* Add option ICMP_BANDLIM_SUPPRESS_OUTPUT to the mix. With this option,Dan Moschuk2000-05-221-0/+2
* Compute the checksum before handing the packet off to IPFilter.Jonathan Lemon2000-05-213-2/+11
* Return ECONNRESET instead of EINVAL if the connection has been shotPeter Wemm2000-05-191-3/+3
* snd_cwnd was updated twice in the tcp_newreno function.Jayanth Vijayaraghavan2000-05-182-2/+0
* Sigh, fix a rookie patch merge error.Jayanth Vijayaraghavan2000-05-172-6/+0
* Cast sizeof() calls to be of type (int) when they appear in a signedJonathan Lemon2000-05-171-3/+4
* snd_una was being updated incorrectly, this resulted in the newrenoJayanth Vijayaraghavan2000-05-162-6/+16
* Do not call icmp_error() if ipfirewall(4) denied packet.Ruslan Ermilov2000-05-151-0/+4
* Move code to handle BPF and bridging for incoming Ethernet packets outArchie Cobbs2000-05-142-236/+175
* Temporarily turn off the newreno flag until we can track down the knownJayanth Vijayaraghavan2000-05-111-1/+1
* Revert the default behaviour for incoming connections soBrian Somers2000-05-112-3/+3
* correct more out-of-bounds memory access, if cnt == 1 and optlen > 1.Jun-ichiro itojun Hagino2000-05-101-0/+4
* Fix bug in dealing with "hlen == 1 and opt > 1"Darren Reed2000-05-091-4/+10
* Add missing include machine/in_cksum.h.Paul Saab2000-05-092-0/+3
* Include machine/in_cksum.h to unbreak options MROUTING.Kenneth D. Merry2000-05-081-0/+1
* Add #include <machine/in_cksum.h>, in order to pick up the checksumJonathan Lemon2000-05-063-1/+4
* Implement TCP NewReno, as documented in RFC 2582. This allowsJonathan Lemon2000-05-066-15/+163
* Force the address of the socket to be INADDR_ANY immediately beforePaul Richards2000-05-021-1/+13
* Remove an unnecessary error messageLuigi Rizzo2000-05-021-0/+2
* Add $FreeBSD$Peter Wemm2000-05-012-1/+3
* Replace PacketAliasRedirectPptp() (which had nothing specificRuslan Ermilov2000-04-285-111/+88
* Spell PacketAliasRedirectAddr() correctly.Ruslan Ermilov2000-04-271-1/+1
* Load Sharing using IP Network Address Translation (RFC 2391, LSNAT).Ruslan Ermilov2000-04-273-27/+150
* Let initialize th_sum before in6_cksum(), again.Yoshinobu Inoue2000-04-192-0/+2
* Remove ~25 unneeded #include <sys/conf.h>Poul-Henning Kamp2000-04-191-1/+0
* Add support for multiple PPTP sessions:Ruslan Ermilov2000-04-185-88/+265
* ND6_HINT() should not be called unless the connection status isMunechika SUMIKAWA2000-04-172-2/+0
* Apply TCP_EXPIRE_CONNECTED (86400 seconds) timeout only to establishedRuslan Ermilov2000-04-141-16/+10
* A complete reformatting of manual page.Ruslan Ermilov2000-04-131-724/+686
* Make partially specified permanent links without `dst_addr'Ruslan Ermilov2000-04-121-11/+15
* PR: kern/17872Wes Peters2000-04-111-10/+3
* - Add support for FTP EPRT (RFC 2428) command.Ruslan Ermilov2000-04-061-63/+169
* - Remove unused includes.Ruslan Ermilov2000-04-051-24/+96
* - Moved NULL definition into private include file.Ruslan Ermilov2000-04-052-7/+6
* Minor spelling fixes.Ruslan Ermilov2000-04-052-5/+7
* Correct Charles Mott's email addressBrian Somers2000-04-021-1/+1
* Move htons() ip_len to after the in_delayed_cksum() call.Yoshinobu Inoue2000-04-021-5/+5
* Try and make the kernel build again without INET6.Paul Saab2000-04-021-0/+2
* Support per socket based IPv4 mapped IPv6 addr enable/disable control.Yoshinobu Inoue2000-04-014-8/+12
* Calculate any delayed checksums before handing an mbuf off to aJonathan Lemon2000-04-011-0/+10
* Allow PacketAliasSetTarget() to be passed the following:Brian Somers2000-03-312-13/+22
* When an incoming packet is received that is not specificallyBrian Somers2000-03-311-1/+1
* If `ipfw fwd' loops an mbuf back to ip_input from ip_output and theJonathan Lemon2000-03-301-6/+7
* Peter Johnson found another log() call without a trailing newline.Joerg Wunsch2000-03-291-1/+1
* Added two missing newlines in calls to log(9).Joerg Wunsch2000-03-281-2/+2
* Add support for offloading IP/TCP/UDP checksums to NIC hardware whichJonathan Lemon2000-03-278-102/+219
* Fix parens in m_pullup() line in arp handling code. The code wasMatthew Dillon2000-03-231-1/+1
* in6_pcb.c:Brian Feldman2000-03-221-1/+2