aboutsummaryrefslogtreecommitdiff
path: root/sys/net/if_llatbl.c
Commit message (Expand)AuthorAgeFilesLines
* The addresses that are assigned to the loopback interfaceQing Li2009-09-051-9/+0
* This patch fixes the following issues:Qing Li2009-09-051-0/+9
* Use locks specific to the lltable code, rather than borrow the ifnetRobert Watson2009-08-251-14/+15
* Rework global locks for interface list and index management, correctingRobert Watson2009-08-231-4/+4
* Merge the remainder of kern_vimage.c and vimage.h into vnet.c andRobert Watson2009-08-011-1/+1
* When an interface address is removed and the last prefixQing Li2009-05-201-0/+17
* clarify state of llentry that is passed backKip Macy2009-04-171-0/+2
* add comment to llentry_updateKip Macy2009-04-161-0/+4
* add utility routine for updating an struct llentry *Kip Macy2009-04-161-0/+33
* Like with r185713 make sure to not leak a lock as rtalloc1(9) returnsBjoern A. Zeeb2009-01-311-2/+3
* style and spelling fixKip Macy2008-12-161-1/+1
* Add arpv2 management codeKip Macy2008-12-151-0/+311