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