| Commit message (Expand) | Author | Age | Files | Lines |
* | Change caching strategy somewhat: | wollman | 1995-01-23 | 1 | -12/+17 |
* | Actual firewall change. | ugen | 1995-01-12 | 6 | -108/+125 |
* | Fixed mbuf lossage when level != IPPROTO_IP. Problem reported by Robert | dg | 1995-01-12 | 1 | -2/+5 |
* | Make arp_rtrequest() static since nobody needs to referene it any more. | wollman | 1994-12-22 | 2 | -4/+3 |
* | Move ARP interface initialization into if_ether.c:arp_ifinit(). | wollman | 1994-12-22 | 3 | -12/+15 |
* | Avoid a serious race by blocking netisrs while walking the route tree. | wollman | 1994-12-21 | 1 | -6/+6 |
* | Correct sysctl info so that net.inet.ip.rtexpire is actually accessible. | wollman | 1994-12-21 | 1 | -2/+2 |
* | Fix PR 59: don't allow TCP connections withmulticast addresses at either | wollman | 1994-12-15 | 1 | -1/+22 |
* | Make rtq_reallyold user-configurable via sysctl. | wollman | 1994-12-14 | 2 | -2/+9 |
* | Call rtalloc_ign() so that protocol cloning will not occur at the IP layer. | wollman | 1994-12-13 | 2 | -6/+17 |
* | Update calls to rtalloc1(). Also merge rt_prflags with rt_flags. | wollman | 1994-12-13 | 2 | -16/+27 |
* | Add clear one accounting entry control. | ugen | 1994-12-13 | 3 | -114/+172 |
* | Late patch for delete control.. | ugen | 1994-12-12 | 1 | -18/+17 |
* | Add match by interface from which packet arrived (via) | ugen | 1994-12-12 | 5 | -78/+128 |
* | Advanced route cache management is now an official part of IP support. | wollman | 1994-12-11 | 1 | -7/+1 |
* | Delete old, confusing comment. | wollman | 1994-12-02 | 1 | -9/+1 |
* | Add a check to make sure that we don't fiddle with the NFS routing tables | wollman | 1994-12-02 | 1 | -10/+3 |
* | Add latest version of ``advanced route metric management'' :-) | wollman | 1994-12-01 | 1 | -18/+71 |
* | Added: ICMP reply,TCP SYN check,logging.. | ugen | 1994-11-28 | 2 | -222/+224 |
* | Ugen J.S.Antsilevich's latest, happiest, IP firewall code. | jkh | 1994-11-16 | 5 | -263/+518 |
* | Ugen makes it in with 10 seconds to spare with a one-char diff. Some | jkh | 1994-11-08 | 1 | -1/+1 |
* | Almost 12th hour (the 11th hour was almost an hour ago :-) patches | jkh | 1994-11-08 | 3 | -155/+158 |
* | 2 11th-hour fixes from Ugen (not Uben, sorry!) J.S.Antsilevich. | jkh | 1994-11-07 | 2 | -58/+104 |
* | Fix off-by-one error reported to NetBSD by Karl Fox in | wollman | 1994-11-03 | 1 | -2/+2 |
* | Completely replace JTW's idea with my (incompletely implemented) original | wollman | 1994-11-03 | 1 | -148/+23 |
* | This is the file that actually implements the smarter behavior. | wollman | 1994-11-02 | 1 | -0/+283 |
* | Add code to be a bit smarter about IP routes, conditioned on the option | wollman | 1994-11-02 | 1 | -2/+11 |
* | Clean up ARP error messages: format IP addresses, explain arplookup() | wollman | 1994-11-02 | 1 | -13/+44 |
* | Latest changes from Uben. | jkh | 1994-10-31 | 2 | -40/+193 |
* | Detect old-style multicast routers and interoperate properly | pst | 1994-10-31 | 1 | -1/+8 |
* | IP Firewall code from Daniel Boulet and J.S.Antsilevich | jkh | 1994-10-28 | 4 | -3/+636 |
* | Patch for proper multicast support on point-to-point links. | swallace | 1994-10-25 | 1 | -3/+5 |
* | Bug fixes from John Brezak. | wollman | 1994-10-21 | 1 | -3/+3 |
* | Fix some endianness and packet header bugs found in BSDi's port of this code. | wollman | 1994-10-13 | 1 | -14/+27 |
* | As suggested by Sally Floyd, don't add the ``small fraction of the window | wollman | 1994-10-13 | 2 | -10/+6 |
* | Fix a bug which caused panics when attempting to change just the flags of | wollman | 1994-10-11 | 2 | -5/+16 |
* | Cosmetics. Silence gcc -Wall. | phk | 1994-10-10 | 1 | -2/+2 |
* | Cosmetics: silences gcc -Wall. | phk | 1994-10-08 | 3 | -7/+8 |
* | GCC cleanup. | phk | 1994-10-02 | 11 | -48/+55 |
* | Implement full proxy ARP, gated on option ARP_PROXYALL. This allows | wollman | 1994-10-01 | 1 | -7/+44 |
* | Made the kernel compile even without "ether". | phk | 1994-09-16 | 1 | -1/+4 |
* | Made TCPDEBUG truely optional. Based on changes I made in FreeBSD 1.1.5. | dg | 1994-09-15 | 5 | -129/+159 |
* | Add code to make multicast routing be an LKM. | wollman | 1994-09-14 | 1 | -14/+111 |
* | Shuffle some functions and variables around to make it possible for | wollman | 1994-09-14 | 8 | -45/+63 |
* | Disable IPMULTICAST_VIF socket option when MROUTING is not defined, | wollman | 1994-09-09 | 1 | -2/+3 |
* | Initial get-the-easy-case-working upgrade of the multicast code | wollman | 1994-09-06 | 12 | -935/+2392 |
* | Obey RFC 793, section 3.4: | wollman | 1994-08-26 | 3 | -5/+6 |
* | Made idempotent. | paul | 1994-08-21 | 21 | -21/+122 |
* | Fix up some sloppy coding practices: | wollman | 1994-08-18 | 9 | -28/+24 |
* | Added $Id$ | dg | 1994-08-02 | 41 | -0/+41 |