summaryrefslogtreecommitdiffstats
path: root/sys/net/if_llatbl.c
Commit message (Expand)AuthorAgeFilesLines
* sys/net*: minor spelling fixes.pfg2016-05-031-1/+1
* Implement interface link header precomputation API.melifaro2015-12-311-8/+94
* Simplify bringup order by removing a SYSINIT making it a static listbz2015-12-221-12/+2
* Remove LLE read lock from IPv6 fast path.melifaro2015-12-131-0/+41
* Remove LLE read lock from IPv4 fast path.melifaro2015-12-051-0/+2
* This fixes several places where callout_stops return is examined. Therrs2015-11-131-1/+1
* Unify setting lladdr for AF_INET[6].melifaro2015-11-071-0/+9
* Eliminate nd6_nud_hint() and its TCP bindings.melifaro2015-09-271-1/+0
* * Require explicitl lle unlink prior to calling llentry_delete().melifaro2015-09-151-7/+1
* * Do more fine-grained locking: call eventhandlers/free_entrymelifaro2015-09-141-10/+41
* Simplify lla_rt_output()/nd6_add_ifa_lle() by setting lle state inmelifaro2015-08-311-16/+5
* * Split allocation and table linking for lle's.melifaro2015-08-201-20/+79
* Use single 'lle_timer' callout in lltable instead ofmelifaro2015-08-111-2/+2
* MFP r276712.melifaro2015-08-111-18/+42
* Partially merge r274887,r275334,r275577,r275578,r275586 to minimizemelifaro2015-08-101-21/+260
* MFP r274553:melifaro2015-08-081-70/+55
* Back out r249318, r249320 and r249327 due to a heisenbug mostandre2013-05-061-1/+1
* Change certain heavily used network related mutexes and rwlocks toandre2013-04-091-1/+1
* Retire struct sockaddr_inarp.glebius2013-01-311-28/+5
* route_output() always supplies info with RTAX_GATEWAY member thatglebius2013-01-291-4/+3
* Fix problem in r238990. The LLE_LINKED flag should be tested prior toglebius2012-12-131-6/+0
* Fix races between in_lltable_prefix_free(), lla_lookup(),glebius2012-08-021-6/+13
* The llentry_update() is used only by flowtable and the latterglebius2012-08-021-20/+11
* Some more whitespace cleanup.glebius2012-08-011-5/+5
* Some style(9) and whitespace changes.glebius2012-07-311-7/+7
* A flowtable entry can continue referencing an llentry indefinitely if the ent...kmacy2012-01-261-0/+1
* Move arprequest() declaration to if_ether.h.glebius2012-01-081-3/+0
* The statically configured (permanent) ARP entries are removed when anqingli2011-05-201-2/+3
* After some off-list discussion, revert a number of changes to thedim2010-11-221-1/+1
* Apply the STATIC_VNET_DEFINE and STATIC_DPCPU_DEFINE macros throughoutdim2010-11-141-1/+1
* Use 'z' modifier for size_t printing.kib2010-11-131-1/+1
* Add a queue to hold packets while we await an ARP reply.gnn2010-11-121-3/+20
* lltable_drain() has never been used so far, thus #if 0 it for now.bz2010-10-161-0/+4
* Don't check malloc(M_WAITOK) result.glebius2010-07-271-2/+0
* When installing a new ARP entry via 'arp -S', lla_lookup() willglebius2010-07-271-0/+1
* Fix an obvious typo from r1.1. We were acquiring an exclusive writer lockjkim2010-07-221-1/+1
* Plug reference leaks in the link-layer code ("new-arp") that previouslybz2010-04-111-1/+4
* Add ddb support to the "new" link layer code ("new-arp"):bz2010-03-181-0/+136
* - restructure flowtable to support ipv6kmacy2010-03-121-2/+2
* The proxy arp entries could not be added into the system over theqingli2009-12-301-1/+3
* Style fix - break too long a line in two.zec2009-09-181-1/+2
* V_irtualize the lltables list, making ARP and ND reasonablyzec2009-09-171-7/+19
* The addresses that are assigned to the loopback interfaceqingli2009-09-051-9/+0
* This patch fixes the following issues:qingli2009-09-051-0/+9
* Use locks specific to the lltable code, rather than borrow the ifnetrwatson2009-08-251-14/+15
* Rework global locks for interface list and index management, correctingrwatson2009-08-231-4/+4
* Merge the remainder of kern_vimage.c and vimage.h into vnet.c andrwatson2009-08-011-1/+1
* When an interface address is removed and the last prefixqingli2009-05-201-0/+17
* clarify state of llentry that is passed backkmacy2009-04-171-0/+2
* add comment to llentry_updatekmacy2009-04-161-0/+4
OpenPOWER on IntegriCloud