summaryrefslogtreecommitdiffstats
path: root/sys/net/if_llatbl.h
Commit message (Expand)AuthorAgeFilesLines
* This change re-adds L2 caching for TCP and UDP, as originally added in D4306gnn2016-06-021-1/+0
* Implement interface link header precomputation API.melifaro2015-12-311-8/+12
* Remove LLE read lock from IPv6 fast path.melifaro2015-12-131-0/+4
* Remove LLE read lock from IPv4 fast path.melifaro2015-12-051-1/+14
* Unify setting lladdr for AF_INET[6].melifaro2015-11-071-0/+2
* Eliminate nd6_nud_hint() and its TCP bindings.melifaro2015-09-271-1/+0
* Fix the handling of IPv6 On-Link Redirects.vangyzen2015-09-141-0/+1
* * Do more fine-grained locking: call eventhandlers/free_entrymelifaro2015-09-141-12/+5
* * Split allocation and table linking for lle's.melifaro2015-08-201-11/+5
* Use single 'lle_timer' callout in lltable instead ofmelifaro2015-08-111-8/+1
* Store addresses instead of sockaddrs inside llentry.melifaro2015-08-111-13/+13
* MFP r276712.melifaro2015-08-111-10/+6
* Partially merge r274887,r275334,r275577,r275578,r275586 to minimizemelifaro2015-08-101-4/+37
* MFP r274553:melifaro2015-08-081-12/+35
* 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