aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
* 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
* o Replace most magic numbers related to token ring with #definesLarry Lile2000-03-191-30/+31
* Make _FindLinkIn() static and only define GetDestPort whenBrian Somers2000-03-191-2/+4
* Fix reporting of src and dst IP addresses for ICMP and generic IP packets.Ruslan Ermilov2000-03-141-5/+6
* Disable IPv4 over IPv4 tunnel on the 6to4 interface for better security.Yoshinobu Inoue2000-03-111-1/+12
* IPv6 6to4 support.Yoshinobu Inoue2000-03-113-3/+44
* The function arpintr() incorrectly checks m->m_len to detect incompleteRobert Watson2000-03-111-13/+36
* Initialize mbuf pointer at getting ipsec policy.Yoshinobu Inoue2000-03-091-2/+3
* Remove single-space hard sentence breaks. These degrade the qualitySheldon Hearn2000-03-021-1/+2
* Fix panic when doing keep-state and "forward".Luigi Rizzo2000-02-291-69/+68
* Limit the maximum permissible TCP window size to 65535 octets ifPaul Saab2000-02-282-2/+8
* -it do, among other things, clear out anyAlfred Perlstein2000-02-281-1/+1
* Remove option IPFILTER_KLD. In case you wanted to kldload ipfilter,Guido van Rooij2000-02-232-13/+0
* Clean up some loose ends in the network code, including the X.25 and ISOPeter Wemm2000-02-133-20/+3
* Forgot one line: don't try to match flags when looking for a flow.Luigi Rizzo2000-02-111-0/+1
* Re add rev 1.11 diffs to ip_fil.h Also discover that I did not undefineGuido van Rooij2000-02-1018-8/+29
* Forbid include of soem inet6 header files from wrong placeYoshinobu Inoue2000-02-103-0/+6
* Move definition of fw_enable from ip_fw.c to ip_input.cLuigi Rizzo2000-02-102-1/+1
* Whoops... forgot braces in a conditionalLuigi Rizzo2000-02-101-6/+7
* Support the net.inet.ip.fw.enable variable, part ofLuigi Rizzo2000-02-102-3/+3
* Support for stateful (dynamic) ipfw rules. They are veryLuigi Rizzo2000-02-104-65/+525
* Bring over ipfilter v3_3_8 kernel sources, including merging theGuido van Rooij2000-02-0920-93/+108
* Avoid kernel panic when tcp rfc1323 and rfc1644 options are enabledYoshinobu Inoue2000-02-091-4/+13