| Commit message (Expand) | Author | Age | Files | Lines |
* | An existing incomplete ARP entry would expire a subsequent | qingli | 2010-01-05 | 1 | -10/+16 |
* | Avoid NULL dereference in arpresolve. | np | 2010-01-03 | 1 | -2/+2 |
* | Use the correct option name in the preprocessor command to enable | qingli | 2009-10-23 | 1 | -1/+1 |
* | In the ARP callout timer expiration function, the current time_second | qingli | 2009-10-20 | 1 | -9/+9 |
* | This patch fixes the following issues in the ARP operation: | qingli | 2009-10-15 | 1 | -7/+10 |
* | This patch enables the node to respond to ARP requests for | qingli | 2009-09-15 | 1 | -46/+54 |
* | Add arp_update_event. This replaces route_arp_update_event, which | np | 2009-09-08 | 1 | -0/+2 |
* | Add ARP statistics to the kernel and netstat. | gnn | 2009-09-03 | 1 | -6/+25 |
* | In case an upper layer protocol tries to send a packet but the | bz | 2009-09-01 | 1 | -12/+10 |
* | Merge the remainder of kern_vimage.c and vimage.h into vnet.c and | rwatson | 2009-08-01 | 1 | -1/+1 |
* | This patch does the following: | qingli | 2009-07-27 | 1 | -3/+3 |
* | Remove unused VNET_SET() and related macros; only VNET_GET() is | rwatson | 2009-07-16 | 1 | -4/+4 |
* | Build on Jeff Roberson's linker-set based dynamic per-CPU allocator | rwatson | 2009-07-14 | 1 | -48/+22 |
* | Add a new global rwlock, in_ifaddr_lock, which will synchronize use of the | rwatson | 2009-06-25 | 1 | -1/+11 |
* | Add missing unlock of if_addr_mtx when an unmatched ARP packet is received. | rwatson | 2009-06-24 | 1 | -0/+1 |
* | In ARP input, more consistently acquire and release ifaddr references. | rwatson | 2009-06-24 | 1 | -2/+14 |
* | After cleaning up rt_tables from vnet.h and cleaning up opt_route.h | bz | 2009-06-23 | 1 | -2/+1 |
* | After r193232 rt_tables in vnet.h are no longer indirectly dependent on | bz | 2009-06-08 | 1 | -1/+0 |
* | Move "options MAC" from opt_mac.h to opt_global.h, as it's now in GENERIC | rwatson | 2009-06-05 | 1 | -1/+0 |
* | Reimplement the netisr framework in order to support parallel netisr | rwatson | 2009-06-01 | 1 | -5/+8 |
* | Change the curvnet variable from a global const struct vnet *, | zec | 2009-05-05 | 1 | -0/+2 |
* | Change if_output to take a struct route as its fourth argument in order | kmacy | 2009-04-16 | 1 | -2/+2 |
* | make LLTABLE visible to netinet | kmacy | 2009-04-15 | 1 | -2/+0 |
* | Introduce vnet module registration / initialization framework with | zec | 2009-04-11 | 1 | -0/+13 |
* | First pass at separating per-vnet initializer functions | zec | 2009-04-06 | 1 | -2/+12 |
* | Merge IGMPv3 and Source-Specific Multicast (SSM) to the FreeBSD | bms | 2009-03-09 | 1 | -1/+2 |
* | For all files including net/vnet.h directly include opt_route.h and | bz | 2009-02-27 | 1 | -0/+1 |
* | Fix missed unlock and reference drop of lle | kmacy | 2008-12-24 | 1 | -6/+6 |
* | Don't create a bogus ARP entry for 0.0.0.0. | qingli | 2008-12-23 | 1 | -15/+16 |
* | The proxy-arp code was broken and responds to ARP | qingli | 2008-12-19 | 1 | -57/+52 |
* | default to doing lla_lookup with shared afdata lock and returning a | kmacy | 2008-12-17 | 1 | -9/+10 |
* | don't unlock lle if it is NULL | kmacy | 2008-12-16 | 1 | -1/+2 |
* | This main goals of this project are: | qingli | 2008-12-15 | 1 | -514/+228 |
* | in_rtalloc1(9) returns a locked route, so make sure that we use | csjp | 2008-12-06 | 1 | -4/+4 |
* | Rather than using hidden includes (with cicular dependencies), | bz | 2008-12-02 | 1 | -0/+2 |
* | Merge more of currently non-functional (i.e. resolving to | zec | 2008-11-26 | 1 | -2/+2 |
* | Change the initialization methodology for global variables scheduled | zec | 2008-11-19 | 1 | -5/+12 |
* | Remove a useless global static variable. | zec | 2008-10-16 | 1 | -2/+0 |
* | Step 1.5 of importing the network stack virtualization infrastructure | zec | 2008-10-02 | 1 | -7/+14 |
* | oops commit the version that compiles | julian | 2008-09-14 | 1 | -0/+1 |
* | Revert a part of the MRT commit that proved un-needed. | julian | 2008-09-14 | 1 | -6/+15 |
* | Slightly reword comment and remove typos. | keramida | 2008-09-05 | 1 | -3/+3 |
* | fix tiny nti in comment | julian | 2008-08-31 | 1 | -1/+1 |
* | Fix ARP in bridging scenarios where the bridge shares its | philip | 2008-08-18 | 1 | -1/+24 |
* | Commit step 1 of the vimage project, (network stack) | bz | 2008-08-17 | 1 | -10/+11 |
* | Remove NETISR_MPSAFE, which allows specific netisr handlers to be directly | rwatson | 2008-07-04 | 1 | -1/+1 |
* | Add code to allow the system to handle multiple routing tables. | julian | 2008-05-09 | 1 | -117/+180 |
* | Don't duplicate the whole of arpresolve to arpresolve 2 for the sake | julian | 2007-12-31 | 1 | -120/+19 |
* | widen the routing event interface (arp update, redirect, and eventually pmtu ... | kmacy | 2007-12-17 | 1 | -16/+121 |
* | Don't panic in arpresolve if we're given a null mbuf. We could | kmacy | 2007-12-17 | 1 | -11/+15 |