summaryrefslogtreecommitdiffstats
path: root/sys/netinet/raw_ip.c
Commit message (Expand)AuthorAgeFilesLines
* Restore the ability to use IP_FW_ADD with setsockopt(2) that gotru2001-11-261-0/+1
* o Replace reference to 'struct proc' with 'struct thread' in 'structrwatson2001-11-081-1/+1
* MFS: sync the ipfw/dummynet/bridge code with the one recently mergedluigi2001-11-041-16/+13
* - Combine kern.ps_showallprocs and kern.ipc.showallsockets intorwatson2001-10-091-2/+2
* Only allow users to see their own socket connections ifps2001-10-051-1/+6
* Make it so dummynet and bridge can be loaded as modules.ps2001-10-051-9/+7
* KSE Milestone 2julian2001-09-121-6/+6
* Patches from Keiichi SHIMA <keiichi@iij.ad.jp>julian2001-09-031-2/+3
* move ipsec security policy allocation into in_pcballoc, beforeume2001-07-261-7/+0
* Sync with recent KAME.ume2001-06-111-4/+25
* Add ``options RANDOM_IP_ID'' which randomizes the ID field of IP packets.kris2001-06-011-0/+5
* In in_ifadown(), differentiate between whether the interface goesru2001-05-111-1/+1
* <sys/queue.h> makeover.phk2001-03-161-4/+2
* Make it possible to use IP_TTL and IP_TOS setsockopt(2) optionsru2001-03-091-2/+3
* Mechanical change to use <sys/queue.h> macro API instead ofphk2001-02-041-6/+6
* * Rename M_WAIT mbuf subsystem flag to M_TRYWAIT.bmilekic2000-12-211-1/+1
* Move suser() and suser_xxx() prototypes and a related #define fromphk2000-10-291-1/+0
* Allow for IP_FW_ADD to be used in getsockopt(2) incarnation asru2000-10-121-0/+1
* Follow BSD/OS and NetBSD, keep the ip_id field in network order all the time.ru2000-09-141-1/+1
* Fixed broken ICMP error generation, unified conversion of IP headerru2000-09-011-1/+1
* sync with kame tree as of july00. tons of bug fixes/improvements.itojun2000-07-041-3/+2
* Previous commit changing SYSCTL_HANDLER_ARGS violated KNF.phk2000-07-041-1/+1
* Style police catches up with rev 1.26 of src/sys/sys/sysctl.h:phk2000-07-031-1/+1
* IPSEC support in the kernel.shin1999-12-221-8/+33
* M_PREPEND-related cleanups (unregisterifying struct mbuf *s).green1999-12-191-1/+1
* KAME netinet6 basic part(no IPsec,no V6 Multicast Forwarding, no UDP/TCPshin1999-11-221-8/+8
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Make ipfw's logging more dynamic. Now, log will use the default limitgreen1999-08-011-1/+2
* Add sysctl descriptions to many SYSCTL_XXXsbillf1999-05-031-5/+5
* Suser() simplification:phk1999-04-271-2/+2
* Tidy up some stray / unused stuff in the IPFW package and friends.peter1999-04-201-23/+1
* Last bits (i think) of dummynet for -current.luigi1998-12-141-1/+23
* Yow! Completely change the way socket options are handled, eliminatingwollman1998-08-231-82/+108
* Convert socket structures to be type-stable and add a version number.wollman1998-05-151-2/+88
* Fixed style bugs (mostly) in previous commit.bde1998-03-281-2/+3
* Use the zone allocator to allocate inpcbs and tcpcbs. Each protocol createswollman1998-03-241-1/+4
* Improved connection establishment performance by doing local port lookups viadg1998-01-271-1/+2
* Call in_pcballoc() at splnet(). As near as I can tell, this won't fixdg1997-12-181-4/+9
* Update network code to use poll support.peter1997-09-141-2/+2
* Fix all areas of the system (or at least all those in LINT) to avoid storingwollman1997-08-161-9/+9
* Removed unused #includes.bde1997-08-021-3/+1
* Disallow writing raw IP packets shorter than the IP header.fenner1997-05-221-2/+3
* The long-awaited mega-massive-network-code- cleanup. Part I.wollman1997-04-271-11/+13
* Reorganize elements of the inpcb struct to take better advantage ofdg1997-04-031-4/+4
* Improved performance of hash algorithm while (hopefully) not reducingdg1997-03-031-2/+2
* Convert raw IP from mondo-switch-statement-from-Hell towollman1997-02-181-155/+127
* Provide PRC_IFDOWN and PRC_IFUP support for IP. Now, when an interfacewollman1997-02-131-1/+63
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Use queue macros for the list of interfaces. Next stop: ifaddrs!wollman1996-12-111-3/+3
* Add the IP_RECVIF socket option, which supplies a packet's incoming interfacefenner1996-11-111-11/+23
OpenPOWER on IntegriCloud