| Commit message (Expand) | Author | Age | Files | Lines |
* | After wading in the cesspool of ip_input for an hour, I have managed to | wollman | 1999-02-09 | 1 | -10/+8 |
* | remove leftover garbage line. | julian | 1999-02-08 | 1 | -2/+1 |
* | Fix for PR 9309. | julian | 1999-02-08 | 1 | -1/+10 |
* | Use snd_nxt, not rcv_nxt, when calculating the ISS during TIME_WAIT. | fenner | 1999-02-06 | 2 | -4/+4 |
* | Nuke all the stupid ffs() stuff and use powerof2() instead. | msmith | 1999-02-04 | 2 | -4/+4 |
* | Fix power-of-2 check for the TCB hash size. | msmith | 1999-02-04 | 2 | -4/+4 |
* | Make TCBHASHSIZE a boot-time tunable as well, taking its value from the | msmith | 1999-02-03 | 2 | -8/+28 |
* | Fix warnings in preparation for adding -Wall -Wcast-qual to the | dillon | 1999-01-27 | 7 | -20/+20 |
* | Move kernel-only declarations to within #ifdef KERNEL | archie | 1999-01-23 | 1 | -4/+9 |
* | Don't forward unicast packets received via link-layer multicast. | wollman | 1999-01-22 | 1 | -2/+2 |
* | Add a flag, passed to pru_send routines, PRUS_MORETOCOME. This | fenner | 1999-01-20 | 3 | -21/+28 |
* | Fix bug in last commit (la was used uninitialized if no route was passed in). | fenner | 1999-01-19 | 1 | -2/+2 |
* | Use dynamic memory allocation instead of mbuf's for multicast routing | fenner | 1999-01-18 | 2 | -103/+86 |
* | Rename igmp's MALLOC; it doesn't have anything to do with multicast routing. | fenner | 1999-01-18 | 1 | -3/+3 |
* | If arpresolve() gets passed a route with a null llinfo, call | fenner | 1999-01-18 | 1 | -2/+2 |
* | ... _and_ the (void*) casts for %p. Next, I'll forget my own name :-( | eivind | 1999-01-12 | 1 | -3/+3 |
* | Avoid unnecessary GCCism - I hadn't noticed the __unused macro. | eivind | 1999-01-12 | 1 | -2/+3 |
* | * Print pointers using the correct type (%p) instead of %x. | eivind | 1999-01-12 | 1 | -6/+8 |
* | Add #ifdef's to avoid unused label warning in some cases. | eivind | 1999-01-12 | 1 | -1/+3 |
* | Remove unused statics. | eivind | 1999-01-12 | 1 | -5/+1 |
* | Add a missing bzero which could be the source of instability | luigi | 1999-01-11 | 1 | -12/+21 |
* | Remove check from where arp replies are coming from -- when doing bridging, | luigi | 1999-01-10 | 1 | -1/+3 |
* | If we can't open alias.log, don't try to write to the | brian | 1999-01-10 | 1 | -2/+4 |
* | Partial fix for when ipfw is used with bridging. Bridged packets | luigi | 1998-12-31 | 1 | -24/+22 |
* | Remove some unused variables. | luigi | 1998-12-31 | 1 | -4/+4 |
* | 'ip_fw_head' and 'M_IPFW' are also used in ip_dummynet so cannot be | luigi | 1998-12-22 | 1 | -3/+3 |
* | Recover from previous dummynet screwup | luigi | 1998-12-21 | 2 | -38/+71 |
* | Restore 1.82->1.83 change deleted by mistake< per Bruce suggestion | luigi | 1998-12-21 | 1 | -1/+2 |
* | Add missing "break"s to allow multicast routing to work. | fenner | 1998-12-16 | 1 | -1/+3 |
* | Last bits (i think) of dummynet for -current. | luigi | 1998-12-14 | 9 | -182/+503 |
* | Reviewed by: freebsd-current | dillon | 1998-12-14 | 3 | -44/+192 |
* | PR: kern/8990 | dillon | 1998-12-12 | 1 | -1/+3 |
* | The "easy" fixes for compiling the kernel -Wunused: remove unreferenced static | archie | 1998-12-07 | 9 | -44/+37 |
* | Clean up some pointer usage. | eivind | 1998-12-07 | 1 | -2/+4 |
* | Examine all occurrences of sprintf(), strcat(), and str[n]cpy() | archie | 1998-12-04 | 3 | -12/+14 |
* | Cleanup icmp_var.h, make icmp bandlim sysctl permanent but if ICMP_BANDLIM | dillon | 1998-12-04 | 2 | -15/+19 |
* | Obtained from: "Andrey A. Chernov" <ache@nagual.pp.ru> | dillon | 1998-12-04 | 1 | -1/+3 |
* | Reviewed by: freebsd-current | dillon | 1998-12-03 | 5 | -7/+120 |
* | Staticize some more. | eivind | 1998-11-26 | 8 | -30/+30 |
* | Fix a couple of typos. | jdp | 1998-11-19 | 1 | -3/+3 |
* | Remove stale references to ih_next and ih_prev. | dfr | 1998-11-17 | 1 | -3/+1 |
* | Make the previous fix more portable. | dfr | 1998-11-16 | 1 | -4/+4 |
* | The below patch helps to reduce the leakage of internal socket information | guido | 1998-11-15 | 2 | -4/+6 |
* | Fix printf format errors on alpha. | dfr | 1998-11-15 | 1 | -4/+4 |
* | Finished updating module event handlers to be compatible with | bde | 1998-11-15 | 1 | -2/+2 |
* | Be sure to pullup entire IP header when dealing with fragment packets. | dg | 1998-11-11 | 1 | -2/+2 |
* | add #include <sys/kernel.h> where it's needed by MALLOC_DEFINE() | peter | 1998-11-10 | 1 | -1/+2 |
* | Some optimisations to the fragment reassembly code. | dfr | 1998-10-27 | 1 | -19/+14 |
* | Fix a bug in the new fragment reassembly code which was tickled by recieving | dfr | 1998-10-27 | 1 | -2/+2 |
* | *gulp*. Jordan specifically OK'ed this.. | peter | 1998-10-16 | 2 | -12/+51 |