aboutsummaryrefslogtreecommitdiff
path: root/sys/net/if_llatbl.h
Commit message (Expand)AuthorAgeFilesLines
* Fix races between in_lltable_prefix_free(), lla_lookup(),Gleb Smirnoff2012-08-021-7/+10
* The llentry_update() is used only by flowtable and the latterGleb Smirnoff2012-08-021-2/+2
* Some style(9) and whitespace changes.Gleb Smirnoff2012-07-311-9/+10
* When using flowtable llentrys can outlive the interface with which they're as...Kip Macy2012-02-231-3/+1
* Make KBI changes required for future MFCing of inpcb rtentry / llentry caching.Kip Macy2011-09-201-0/+1
* Permit ARP to proceed for IPv4 host routes for which the gateway is theMarko Zec2011-07-081-3/+0
* The statically configured (permanent) ARP entries are removed when anQing Li2011-05-201-2/+3
* - Merge changes to the base system to support OFED. These includeJeff Roberson2011-03-211-0/+5
* Use NULL rather than 0 to invalidate a pointer.Bjoern A. Zeeb2010-12-311-9/+2
* Add a queue to hold packets while we await an ARP reply.George V. Neville-Neil2010-11-121-1/+2
* lltable_drain() has never been used so far, thus #if 0 it for now.Bjoern A. Zeeb2010-10-161-0/+2
* - restructure flowtable to support ipv6Kip Macy2010-03-121-1/+1
* The proxy arp entries could not be added into the system over theQing Li2009-12-301-1/+1
* Use locks specific to the lltable code, rather than borrow the ifnetRobert Watson2009-08-251-0/+7
* When an interface address is removed and the last prefixQing Li2009-05-201-0/+5
* add utility routine for updating an struct llentry *Kip Macy2009-04-161-0/+2
* add macro for destroying an llentry's rwlockKip Macy2008-12-161-1/+2
* Add arpv2 management codeKip Macy2008-12-151-0/+191