aboutsummaryrefslogtreecommitdiff
path: root/sys/net/if_llatbl.h
Commit message (Expand)AuthorAgeFilesLines
* Eliminate nd6_nud_hint() and its TCP bindings.Alexander V. Chernikov2015-09-271-1/+0
* Fix the handling of IPv6 On-Link Redirects.Eric van Gyzen2015-09-141-0/+1
* * Do more fine-grained locking: call eventhandlers/free_entryAlexander V. Chernikov2015-09-141-12/+5
* * Split allocation and table linking for lle's.Alexander V. Chernikov2015-08-201-11/+5
* Use single 'lle_timer' callout in lltable instead ofAlexander V. Chernikov2015-08-111-8/+1
* Store addresses instead of sockaddrs inside llentry.Alexander V. Chernikov2015-08-111-13/+13
* MFP r276712.Alexander V. Chernikov2015-08-111-10/+6
|\
| * * Hide lltable implementation details in if_llatbl_var.hAlexander V. Chernikov2015-01-031-140/+17
| * * Do not assume lle has sockaddr key after struct lle:Alexander V. Chernikov2014-12-091-4/+12
| * Simplify lle lookup/create api by using addresses instead of sockaddrs.Alexander V. Chernikov2014-12-081-6/+8
| * Use llt_prepare_static_entry method to prepare valid per-af static entry.Alexander V. Chernikov2014-12-071-0/+3
| * * Retire abstract llentry_free() in favor of lltable_drop_entry_queue()Alexander V. Chernikov2014-12-071-5/+7
| * Do not enforce particular lle storage scheme:Alexander V. Chernikov2014-12-071-4/+25
| * * Add llt_clear_entry() callback which is able to do all lleAlexander V. Chernikov2014-12-071-4/+4
| * * Unify lle table dump/prefix removal code.Alexander V. Chernikov2014-11-301-8/+14
| * * Add lltable llt_hash callbackAlexander V. Chernikov2014-11-231-2/+6
| * Rework LLE code locking:Alexander V. Chernikov2014-11-161-14/+25
* | Partially merge r274887,r275334,r275577,r275578,r275586 to minimizeAlexander V. Chernikov2015-08-101-4/+37
* | MFP r274553:Alexander V. Chernikov2015-08-081-12/+35
|\|
| * * Move lle creation/deletion from lla_lookup to separate functions:Alexander V. Chernikov2014-11-151-11/+34
|/
* Remove include opt_ofed.h since OFED is unifdef'd.Alfred Perlstein2013-08-271-2/+0
* Remove the #ifdef OFED from the 20 byte mac in struct llentry.Alfred Perlstein2013-08-251-2/+0
* Back out r249318, r249320 and r249327 due to a heisenbug mostAndre Oppermann2013-05-061-1/+1
* Fix build.Gleb Smirnoff2013-04-101-1/+1
* Retire struct sockaddr_inarp.Gleb Smirnoff2013-01-311-1/+0
* Move lle_event to if_llatbl.hNavdeep Parhar2013-01-251-0/+10
* 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