summaryrefslogtreecommitdiff
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
* 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
* Submitted by: Archie cobbs (IPDIVERT author)Julian Elischer1997-11-131-1/+7
* MFC: Don't try to put more than TCP_MAXWIN in the window field.Bill Fenner1997-10-081-3/+3
* Brought in changes from rev 1.63: backed out part of rev 1.52 (extraDavid Greenman1997-10-041-6/+1
* MFC: Don't consider a SYN/ACK with CC but no CCECHO a proper T/TCPBill Fenner1997-09-301-9/+11
* Merged from -current: data struct reorg and improved ordering of comparesDavid Greenman1997-09-308-29/+36
* MFC: make TCPDEBUG a new-style optionJoerg Wunsch1997-09-167-7/+21
* MFC: remove ipq queue declaration, not used outside ip_input.cAndrey A. Chernov1997-09-161-2/+1
* MFC: prevent overflow with fragmented packetsAndrey A. Chernov1997-09-151-25/+66
* Bring ``broadcast/multicast echo'' fixes into 2.2.Garrett Wollman1997-08-252-2/+20
* Merge from -current: fixed logging of verbose limited packets.Alexander Langer1997-08-231-4/+5
* Merge fix for PR 4209 from -current.Alexander Langer1997-08-211-3/+5
* Merge from -current: ensure termination of interface name.Alexander Langer1997-08-061-1/+2
* YAMFC: Recalculate ip_sum before passing aBrian Somers1997-07-251-1/+15