| Commit message (Expand) | Author | Age | Files | Lines |
* | Don't zero ip->ip_sum during sum validation. This should only | brian | 1997-02-06 | 1 | -3/+4 |
* | Reset ip_divert_ignore to zero immediately after use - also, | brian | 1997-02-02 | 1 | -0/+1 |
* | Count multicast packets received for groups of which we are not | wollman | 1997-01-21 | 1 | -1/+1 |
* | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 1 | -1/+1 |
* | Convert the interface address and IP interface address structures | wollman | 1996-12-13 | 1 | -4/+7 |
* | Only pay attention to the offset and the IP_MF flag in ip_off. Pointed | dg | 1996-12-11 | 1 | -2/+2 |
* | Add the IP_RECVIF socket option, which supplies a packet's incoming interface | fenner | 1996-11-11 | 1 | -1/+61 |
* | Don't allow reassembly to create packets bigger than IP_MAXPACKET, and count | fenner | 1996-10-25 | 1 | -2/+12 |
* | Changed args to the nat functions. | sos | 1996-10-22 | 1 | -2/+2 |
* | All three files: make COMPAT_IPFW==0 case work again. | wollman | 1996-10-07 | 1 | -26/+42 |
* | Dequeue mbuf before freeing it. Fixes mbuf leak and a potential crash when | dg | 1996-09-08 | 1 | -2/+5 |
* | Add hooks for an IP NAT module, much like the firewall stuff... | sos | 1996-08-21 | 1 | -1/+13 |
* | Adding changes to ipfw and the kernel to support ip packet diversion.. | julian | 1996-07-10 | 1 | -5/+66 |
* | Convert ipfw to use opt_ipfw.h | gpalmer | 1996-06-12 | 1 | -1/+3 |
* | Changed some memcpy()'s back to bcopy()'s. | bde | 1996-06-08 | 1 | -2/+2 |
* | Clean up various compiler warnings. Most (if not all) were benign | gpalmer | 1996-05-08 | 1 | -1/+6 |
* | Fix a bogon I introduced with my last change. | phk | 1996-04-12 | 1 | -2/+2 |
* | Add feature for tcp "established". | phk | 1996-04-03 | 1 | -25/+10 |
* | Check the validity of ia->ia_ifp before we dereference it. | phk | 1996-03-25 | 1 | -2/+2 |
* | Make getsockopt() capable of handling more than one mbuf worth of data. | phk | 1996-02-24 | 1 | -3/+3 |
* | The new firewall functionality: | phk | 1996-02-24 | 1 | -1/+4 |
* | Big sweep over the IPFIREWALL and IPACCT code. | phk | 1996-02-23 | 1 | -15/+21 |
* | Provide a direct entry point for IP input. This actually results | wollman | 1996-02-05 | 1 | -25/+32 |
* | Finally demolished the last, tottering remnants of GATEWAY. If you want | wollman | 1996-01-05 | 1 | -14/+3 |
* | Delete old-style-broadcast-address compatibility cruft in IP input path. | wollman | 1995-12-21 | 1 | -3/+3 |
* | Demolish DIRECTED_BROADCAST. It was always a bad idea, and nobody uses it. | wollman | 1995-12-20 | 1 | -15/+8 |
* | Actually call in_rtqdrain()as was originally intended. | wollman | 1995-12-19 | 1 | -2/+3 |
* | Another mega commit to staticize things. | phk | 1995-12-14 | 1 | -4/+4 |
* | Removed unnecessary #includes of vm stuff. Most of them were once | bde | 1995-12-06 | 1 | -3/+1 |
* | New style sysctl & staticize alot of stuff. | phk | 1995-11-14 | 1 | -68/+51 |
* | Instrument the IP input queue with two new read-only MIB entries: | wollman | 1995-11-01 | 1 | -1/+6 |
* | Change the compile-time option of DIRECTED_BROADCAST into a sysctl | peter | 1995-07-18 | 1 | -5/+9 |
* | Fixed panic that occurs on certain firewall rejected packets that was | dg | 1995-07-09 | 1 | -2/+2 |
* | reject option in ip_fw used to panic the system. This fixes it. | guido | 1995-06-27 | 1 | -2/+2 |
* | Kernel side of 3.5 multicast routing code, based on work by Bill Fenner | wollman | 1995-06-13 | 1 | -8/+26 |
* | Remove trailing whitespace. | rgrimes | 1995-05-30 | 1 | -9/+9 |
* | Make networking domains drop-ins, through the magic of GNU ld. (Some day, | wollman | 1995-05-11 | 1 | -2/+5 |
* | Replaced some bcopy()'s with memcpy()'s so that gcc while inline/optimize. | dg | 1995-05-09 | 1 | -15/+15 |
* | Reject source routes unless configured on by administrator. | wollman | 1995-03-16 | 1 | -17/+21 |
* | Add and move declarations to fix all of the warnings from `gcc -Wimplicit' | bde | 1995-03-16 | 1 | -5/+4 |
* | Attempt to make the host route cache a bit smarter under conditions of | wollman | 1995-02-14 | 1 | -2/+11 |
* | Remove a possible loophole - previously the code wouldn't pass packets destined | gpalmer | 1995-02-07 | 1 | -5/+4 |
* | Actual firewall change. | ugen | 1995-01-12 | 1 | -24/+18 |
* | Make rtq_reallyold user-configurable via sysctl. | wollman | 1994-12-14 | 1 | -1/+5 |
* | Call rtalloc_ign() so that protocol cloning will not occur at the IP layer. | wollman | 1994-12-13 | 1 | -4/+6 |
* | Add match by interface from which packet arrived (via) | ugen | 1994-12-12 | 1 | -9/+4 |
* | Ugen J.S.Antsilevich's latest, happiest, IP firewall code. | jkh | 1994-11-16 | 1 | -1/+20 |
* | Almost 12th hour (the 11th hour was almost an hour ago :-) patches | jkh | 1994-11-08 | 1 | -3/+3 |
* | IP Firewall code from Daniel Boulet and J.S.Antsilevich | jkh | 1994-10-28 | 1 | -2/+24 |
* | Cosmetics. Silence gcc -Wall. | phk | 1994-10-10 | 1 | -2/+2 |