summaryrefslogtreecommitdiff
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
* MFC: Fix the bind security fix introduced in rev 1.38 to work with multicast.Nate Williams1998-11-251-3/+9
* MFC: {rev 1.82} copy M_MCAST bit into fragmented packets.Joseph Koshy1998-11-201-1/+2
* Brought in fix from rev 1.105: pullup entire header for fragments.David Greenman1998-11-111-2/+2
* Make dummynet use m_pkthdr.len, not ip_len, for computingLuigi Rizzo1998-10-161-8/+9
* Fix a potential panic when deleting ipfw rules and packets areLuigi Rizzo1998-10-141-1/+5
* Restore default behaviour for skipto rules, i.e. jump to the first ruleLuigi Rizzo1998-10-061-2/+7
* Fix the ipfw/natd problem for which people has been shouting at me for theLuigi Rizzo1998-09-212-8/+6
* remove a diagnostic message and fix statistics when using ipfw onLuigi Rizzo1998-09-181-2/+11
* bring DUMMYNET and BRIDGE support into -stableLuigi Rizzo1998-09-178-86/+381
* introduce a sysctl variable to disable slow-start on "local"Luigi Rizzo1998-09-171-2/+6
* add definition for mbuf type used by dummynetLuigi Rizzo1998-09-171-1/+9
* MFH: Fix RST validation (rev 1.81)Guido van Rooij1998-09-161-42/+112
* This commit was manufactured by cvs2svn to create branch 'RELENG_2_2'.cvs2svn1998-09-152-0/+709
* MFC (rev 1.93): don't log ICMP type and subtype for non-zero offsetAlexander Langer1998-07-181-2/+5
* Brought in changes from rev 1.96: silently discard source routed packetsDavid Greenman1998-07-081-10/+21
* I now understand one minor detail better, so fix a bad fix.Julian Elischer1998-07-061-3/+5
* Spotted and fixed a few more bogons not relevant to -current.Julian Elischer1998-07-061-10/+9
* clean up some oversights on the last commitsJulian Elischer1998-07-063-28/+28
* MFC: Byte count statistics of multicast vifs are invalid.Jordan K. Hubbard1998-07-031-2/+2
* MFC: merge in some minor cleanups for IP divertJulian Elischer1998-07-016-81/+51
* MFC: 1.29->1.30Julian Elischer1998-06-121-24/+26
* MFC: add option to fix divert infinite loopJulian Elischer1998-06-055-9/+122
* MFC: rev 1.25Julian Elischer1998-05-281-7/+49
* MFC: Take the loop avoidance factor from where the user put it and notJulian Elischer1998-05-281-2/+6
* brought in fix from rev 1.30: fix net.inet.icmp.bmcastecho = 0.David Greenman1998-05-261-5/+3
* Brought in changes from rev 1.84: fix for timestamp processing.David Greenman1998-05-251-3/+3
* Merge rev 1.30: take IP options into account when calculating lengthBill Fenner1998-05-241-4/+13
* MFC: mental disease correctionGuido van Rooij1998-05-181-2/+2
* MFH: parenthesis and a bug fixGuido van Rooij1998-05-181-2/+2
* MFC: disables TAO for those services that do not know about T/TCPGuido van Rooij1998-05-121-2/+4
* MFC: tcp_var.h/1.43 & tcp_timer.c/1.28: bugfix for PR#6068 - connectionsDavid Greenman1998-04-242-14/+9
* MFC (rev 1.79): Allow ICMP unreachable messages to be sent in responseAlexander Langer1998-03-291-4/+21
* MFC: add uid's to struct socket.Guido van Rooij1998-03-021-1/+8
* MFC: NetBSD PR# 2772Dima Ruban1998-02-262-3/+4
* MFC: fix typo in last commitJulian Elischer1998-02-251-2/+2
* MFC: 1.28->1.29 define more IP protocols as defined in the new list. (rfc1700)Julian Elischer1998-02-251-3/+86
* MFC: Addition of forward_sourceroute and accept_sourceroute variablesGuido van Rooij1998-02-232-3/+11
* MFC: Only forward source routed packets when ipforwarding is set to 1.Guido van Rooij1998-02-151-2/+2
* MFC: correct handling of fragmented packets.Alexander Langer1998-02-131-3/+35
* MFC (rev 1.67 and 1.69): Do not sourceroute ever when dosourcerouteGuido van Rooij1998-02-111-2/+5
* MFC (rev 1.75): suppress display of TCP/UDP port numbers for fragmentedAlexander Langer1998-02-071-5/+13
* Merge rev 1.68 from -current (more complete fix for "land" attack)Bill Fenner1998-01-301-20/+25
* MFC (rev 1.70): missing parens.Alexander Langer1998-01-051-3/+3
* MFC (rev 1.69): ICMP type fix.Alexander Langer1998-01-051-2/+3
* MFC (rev 1.67): restore commented out logging.Alexander Langer1997-12-281-7/+8
* Obtained from: Whistle production treeJulian Elischer1997-12-192-10/+13
* MFC rev 1.36: splnet was not released in an error condition inDavid Greenman1997-12-181-2/+3
* MFC: call in_pcballoc() at splnet.David Greenman1997-12-182-7/+18
* Bring in compile time override of default rule from -current.Alexander Langer1997-11-221-8/+16
* By popular demand, pull Matt Dillon's hackaround for the TCP self-connectGarrett Wollman1997-11-201-1/+14