| Commit message (Expand) | Author | Age | Files | Lines |
| * | sys/net*: minor spelling fixes. | Pedro F. Giffuni | 2016-05-03 | 1 | -1/+1 |
| * | Implement interface link header precomputation API. | Alexander V. Chernikov | 2015-12-31 | 1 | -8/+94 |
| * | Simplify bringup order by removing a SYSINIT making it a static list | Bjoern A. Zeeb | 2015-12-22 | 1 | -12/+2 |
| * | Remove LLE read lock from IPv6 fast path. | Alexander V. Chernikov | 2015-12-13 | 1 | -0/+41 |
| * | Remove LLE read lock from IPv4 fast path. | Alexander V. Chernikov | 2015-12-05 | 1 | -0/+2 |
| * | This fixes several places where callout_stops return is examined. The | Randall Stewart | 2015-11-13 | 1 | -1/+1 |
| * | Unify setting lladdr for AF_INET[6]. | Alexander V. Chernikov | 2015-11-07 | 1 | -0/+9 |
| * | Eliminate nd6_nud_hint() and its TCP bindings. | Alexander V. Chernikov | 2015-09-27 | 1 | -1/+0 |
| * | * Require explicitl lle unlink prior to calling llentry_delete(). | Alexander V. Chernikov | 2015-09-15 | 1 | -7/+1 |
| * | * Do more fine-grained locking: call eventhandlers/free_entry | Alexander V. Chernikov | 2015-09-14 | 1 | -10/+41 |
| * | Simplify lla_rt_output()/nd6_add_ifa_lle() by setting lle state in | Alexander V. Chernikov | 2015-08-31 | 1 | -16/+5 |
| * | * Split allocation and table linking for lle's. | Alexander V. Chernikov | 2015-08-20 | 1 | -20/+79 |
| * | Use single 'lle_timer' callout in lltable instead of | Alexander V. Chernikov | 2015-08-11 | 1 | -2/+2 |
| * | MFP r276712. | Alexander V. Chernikov | 2015-08-11 | 1 | -18/+42 |
| |\ |
|
| | * | * Allocate hash tables separately | Alexander V. Chernikov | 2015-01-05 | 1 | -6/+24 |
| | * | * Use unified code for deleting entry by sockaddr instead of per-af one. | Alexander V. Chernikov | 2015-01-03 | 1 | -10/+28 |
| | * | * Hide lltable implementation details in if_llatbl_var.h | Alexander V. Chernikov | 2015-01-03 | 1 | -0/+59 |
| | * | Simplify lle lookup/create api by using addresses instead of sockaddrs. | Alexander V. Chernikov | 2014-12-08 | 1 | -2/+7 |
| | * | Use llt_prepare_static_entry method to prepare valid per-af static entry. | Alexander V. Chernikov | 2014-12-07 | 1 | -24/+25 |
| | * | * Retire abstract llentry_free() in favor of lltable_drop_entry_queue() | Alexander V. Chernikov | 2014-12-07 | 1 | -11/+3 |
| | * | Do not enforce particular lle storage scheme: | Alexander V. Chernikov | 2014-12-07 | 1 | -52/+123 |
| | * | * Add llt_clear_entry() callback which is able to do all lle | Alexander V. Chernikov | 2014-12-07 | 1 | -6/+6 |
| | * | * Unify lle table dump/prefix removal code. | Alexander V. Chernikov | 2014-11-30 | 1 | -11/+60 |
| | * | Do more fine-grained lltable locking: use table runtime lock as rare | Alexander V. Chernikov | 2014-11-23 | 1 | -20/+41 |
| | * | * Add lltable llt_hash callback | Alexander V. Chernikov | 2014-11-23 | 1 | -0/+36 |
| | * | Temporarily revert r274774. | Alexander V. Chernikov | 2014-11-22 | 1 | -2/+0 |
| | * | Mark ifaddr/rtsock static entries RLLE_VALID. | Alexander V. Chernikov | 2014-11-21 | 1 | -0/+1 |
| | * | Switch IF_AFDATA lock to rmlock | Alexander V. Chernikov | 2014-11-21 | 1 | -0/+2 |
| | * | Rework LLE code locking: | Alexander V. Chernikov | 2014-11-16 | 1 | -4/+8 |
| * | | Partially merge r274887,r275334,r275577,r275578,r275586 to minimize | Alexander V. Chernikov | 2015-08-10 | 1 | -21/+260 |
| |/ |
|
| * | * Move lle creation/deletion from lla_lookup to separate functions: | Alexander V. Chernikov | 2014-11-15 | 1 | -68/+53 |
| * | Back out r249318, r249320 and r249327 due to a heisenbug most | Andre Oppermann | 2013-05-06 | 1 | -1/+1 |
| * | Change certain heavily used network related mutexes and rwlocks to | Andre Oppermann | 2013-04-09 | 1 | -1/+1 |
| * | Retire struct sockaddr_inarp. | Gleb Smirnoff | 2013-01-31 | 1 | -28/+5 |
| * | route_output() always supplies info with RTAX_GATEWAY member that | Gleb Smirnoff | 2013-01-29 | 1 | -4/+3 |
| * | Fix problem in r238990. The LLE_LINKED flag should be tested prior to | Gleb Smirnoff | 2012-12-13 | 1 | -6/+0 |
| * | Fix races between in_lltable_prefix_free(), lla_lookup(), | Gleb Smirnoff | 2012-08-02 | 1 | -6/+13 |
| * | The llentry_update() is used only by flowtable and the latter | Gleb Smirnoff | 2012-08-02 | 1 | -20/+11 |
| * | Some more whitespace cleanup. | Gleb Smirnoff | 2012-08-01 | 1 | -5/+5 |
| * | Some style(9) and whitespace changes. | Gleb Smirnoff | 2012-07-31 | 1 | -7/+7 |
| * | A flowtable entry can continue referencing an llentry indefinitely if the ent... | Kip Macy | 2012-01-26 | 1 | -0/+1 |
| * | Move arprequest() declaration to if_ether.h. | Gleb Smirnoff | 2012-01-08 | 1 | -3/+0 |
| * | The statically configured (permanent) ARP entries are removed when an | Qing Li | 2011-05-20 | 1 | -2/+3 |
| * | After some off-list discussion, revert a number of changes to the | Dimitry Andric | 2010-11-22 | 1 | -1/+1 |
| * | Apply the STATIC_VNET_DEFINE and STATIC_DPCPU_DEFINE macros throughout | Dimitry Andric | 2010-11-14 | 1 | -1/+1 |
| * | Use 'z' modifier for size_t printing. | Konstantin Belousov | 2010-11-13 | 1 | -1/+1 |
| * | Add a queue to hold packets while we await an ARP reply. | George V. Neville-Neil | 2010-11-12 | 1 | -3/+20 |
| * | lltable_drain() has never been used so far, thus #if 0 it for now. | Bjoern A. Zeeb | 2010-10-16 | 1 | -0/+4 |
| * | Don't check malloc(M_WAITOK) result. | Gleb Smirnoff | 2010-07-27 | 1 | -2/+0 |
| * | When installing a new ARP entry via 'arp -S', lla_lookup() will | Gleb Smirnoff | 2010-07-27 | 1 | -0/+1 |