aboutsummaryrefslogtreecommitdiff
path: root/sys/net/if_me.c
Commit message (Expand)AuthorAgeFilesLines
* if_me: Use dedicated network privilegeZhenlei Huang2023-01-131-1/+1
* MFC r361749:Andrey V. Elsukov2020-06-101-0/+21
* MFC r339551:Andrey V. Elsukov2018-11-181-4/+63
* MFC r339532 (by glebius):Andrey V. Elsukov2018-10-261-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