| Commit message (Expand) | Author | Age | Files | Lines |
* | KSE Milestone 2 | julian | 2001-09-12 | 1 | -6/+6 |
* | Patches from Keiichi SHIMA <keiichi@iij.ad.jp> | julian | 2001-09-03 | 1 | -2/+3 |
* | move ipsec security policy allocation into in_pcballoc, before | ume | 2001-07-26 | 1 | -7/+0 |
* | Sync with recent KAME. | ume | 2001-06-11 | 1 | -4/+25 |
* | Add ``options RANDOM_IP_ID'' which randomizes the ID field of IP packets. | kris | 2001-06-01 | 1 | -0/+5 |
* | In in_ifadown(), differentiate between whether the interface goes | ru | 2001-05-11 | 1 | -1/+1 |
* | <sys/queue.h> makeover. | phk | 2001-03-16 | 1 | -4/+2 |
* | Make it possible to use IP_TTL and IP_TOS setsockopt(2) options | ru | 2001-03-09 | 1 | -2/+3 |
* | Mechanical change to use <sys/queue.h> macro API instead of | phk | 2001-02-04 | 1 | -6/+6 |
* | * Rename M_WAIT mbuf subsystem flag to M_TRYWAIT. | bmilekic | 2000-12-21 | 1 | -1/+1 |
* | Move suser() and suser_xxx() prototypes and a related #define from | phk | 2000-10-29 | 1 | -1/+0 |
* | Allow for IP_FW_ADD to be used in getsockopt(2) incarnation as | ru | 2000-10-12 | 1 | -0/+1 |
* | Follow BSD/OS and NetBSD, keep the ip_id field in network order all the time. | ru | 2000-09-14 | 1 | -1/+1 |
* | Fixed broken ICMP error generation, unified conversion of IP header | ru | 2000-09-01 | 1 | -1/+1 |
* | sync with kame tree as of july00. tons of bug fixes/improvements. | itojun | 2000-07-04 | 1 | -3/+2 |
* | Previous commit changing SYSCTL_HANDLER_ARGS violated KNF. | phk | 2000-07-04 | 1 | -1/+1 |
* | Style police catches up with rev 1.26 of src/sys/sys/sysctl.h: | phk | 2000-07-03 | 1 | -1/+1 |
* | IPSEC support in the kernel. | shin | 1999-12-22 | 1 | -8/+33 |
* | M_PREPEND-related cleanups (unregisterifying struct mbuf *s). | green | 1999-12-19 | 1 | -1/+1 |
* | KAME netinet6 basic part(no IPsec,no V6 Multicast Forwarding, no UDP/TCP | shin | 1999-11-22 | 1 | -8/+8 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
* | Make ipfw's logging more dynamic. Now, log will use the default limit | green | 1999-08-01 | 1 | -1/+2 |
* | Add sysctl descriptions to many SYSCTL_XXXs | billf | 1999-05-03 | 1 | -5/+5 |
* | Suser() simplification: | phk | 1999-04-27 | 1 | -2/+2 |
* | Tidy up some stray / unused stuff in the IPFW package and friends. | peter | 1999-04-20 | 1 | -23/+1 |
* | Last bits (i think) of dummynet for -current. | luigi | 1998-12-14 | 1 | -1/+23 |
* | Yow! Completely change the way socket options are handled, eliminating | wollman | 1998-08-23 | 1 | -82/+108 |
* | Convert socket structures to be type-stable and add a version number. | wollman | 1998-05-15 | 1 | -2/+88 |
* | Fixed style bugs (mostly) in previous commit. | bde | 1998-03-28 | 1 | -2/+3 |
* | Use the zone allocator to allocate inpcbs and tcpcbs. Each protocol creates | wollman | 1998-03-24 | 1 | -1/+4 |
* | Improved connection establishment performance by doing local port lookups via | dg | 1998-01-27 | 1 | -1/+2 |
* | Call in_pcballoc() at splnet(). As near as I can tell, this won't fix | dg | 1997-12-18 | 1 | -4/+9 |
* | Update network code to use poll support. | peter | 1997-09-14 | 1 | -2/+2 |
* | Fix all areas of the system (or at least all those in LINT) to avoid storing | wollman | 1997-08-16 | 1 | -9/+9 |
* | Removed unused #includes. | bde | 1997-08-02 | 1 | -3/+1 |
* | Disallow writing raw IP packets shorter than the IP header. | fenner | 1997-05-22 | 1 | -2/+3 |
* | The long-awaited mega-massive-network-code- cleanup. Part I. | wollman | 1997-04-27 | 1 | -11/+13 |
* | Reorganize elements of the inpcb struct to take better advantage of | dg | 1997-04-03 | 1 | -4/+4 |
* | Improved performance of hash algorithm while (hopefully) not reducing | dg | 1997-03-03 | 1 | -2/+2 |
* | Convert raw IP from mondo-switch-statement-from-Hell to | wollman | 1997-02-18 | 1 | -155/+127 |
* | Provide PRC_IFDOWN and PRC_IFUP support for IP. Now, when an interface | wollman | 1997-02-13 | 1 | -1/+63 |
* | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 1 | -1/+1 |
* | Use queue macros for the list of interfaces. Next stop: ifaddrs! | wollman | 1996-12-11 | 1 | -3/+3 |
* | Add the IP_RECVIF socket option, which supplies a packet's incoming interface | fenner | 1996-11-11 | 1 | -11/+23 |
* | Don't allow reassembly to create packets bigger than IP_MAXPACKET, and count | fenner | 1996-10-25 | 1 | -1/+9 |
* | All three files: make COMPAT_IPFW==0 case work again. | wollman | 1996-10-07 | 1 | -2/+2 |
* | Oops, send the operation type, not the name to the NAT code... | sos | 1996-08-27 | 1 | -2/+2 |
* | Add hooks for an IP NAT module, much like the firewall stuff... | sos | 1996-08-21 | 1 | -4/+11 |
* | Eliminate some more references to separate ip_v and ip_hl fields. | wollman | 1996-07-24 | 1 | -3/+5 |
* | Removed extraneous return. | alex | 1996-07-20 | 1 | -2/+1 |