| Commit message (Expand) | Author | Age | Files | Lines |
* | MFC r292602: | bz | 2016-01-21 | 1 | -12/+2 |
* | Back out r249318, r249320 and r249327 due to a heisenbug most | andre | 2013-05-06 | 1 | -1/+1 |
* | Change certain heavily used network related mutexes and rwlocks to | andre | 2013-04-09 | 1 | -1/+1 |
* | Retire struct sockaddr_inarp. | glebius | 2013-01-31 | 1 | -28/+5 |
* | route_output() always supplies info with RTAX_GATEWAY member that | glebius | 2013-01-29 | 1 | -4/+3 |
* | Fix problem in r238990. The LLE_LINKED flag should be tested prior to | glebius | 2012-12-13 | 1 | -6/+0 |
* | Fix races between in_lltable_prefix_free(), lla_lookup(), | glebius | 2012-08-02 | 1 | -6/+13 |
* | The llentry_update() is used only by flowtable and the latter | glebius | 2012-08-02 | 1 | -20/+11 |
* | Some more whitespace cleanup. | glebius | 2012-08-01 | 1 | -5/+5 |
* | Some style(9) and whitespace changes. | glebius | 2012-07-31 | 1 | -7/+7 |
* | A flowtable entry can continue referencing an llentry indefinitely if the ent... | kmacy | 2012-01-26 | 1 | -0/+1 |
* | Move arprequest() declaration to if_ether.h. | glebius | 2012-01-08 | 1 | -3/+0 |
* | The statically configured (permanent) ARP entries are removed when an | qingli | 2011-05-20 | 1 | -2/+3 |
* | After some off-list discussion, revert a number of changes to the | dim | 2010-11-22 | 1 | -1/+1 |
* | Apply the STATIC_VNET_DEFINE and STATIC_DPCPU_DEFINE macros throughout | dim | 2010-11-14 | 1 | -1/+1 |
* | Use 'z' modifier for size_t printing. | kib | 2010-11-13 | 1 | -1/+1 |
* | Add a queue to hold packets while we await an ARP reply. | gnn | 2010-11-12 | 1 | -3/+20 |
* | lltable_drain() has never been used so far, thus #if 0 it for now. | bz | 2010-10-16 | 1 | -0/+4 |
* | Don't check malloc(M_WAITOK) result. | glebius | 2010-07-27 | 1 | -2/+0 |
* | When installing a new ARP entry via 'arp -S', lla_lookup() will | glebius | 2010-07-27 | 1 | -0/+1 |
* | Fix an obvious typo from r1.1. We were acquiring an exclusive writer lock | jkim | 2010-07-22 | 1 | -1/+1 |
* | Plug reference leaks in the link-layer code ("new-arp") that previously | bz | 2010-04-11 | 1 | -1/+4 |
* | Add ddb support to the "new" link layer code ("new-arp"): | bz | 2010-03-18 | 1 | -0/+136 |
* | - restructure flowtable to support ipv6 | kmacy | 2010-03-12 | 1 | -2/+2 |
* | The proxy arp entries could not be added into the system over the | qingli | 2009-12-30 | 1 | -1/+3 |
* | Style fix - break too long a line in two. | zec | 2009-09-18 | 1 | -1/+2 |
* | V_irtualize the lltables list, making ARP and ND reasonably | zec | 2009-09-17 | 1 | -7/+19 |
* | The addresses that are assigned to the loopback interface | qingli | 2009-09-05 | 1 | -9/+0 |
* | This patch fixes the following issues: | qingli | 2009-09-05 | 1 | -0/+9 |
* | Use locks specific to the lltable code, rather than borrow the ifnet | rwatson | 2009-08-25 | 1 | -14/+15 |
* | Rework global locks for interface list and index management, correcting | rwatson | 2009-08-23 | 1 | -4/+4 |
* | Merge the remainder of kern_vimage.c and vimage.h into vnet.c and | rwatson | 2009-08-01 | 1 | -1/+1 |
* | When an interface address is removed and the last prefix | qingli | 2009-05-20 | 1 | -0/+17 |
* | clarify state of llentry that is passed back | kmacy | 2009-04-17 | 1 | -0/+2 |
* | add comment to llentry_update | kmacy | 2009-04-16 | 1 | -0/+4 |
* | add utility routine for updating an struct llentry * | kmacy | 2009-04-16 | 1 | -0/+33 |
* | Like with r185713 make sure to not leak a lock as rtalloc1(9) returns | bz | 2009-01-31 | 1 | -2/+3 |
* | style and spelling fix | kmacy | 2008-12-16 | 1 | -1/+1 |
* | Add arpv2 management code | kmacy | 2008-12-15 | 1 | -0/+311 |