aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/ip_var.h
Commit message (Expand)AuthorAgeFilesLines
* MFC of port randomization rate-based disabling:Mike Silbersack2005-01-021-0/+1
* MFC: Add the IP_ONESBCAST option, to enable undirected IP broadcasts to beBruce M Simpson2003-09-091-0/+1
* Merge from -current support for Protocol Independent Multicast.Jeffrey Hsu2003-08-241-0/+2
* A correct MFC:Mike Silbersack2003-02-271-0/+1
* Backout:Mike Silbersack2003-02-271-1/+0
* IP frag per packet limitsMike Silbersack2003-02-271-0/+1
* MFC: m_tag supportSam Leffler2003-01-231-1/+2
* MFC: fix multicast routing KLD support, including some minor bug fixesLuigi Rizzo2002-11-201-4/+4
* MFC: in_rmx.c,v 1.39, ip_input.c,v 1.165, and ip_var.h,v 1.54:Ruslan Ermilov2002-08-091-0/+1
* The purpose of this commit is to bring the net/ and netinet/ sourcesLuigi Rizzo2002-07-091-35/+32
* MFC:Ruslan Ermilov2001-12-071-0/+2
* MFC: Add ``options RANDOM_IP_ID'' which randomizes the ID field of IPKris Kennaway2001-07-191-0/+6
* MFC: Sync with recent KAME.Hajimu UMEMOTO2001-07-031-0/+4
* MFC: Merge KAME 2000/07/01 code.Kris Kennaway2000-07-151-3/+0
* MFC: fix problem with interaction between delayed checksums & IPFilter.Jonathan Lemon2000-05-211-0/+2
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"Peter Wemm1999-12-291-2/+2
* IPSEC support in the kernel.Yoshinobu Inoue1999-12-221-4/+7
* Miscellaneous fixes/cleanups relating to ipfw and divert(4):Archie Cobbs1999-12-061-4/+4
* KAME related header files additions and merges.Yoshinobu Inoue1999-11-051-0/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Re-implement tcp and ip fragment reassembly to not store pointers in theDoug Rabson1998-08-241-32/+3
* Yow! Completely change the way socket options are handled, eliminatingGarrett Wollman1998-08-231-7/+7
* Removed a bogus forward struct declaration.Bruce Evans1998-07-131-4/+4
* Support for IPFW based transparent forwarding.Julian Elischer1998-07-061-1/+4
* Fixed pedantic semantics errors (bitfields not of type int, signed intBruce Evans1998-06-081-3/+3
* clean up the changes made to ipfw over the last weeksJulian Elischer1998-06-061-10/+2
* Reverse the default sense of the IPFW/DIVERT reinjection codeJulian Elischer1998-06-051-5/+5
* Add optional code to change the way that divert and ipfw work together.Julian Elischer1998-05-251-1/+10
* Move (private) struct ipflow out of ip_var.h, to reduce dependenciesPierre Beyssac1998-05-191-16/+1
* Moved #define of IPFLOW_HASHBITS to ip_flow.c where I think it belongs.David Greenman1998-05-191-2/+1
* Added fast IP forwarding code by Matt Thomas <matt@3am-software.com> viaDavid Greenman1998-05-191-1/+19
* Some staticized variables were still declared to be extern.Bruce Evans1997-09-071-2/+1
* Connect the ipdivert div_usrreqs struct to the ip proto switch tablePeter Wemm1997-05-251-3/+2
* The long-awaited mega-massive-network-code- cleanup. Part I.Garrett Wollman1997-04-271-3/+5
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-221-1/+1
* Convert raw IP from mondo-switch-statement-from-Hell toGarrett Wollman1997-02-181-2/+1
* Provide PRC_IFDOWN and PRC_IFUP support for IP. Now, when an interfaceGarrett Wollman1997-02-131-0/+1
* Count multicast packets received for groups of which we are notGarrett Wollman1997-01-211-0/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Forward-declare `struct inpcb' so that including this file doesn't causeBruce Evans1996-11-121-1/+2
* Add the IP_RECVIF socket option, which supplies a packet's incoming interfaceBill Fenner1996-11-111-1/+3
* Don't allow reassembly to create packets bigger than IP_MAXPACKET, and countBill Fenner1996-10-251-2/+3
* Give ip_len and ip_off more natural, unsigned types.Garrett Wollman1996-10-231-3/+3
* Forward-declared `struct route' for the KERNEL case so that <net/route.h>Bruce Evans1996-10-151-5/+7
* Adding changes to ipfw and the kernel to support ip packet diversion..Julian Elischer1996-07-101-2/+14
* Make rip_input() take the header lengthBill Fenner1996-03-261-5/+4
* Fix a bunch of spelling errors in the comment fields ofMike Pritchard1996-01-301-2/+2
* Another mega commit to staticize things.Poul-Henning Kamp1995-12-141-2/+1
* Path MTU Discovery is now standard.Garrett Wollman1995-12-051-3/+1
* New style sysctl & staticize alot of stuff.Poul-Henning Kamp1995-11-141-16/+1