summaryrefslogtreecommitdiffstats
path: root/sys/net/if_llatbl.c
Commit message (Expand)AuthorAgeFilesLines
* Add ddb support to the "new" link layer code ("new-arp"):bz2010-03-181-0/+136
* - restructure flowtable to support ipv6kmacy2010-03-121-2/+2
* The proxy arp entries could not be added into the system over theqingli2009-12-301-1/+3
* Style fix - break too long a line in two.zec2009-09-181-1/+2
* V_irtualize the lltables list, making ARP and ND reasonablyzec2009-09-171-7/+19
* The addresses that are assigned to the loopback interfaceqingli2009-09-051-9/+0
* This patch fixes the following issues:qingli2009-09-051-0/+9
* Use locks specific to the lltable code, rather than borrow the ifnetrwatson2009-08-251-14/+15
* Rework global locks for interface list and index management, correctingrwatson2009-08-231-4/+4
* Merge the remainder of kern_vimage.c and vimage.h into vnet.c andrwatson2009-08-011-1/+1
* When an interface address is removed and the last prefixqingli2009-05-201-0/+17
* clarify state of llentry that is passed backkmacy2009-04-171-0/+2
* add comment to llentry_updatekmacy2009-04-161-0/+4
* add utility routine for updating an struct llentry *kmacy2009-04-161-0/+33
* Like with r185713 make sure to not leak a lock as rtalloc1(9) returnsbz2009-01-311-2/+3
* style and spelling fixkmacy2008-12-161-1/+1
* Add arpv2 management codekmacy2008-12-151-0/+311
OpenPOWER on IntegriCloud