aboutsummaryrefslogtreecommitdiff
path: root/sys/net/if_me.c
Commit message (Expand)AuthorAgeFilesLines
* ifnet/API: Move struct ifnet definition to a <net/if_private.h>Justin Hibbits2023-01-241-0/+1
* if_me: Use dedicated network privilegeZhenlei Huang2022-10-151-1/+1
* Use network epoch to protect local IPv4 addresses hash.Gleb Smirnoff2021-10-221-0/+3
* routing: Allow using IPv6 next-hops for IPv4 routes (RFC 5549).Zhenlei Huang2021-08-221-2/+2
* Add if_reassing method to all tunneling interfaces.Andrey V. Elsukov2020-06-031-0/+21
* remove extraneous double ;s in sys/Ed Maste2020-03-301-1/+1
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki2020-02-261-1/+1
* Mechanically substitute assertion of in_epoch(net_epoch_preempt) toGleb Smirnoff2020-01-151-2/+2
* 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