aboutsummaryrefslogtreecommitdiff
path: root/sys/net/if_llatbl.h
Commit message (Expand)AuthorAgeFilesLines
* Implement optional table entry limits for if_llatbl.Bjoern A. Zeeb2020-03-041-4/+6
* lltabl: remove dead codeBjoern A. Zeeb2019-11-131-5/+0
* Extract eventfilter declarations to sys/_eventfilter.hConrad Meyer2019-05-201-1/+1
* CK: update consumers to use CK macros across the boardMatt Macy2018-05-241-3/+4
* UDP: further performance improvements on txMatt Macy2018-05-231-0/+2
* Fix outgoing TCP/UDP packet drop on arp/ndp entry expiration.Alexander V. Chernikov2018-03-171-0/+15
* sys: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-1/+3
* Make LLTABLE list lock private for if_llatbl.cAndrey V. Elsukov2016-10-111-8/+0
* This change re-adds L2 caching for TCP and UDP, as originally added in D4306George V. Neville-Neil2016-06-021-1/+0
* Implement interface link header precomputation API.Alexander V. Chernikov2015-12-311-8/+12
* Remove LLE read lock from IPv6 fast path.Alexander V. Chernikov2015-12-131-0/+4
* Remove LLE read lock from IPv4 fast path.Alexander V. Chernikov2015-12-051-1/+14
* Unify setting lladdr for AF_INET[6].Alexander V. Chernikov2015-11-071-0/+2
* 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