| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix the 'fwd' option to ipfw when asked to divert to another machine. | Julian Elischer | 1999-03-12 | 1 | -7/+24 |
| * | Submitted by: Larry Lile | Julian Elischer | 1999-03-10 | 1 | -16/+79 |
| * | Remove all diagnostics to stdout/stderr with #ifdef DEBUG | Brian Somers | 1999-03-09 | 4 | -22/+54 |
| * | Document PacketAliasPptp() and allow it to be disabled | Brian Somers | 1999-03-07 | 2 | -2/+31 |
| * | Remove unused function stubs. | Brian Somers | 1999-03-07 | 1 | -77/+0 |
| * | Mention that PacketAliasProxyRule() doesn't accept host names, | Brian Somers | 1999-03-07 | 1 | -1/+3 |
| * | When an incoming packet is reflected back as an ICMP reply, make sure we | Archie Cobbs | 1999-03-06 | 1 | -1/+2 |
| * | Document PacketAliasProxyRule() and fix a typo. | Brian Somers | 1999-03-06 | 1 | -1/+88 |
| * | Move kernel-only declaration inside #ifdef KERNEL section. | Garrett Wollman | 1999-03-06 | 1 | -7/+5 |
| * | arprequest() allocates an mbuf with m_gethdr() but does not initialize | Bill Paul | 1999-03-04 | 1 | -1/+2 |
| * | Version 3.0: January 1, 1999 | Brian Somers | 1999-02-27 | 7 | -98/+1176 |
| * | Add support for stealth forwarding (forwarding packets without touching | Dag-Erling Smørgrav | 1999-02-22 | 1 | -5/+18 |
| * | World, I'd like you to meet the first FreeBSD token Ring driver. | Julian Elischer | 1999-02-20 | 1 | -3/+8 |
| * | avoid panic with pkts larger than MTU and DF set coming out of a pipe. | Luigi Rizzo | 1999-02-19 | 1 | -2/+2 |
| * | * Change sysctl from using linker_set to construct its tree using SLISTs. | Doug Rabson | 1999-02-16 | 9 | -8/+29 |
| * | After wading in the cesspool of ip_input for an hour, I have managed to | Garrett Wollman | 1999-02-09 | 1 | -10/+8 |
| * | remove leftover garbage line. | Julian Elischer | 1999-02-08 | 1 | -2/+1 |
| * | Fix for PR 9309. | Julian Elischer | 1999-02-08 | 1 | -1/+10 |
| * | Use snd_nxt, not rcv_nxt, when calculating the ISS during TIME_WAIT. | Bill Fenner | 1999-02-06 | 2 | -4/+4 |
| * | Nuke all the stupid ffs() stuff and use powerof2() instead. | Mike Smith | 1999-02-04 | 2 | -4/+4 |
| * | Fix power-of-2 check for the TCB hash size. | Mike Smith | 1999-02-04 | 2 | -4/+4 |
| * | Make TCBHASHSIZE a boot-time tunable as well, taking its value from the | Mike Smith | 1999-02-03 | 2 | -8/+28 |
| * | Fix warnings in preparation for adding -Wall -Wcast-qual to the | Matthew Dillon | 1999-01-27 | 7 | -20/+20 |
| * | Move kernel-only declarations to within #ifdef KERNEL | Archie Cobbs | 1999-01-23 | 1 | -4/+9 |
| * | Don't forward unicast packets received via link-layer multicast. | Garrett Wollman | 1999-01-22 | 1 | -2/+2 |
| * | Add a flag, passed to pru_send routines, PRUS_MORETOCOME. This | Bill Fenner | 1999-01-20 | 3 | -21/+28 |
| * | Fix bug in last commit (la was used uninitialized if no route was passed in). | Bill Fenner | 1999-01-19 | 1 | -2/+2 |
| * | Use dynamic memory allocation instead of mbuf's for multicast routing | Bill Fenner | 1999-01-18 | 2 | -103/+86 |
| * | Rename igmp's MALLOC; it doesn't have anything to do with multicast routing. | Bill Fenner | 1999-01-18 | 1 | -3/+3 |
| * | If arpresolve() gets passed a route with a null llinfo, call | Bill Fenner | 1999-01-18 | 1 | -2/+2 |
| * | ... _and_ the (void*) casts for %p. Next, I'll forget my own name :-( | Eivind Eklund | 1999-01-12 | 1 | -3/+3 |
| * | Avoid unnecessary GCCism - I hadn't noticed the __unused macro. | Eivind Eklund | 1999-01-12 | 1 | -2/+3 |
| * | * Print pointers using the correct type (%p) instead of %x. | Eivind Eklund | 1999-01-12 | 1 | -6/+8 |
| * | Add #ifdef's to avoid unused label warning in some cases. | Eivind Eklund | 1999-01-12 | 1 | -1/+3 |
| * | Remove unused statics. | Eivind Eklund | 1999-01-12 | 1 | -5/+1 |
| * | Add a missing bzero which could be the source of instability | Luigi Rizzo | 1999-01-11 | 1 | -12/+21 |
| * | Remove check from where arp replies are coming from -- when doing bridging, | Luigi Rizzo | 1999-01-10 | 1 | -1/+3 |
| * | If we can't open alias.log, don't try to write to the | Brian Somers | 1999-01-10 | 1 | -2/+4 |
| * | Partial fix for when ipfw is used with bridging. Bridged packets | Luigi Rizzo | 1998-12-31 | 1 | -24/+22 |
| * | Remove some unused variables. | Luigi Rizzo | 1998-12-31 | 1 | -4/+4 |
| * | 'ip_fw_head' and 'M_IPFW' are also used in ip_dummynet so cannot be | Luigi Rizzo | 1998-12-22 | 1 | -3/+3 |
| * | Recover from previous dummynet screwup | Luigi Rizzo | 1998-12-21 | 2 | -38/+71 |
| * | Restore 1.82->1.83 change deleted by mistake< per Bruce suggestion | Luigi Rizzo | 1998-12-21 | 1 | -1/+2 |
| * | Add missing "break"s to allow multicast routing to work. | Bill Fenner | 1998-12-16 | 1 | -1/+3 |
| * | Last bits (i think) of dummynet for -current. | Luigi Rizzo | 1998-12-14 | 9 | -182/+503 |
| * | Reviewed by: freebsd-current | Matthew Dillon | 1998-12-14 | 3 | -44/+192 |
| * | PR: kern/8990 | Matthew Dillon | 1998-12-12 | 1 | -1/+3 |
| * | The "easy" fixes for compiling the kernel -Wunused: remove unreferenced static | Archie Cobbs | 1998-12-07 | 9 | -44/+37 |
| * | Clean up some pointer usage. | Eivind Eklund | 1998-12-07 | 1 | -2/+4 |
| * | Examine all occurrences of sprintf(), strcat(), and str[n]cpy() | Archie Cobbs | 1998-12-04 | 3 | -12/+14 |