summaryrefslogtreecommitdiffstats
path: root/sys/net/if_llatbl.h
Commit message (Expand)AuthorAgeFilesLines
* Remove include opt_ofed.h since OFED is unifdef'd.alfred2013-08-271-2/+0
* Remove the #ifdef OFED from the 20 byte mac in struct llentry.alfred2013-08-251-2/+0
* Back out r249318, r249320 and r249327 due to a heisenbug mostandre2013-05-061-1/+1
* Fix build.glebius2013-04-101-1/+1
* Retire struct sockaddr_inarp.glebius2013-01-311-1/+0
* Move lle_event to if_llatbl.hnp2013-01-251-0/+10
* Fix races between in_lltable_prefix_free(), lla_lookup(),glebius2012-08-021-7/+10
* The llentry_update() is used only by flowtable and the latterglebius2012-08-021-2/+2
* Some style(9) and whitespace changes.glebius2012-07-311-9/+10
* When using flowtable llentrys can outlive the interface with which they're as...kmacy2012-02-231-3/+1
* Make KBI changes required for future MFCing of inpcb rtentry / llentry caching.kmacy2011-09-201-0/+1
* Permit ARP to proceed for IPv4 host routes for which the gateway is thezec2011-07-081-3/+0
* The statically configured (permanent) ARP entries are removed when anqingli2011-05-201-2/+3
* - Merge changes to the base system to support OFED. These includejeff2011-03-211-0/+5
* Use NULL rather than 0 to invalidate a pointer.bz2010-12-311-9/+2
* Add a queue to hold packets while we await an ARP reply.gnn2010-11-121-1/+2
* lltable_drain() has never been used so far, thus #if 0 it for now.bz2010-10-161-0/+2
* - restructure flowtable to support ipv6kmacy2010-03-121-1/+1
* The proxy arp entries could not be added into the system over theqingli2009-12-301-1/+1
* Use locks specific to the lltable code, rather than borrow the ifnetrwatson2009-08-251-0/+7
* When an interface address is removed and the last prefixqingli2009-05-201-0/+5
* add utility routine for updating an struct llentry *kmacy2009-04-161-0/+2
* add macro for destroying an llentry's rwlockkmacy2008-12-161-1/+2
* Add arpv2 management codekmacy2008-12-151-0/+191
OpenPOWER on IntegriCloud