| Commit message (Expand) | Author | Age | Files | Lines |
| * | Change the curvnet variable from a global const struct vnet *, | Marko Zec | 2009-05-05 | 1 | -0/+2 |
| * | Change if_output to take a struct route as its fourth argument in order | Kip Macy | 2009-04-16 | 1 | -2/+2 |
| * | make LLTABLE visible to netinet | Kip Macy | 2009-04-15 | 1 | -2/+0 |
| * | Introduce vnet module registration / initialization framework with | Marko Zec | 2009-04-11 | 1 | -0/+13 |
| * | First pass at separating per-vnet initializer functions | Marko Zec | 2009-04-06 | 1 | -2/+12 |
| * | Merge IGMPv3 and Source-Specific Multicast (SSM) to the FreeBSD | Bruce M Simpson | 2009-03-09 | 1 | -1/+2 |
| * | For all files including net/vnet.h directly include opt_route.h and | Bjoern A. Zeeb | 2009-02-27 | 1 | -0/+1 |
| * | Fix missed unlock and reference drop of lle | Kip Macy | 2008-12-24 | 1 | -6/+6 |
| * | Don't create a bogus ARP entry for 0.0.0.0. | Qing Li | 2008-12-23 | 1 | -15/+16 |
| * | The proxy-arp code was broken and responds to ARP | Qing Li | 2008-12-19 | 1 | -55/+50 |
| * | default to doing lla_lookup with shared afdata lock and returning a | Kip Macy | 2008-12-17 | 1 | -9/+10 |
| * | don't unlock lle if it is NULL | Kip Macy | 2008-12-16 | 1 | -1/+2 |
| * | This main goals of this project are: | Qing Li | 2008-12-15 | 1 | -513/+227 |
| * | in_rtalloc1(9) returns a locked route, so make sure that we use | Christian S.J. Peron | 2008-12-06 | 1 | -4/+4 |
| * | Rather than using hidden includes (with cicular dependencies), | Bjoern A. Zeeb | 2008-12-02 | 1 | -0/+2 |
| * | Merge more of currently non-functional (i.e. resolving to | Marko Zec | 2008-11-26 | 1 | -2/+2 |
| * | Change the initialization methodology for global variables scheduled | Marko Zec | 2008-11-19 | 1 | -5/+12 |
| * | Remove a useless global static variable. | Marko Zec | 2008-10-16 | 1 | -2/+0 |
| * | Step 1.5 of importing the network stack virtualization infrastructure | Marko Zec | 2008-10-02 | 1 | -7/+14 |
| * | oops commit the version that compiles | Julian Elischer | 2008-09-14 | 1 | -0/+1 |
| * | Revert a part of the MRT commit that proved un-needed. | Julian Elischer | 2008-09-14 | 1 | -6/+15 |
| * | Slightly reword comment and remove typos. | Giorgos Keramidas | 2008-09-05 | 1 | -3/+3 |
| * | fix tiny nti in comment | Julian Elischer | 2008-08-31 | 1 | -1/+1 |
| * | Fix ARP in bridging scenarios where the bridge shares its | Philip Paeps | 2008-08-18 | 1 | -1/+24 |
| * | Commit step 1 of the vimage project, (network stack) | Bjoern A. Zeeb | 2008-08-17 | 1 | -10/+11 |
| * | Remove NETISR_MPSAFE, which allows specific netisr handlers to be directly | Robert Watson | 2008-07-04 | 1 | -1/+1 |
| * | Add code to allow the system to handle multiple routing tables. | Julian Elischer | 2008-05-09 | 1 | -117/+180 |
| * | Don't duplicate the whole of arpresolve to arpresolve 2 for the sake | Julian Elischer | 2007-12-31 | 1 | -120/+19 |
| * | widen the routing event interface (arp update, redirect, and eventually pmtu ... | Kip Macy | 2007-12-17 | 1 | -16/+121 |
| * | Don't panic in arpresolve if we're given a null mbuf. We could | Kip Macy | 2007-12-17 | 1 | -11/+15 |
| * | Move arp update upcall to always be called for ARP replies - previous invocation | Kip Macy | 2007-12-16 | 1 | -4/+4 |
| * | add interface for allowing consumers to register for ARP updates, | Kip Macy | 2007-12-12 | 1 | -1/+8 |
| * | For the sake of convenience, print the name of the network interface | Yaroslav Tykhiy | 2007-12-04 | 1 | -2/+2 |
| * | Move towards more explicit support for various network protocol stacks | Robert Watson | 2007-10-28 | 1 | -1/+1 |
| * | Rename 'mac_mbuf_create_from_firewall' to 'mac_netinet_firewall_send' as | Robert Watson | 2007-10-26 | 1 | -1/+1 |
| * | Add FBSDID to all files in netinet so that people can more | Mike Silbersack | 2007-10-07 | 1 | -1/+3 |
| * | Move universally to ANSI C function declarations, with relatively | Robert Watson | 2007-05-10 | 1 | -21/+8 |
| * | Remove global list of all llinfo_arp entries and use a callout per | Gleb Smirnoff | 2007-03-22 | 1 | -50/+23 |
| * | Comply with RFC 3927, by forcing ARP replies which contain a source | Bruce M Simpson | 2007-02-02 | 1 | -1/+13 |
| * | o Increment requests counter right before send out an ARP query actually. | Maxim Konovalov | 2007-01-14 | 1 | -1/+2 |
| * | Complete break-out of sys/sys/mac.h into sys/security/mac/mac_framework.h | Robert Watson | 2006-10-22 | 1 | -1/+2 |
| * | Save space on stack moving token ring stuff to its own hack block. | Gleb Smirnoff | 2006-10-04 | 1 | -2/+3 |
| * | Style rev. 1.152. | Gleb Smirnoff | 2006-10-04 | 1 | -2/+2 |
| * | now that we don't automagicly increase the MTU of host routes, when we copy | John-Mark Gurney | 2006-09-23 | 1 | -1/+3 |
| * | There is a consensus that ifaddr.ifa_addr should never be NULL, | Yaroslav Tykhiy | 2006-06-29 | 1 | -1/+1 |
| * | Enable proxy ARP answers on any of the bridged interfaces if proxy record | Andrew Thompson | 2006-06-09 | 1 | -3/+6 |
| * | Further refine the bridge hack in the arp code. Only do the special arp | Andrew Thompson | 2006-03-07 | 1 | -2/+2 |
| * | Now that the bridge also processes Ethernet frames as itself, two arp replies | Andrew Thompson | 2006-01-31 | 1 | -2/+4 |
| * | Back out of r1.148, it causes two arp replies to be sent with different mac | Andrew Thompson | 2006-01-29 | 1 | -1/+1 |
| * | Include the bridge interface itself in the special arp handling. | Andrew Thompson | 2006-01-12 | 1 | -1/+1 |