summaryrefslogtreecommitdiff
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/4.1.0cvs2svn2000-07-262-263/+0
* commit 3.4.8 to releng4Darren Reed2000-07-1920-1155/+2931
* pullup changes from -currentDarren Reed2000-07-1913-148/+806
* MFC rev 1.60: fix a comment for TCPCTL_KEEPINIT.Sheldon Hearn2000-07-181-1/+1
* MFC: close pr 19544 - ipfw pipe delete causes panic when no pipes defineLuigi Rizzo2000-07-171-2/+2
* MFC: Merge KAME 2000/07/01 code.Kris Kennaway2000-07-1519-228/+1173
* Merged undocumented bug fix from rev 1.41: Fix for timer race that canDavid Greenman2000-07-131-2/+2
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2000-07-102-0/+598
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2000-06-262-0/+263
* MFC: fix behaviour of "ipfw pipe show"Luigi Rizzo2000-06-141-5/+10
* MFC: (rev 1.133) do not call icmp_error() if ipfirewall(4) denied packet.Ruslan Ermilov2000-06-131-0/+4
* MFC: Bring WF2Q+ support in dummynet. Read the ipfw(8) manpage forLuigi Rizzo2000-06-114-345/+1305
* MFC: r1.43, fix for connections hanging in LAST_ACK state.Jonathan Lemon2000-06-081-0/+4
* MFC: correct boundary checks against IP optionsJonathan Lemon2000-06-083-3/+16
* MFC: only pass the address family to if_simloop()Archie Cobbs2000-06-021-1/+1
* define CSUM_DELAY_DATA to match mergeDarren Reed2000-05-261-0/+4
* MFC: rev 1.106, checksums for multicast loopback.Jonathan Lemon2000-05-251-0/+6
* MFC: rev 1.134, cast sizeof() calls to keep things signed.Jonathan Lemon2000-05-251-3/+4
* do not add state upon RSTDarren Reed2000-05-241-0/+2
* MFC: Move BPF and bridging code into ether_input()Archie Cobbs2000-05-242-233/+172
* MFC: fix problem with interaction between delayed checksums & IPFilter.Jonathan Lemon2000-05-213-2/+11
* MFC 1.63: return ECONNRESET instead of EINVAL when trying to do aPeter Wemm2000-05-191-3/+3
* Fix bug in dealing with "hlen == 1 and opt > 1"Darren Reed2000-05-101-5/+11
* MFC: delayed checksum work. This also brings the mbuf size up to 256.Jonathan Lemon2000-05-056-80/+200
* remove a useless error messageLuigi Rizzo2000-05-021-0/+2
* MFC: ND6_HINT() should not be called unless the connection status isMunechika SUMIKAWA2000-04-171-1/+0
* De-pessimize checking of runt packets. Patch was created vs.Wes Peters2000-04-111-10/+3
* MFC: add trailing newlines to the log() calls introduced in rev 1.64.Joerg Wunsch2000-03-291-3/+3
* MFC 1.66, fix NULL pointer dereference panic when dealing with ARPMatthew Dillon2000-03-231-1/+1
* MFC:Brian Feldman2000-03-231-1/+2
* MFC: (rev 1.132) Fix logging of src and dst IP addresses.Ruslan Ermilov2000-03-141-5/+6
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2000-03-1315-11516/+0
* 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