aboutsummaryrefslogtreecommitdiff
path: root/sys/net/if_me.c
Commit message (Expand)AuthorAgeFilesLines
* Widen NET_EPOCH coverage.Gleb Smirnoff2019-10-071-0/+2
* Add the check that current VNET is ready and access to srchash is allowed.Andrey V. Elsukov2018-10-231-1/+5
* Add handling for appearing/disappearing of ingress addresses to if_me(4).Andrey V. Elsukov2018-10-211-4/+59
* Fix exiting an epoch(9) we never entered. May happen only with MAC.Gleb Smirnoff2018-10-211-1/+1
* Use the new VNET_DEFINE_STATIC macro when we are defining static VNETAndrew Turner2018-07-241-3/+3
* Deduplicate the code.Andrey V. Elsukov2018-07-091-31/+3
* epoch(9): allow preemptible epochs to composeMatt Macy2018-07-041-3/+3
* Add NULL pointer check.Andrey V. Elsukov2018-06-281-0/+3
* Add missing BPF_MTAP2() for outbound packets.Andrey V. Elsukov2018-06-141-0/+1
* Convert if_me(4) driver to use encap_lookup_t method and be lockless onAndrey V. Elsukov2018-06-141-154/+130
* Rework IP encapsulation handling code.Andrey V. Elsukov2018-06-051-31/+19
* Do not adjust interface MTU automatically. Leave this task to the systemAndrey V. Elsukov2017-04-111-3/+3
* Add IFCAP_LINKSTATE support.Hiroki Sato2015-10-031-1/+6
* Add new socket ioctls SIOC[SG]TUNFIB to set FIB number of encapsulatedAndrey V. Elsukov2015-05-121-1/+13
* Pass mtag argument into m_tag_locate() to continue the search fromAndrey V. Elsukov2015-05-061-1/+1
* Overhaul if_gre(4).Andrey V. Elsukov2014-11-071-0/+647