aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/raw_ip.c
Commit message (Expand)AuthorAgeFilesLines
* If we are going toColin Percival2005-05-061-0/+1
* MFC: IPFW2 lookup tables.Ruslan Ermilov2004-06-161-0/+5
* MFC rev 1.115 (check for null return from M_PREPEND)Mike Silbersack2003-09-161-0/+2
* MFC: Add the IP_ONESBCAST option, to enable undirected IP broadcasts to beBruce M Simpson2003-09-091-0/+3
* Merge from -current support for Protocol Independent Multicast.Jeffrey Hsu2003-08-241-0/+8
* Merge rev 1.108 from current: Fix long-standing bug predatingJeffrey Hsu2003-01-241-1/+3
* MFC: Fast IPsecSam Leffler2003-01-241-0/+19
* MFC: m_tag supportSam Leffler2003-01-231-8/+1
* MFC: fix multicast routing KLD support, including some minor bug fixesLuigi Rizzo2002-11-201-38/+55
* MFC 1.73, 1.75: use <sys/queue.h> macros rather than fondlingKelly Yancey2002-10-131-6/+4
* MFC: 1.88: unbreak natd(8)'s -punch_fw option.Ruslan Ermilov2001-11-261-0/+1
* Mega-MFC for ipfw/bridge/dummynet features and fixes added over theLuigi Rizzo2001-11-031-23/+18
* MFC: move ipsec security policy allocation into in_pcballoc, beforeHajimu UMEMOTO2001-07-291-7/+0
* MFC: Add ``options RANDOM_IP_ID'' which randomizes the ID field of IPKris Kennaway2001-07-191-0/+5
* MFC: Sync with recent KAME.Hajimu UMEMOTO2001-07-031-4/+25
* MFC.Ruslan Ermilov2001-05-141-1/+1
* MFC:Ruslan Ermilov2001-04-251-2/+3
* MFC: make rule number available from getsockopt(IP_FW_ADD).Ruslan Ermilov2000-10-171-0/+1
* MFC: Sanitize SYSCTL_HANDLER_ARGS.Paul Saab2000-08-031-1/+1
* MFC: Merge KAME 2000/07/01 code.Kris Kennaway2000-07-151-3/+2
* IPSEC support in the kernel.Yoshinobu Inoue1999-12-221-8/+33
* M_PREPEND-related cleanups (unregisterifying struct mbuf *s).Brian Feldman1999-12-191-1/+1
* KAME netinet6 basic part(no IPsec,no V6 Multicast Forwarding, no UDP/TCPYoshinobu Inoue1999-11-221-8/+8
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Make ipfw's logging more dynamic. Now, log will use the default limitBrian Feldman1999-08-011-1/+2
* Add sysctl descriptions to many SYSCTL_XXXsBill Fumerola1999-05-031-5/+5
* Suser() simplification:Poul-Henning Kamp1999-04-271-2/+2
* Tidy up some stray / unused stuff in the IPFW package and friends.Peter Wemm1999-04-201-23/+1
* Last bits (i think) of dummynet for -current.Luigi Rizzo1998-12-141-1/+23
* Yow! Completely change the way socket options are handled, eliminatingGarrett Wollman1998-08-231-82/+108
* Convert socket structures to be type-stable and add a version number.Garrett Wollman1998-05-151-2/+88
* Fixed style bugs (mostly) in previous commit.Bruce Evans1998-03-281-2/+3
* Use the zone allocator to allocate inpcbs and tcpcbs. Each protocol createsGarrett Wollman1998-03-241-1/+4
* Improved connection establishment performance by doing local port lookups viaDavid Greenman1998-01-271-1/+2
* Call in_pcballoc() at splnet(). As near as I can tell, this won't fixDavid Greenman1997-12-181-4/+9
* Update network code to use poll support.Peter Wemm1997-09-141-2/+2
* Fix all areas of the system (or at least all those in LINT) to avoid storingGarrett Wollman1997-08-161-9/+9
* Removed unused #includes.Bruce Evans1997-08-021-3/+1
* Disallow writing raw IP packets shorter than the IP header.Bill Fenner1997-05-221-2/+3
* The long-awaited mega-massive-network-code- cleanup. Part I.Garrett Wollman1997-04-271-11/+13
* Reorganize elements of the inpcb struct to take better advantage ofDavid Greenman1997-04-031-4/+4
* Improved performance of hash algorithm while (hopefully) not reducingDavid Greenman1997-03-031-2/+2
* Convert raw IP from mondo-switch-statement-from-Hell toGarrett Wollman1997-02-181-155/+127
* Provide PRC_IFDOWN and PRC_IFUP support for IP. Now, when an interfaceGarrett Wollman1997-02-131-1/+63
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Use queue macros for the list of interfaces. Next stop: ifaddrs!Garrett Wollman1996-12-111-3/+3
* Add the IP_RECVIF socket option, which supplies a packet's incoming interfaceBill Fenner1996-11-111-11/+23
* Don't allow reassembly to create packets bigger than IP_MAXPACKET, and countBill Fenner1996-10-251-1/+9
* All three files: make COMPAT_IPFW==0 case work again.Garrett Wollman1996-10-071-2/+2
* Oops, send the operation type, not the name to the NAT code...Søren Schmidt1996-08-271-2/+2