aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/in_var.h
Commit message (Expand)AuthorAgeFilesLines
* net: remove legacy in_addmulti()Kristof Provost2021-02-251-2/+0
* Further refactor IPv4 interface route creation.Alexander V. Chernikov2021-01-211-1/+1
* Split rtinit() into multiple functions.Alexander V. Chernikov2021-01-161-0/+1
* Simplify dom_<rtattach|rtdetach>.Alexander V. Chernikov2020-08-141-2/+5
* Make sure the multicast release tasks are properly drained whenHans Petter Selasky2020-08-101-0/+1
* Eliminate now-unused parts of old routing KPI.Alexander V. Chernikov2020-04-281-3/+0
* Bring back redirect route expiration.Alexander V. Chernikov2020-01-221-2/+0
* Widen NET_EPOCH coverage.Gleb Smirnoff2019-10-071-0/+1
* Convert all IPv4 and IPv6 multicast memberships into using a STAILQHans Petter Selasky2019-06-251-0/+52
* UDP: further performance improvements on txMatt Macy2018-05-231-2/+0
* ifnet: Replace if_addr_lock rwlock with epoch + mutexMatt Macy2018-05-181-4/+4
* r333175 introduced deferred deletion of multicast addresses in order to permi...Matt Macy2018-05-061-0/+4
* Separate list manipulation locking from state change in multicastStephen Hurd2018-05-021-10/+38
* sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* Add GARP retransmit capabilityEric van Gyzen2016-10-021-0/+2
* Get closer to a VIMAGE network stack teardown from top to bottom ratherBjoern A. Zeeb2016-06-211-0/+1
* MFP r287070,r287073: split radix implementation and route table structure.Alexander V. Chernikov2016-01-251-1/+0
* Remove now-unused wrappers for various routing functions.Alexander V. Chernikov2016-01-141-2/+0
* Revert r292275 & r292379Steven Hartland2015-12-171-3/+0
* Fix lagg failover due to missing notificationsSteven Hartland2015-12-151-0/+3
* Replace the fastforward path with tryforward which does not require aGeorge V. Neville-Neil2015-11-051-1/+1
* Remove several compat functions from pre-fib era.Alexander V. Chernikov2015-10-171-2/+0
* Convert in_ifaddr_lock and in6_ifaddr_lock to rmlock.Andrey V. Elsukov2015-07-291-11/+12
* Move all code related to IP fragment reassembly to ip_reass.c. SomeGleb Smirnoff2015-04-101-9/+0
* The last userland piece of in_var.h is now 'struct in_aliasreq'. MoveGleb Smirnoff2015-02-191-12/+13
* Now that all users of _WANT_IFADDR are fixed, remove this crutch andGleb Smirnoff2015-02-191-2/+2
* - Rename 'struct igmp_ifinfo' into 'struct igmp_ifsoftc', since it reallyGleb Smirnoff2015-02-191-25/+3
* Widen _KERNEL ifdef to hide more kernel network stack structures from userland.Gleb Smirnoff2015-02-191-9/+0
* Use new struct mbufq instead of struct ifqueue to manage packet queues inGleb Smirnoff2015-02-191-2/+2
* Kill custom in_matroute() radix mathing function removing one rte mutex lock.Alexander V. Chernikov2014-11-111-2/+0
* Update the IPv4 input path to handle reassembled frames and incoming framesAdrian Chadd2014-09-091-0/+1
* in_ifadown() can be void.Gleb Smirnoff2013-11-011-1/+1
* Cleanup in_ifscrub(), which is just an entry to in_scrubprefix().Gleb Smirnoff2013-11-011-1/+0
* Uninline inm_lookup_locked(). Now in_var.h doesn't dereferenceGleb Smirnoff2013-10-291-43/+2
* Hide 'struct ifaddr' definition from userland. Two tools left that use it,Gleb Smirnoff2013-10-151-0/+2
* Back out r249318, r249320 and r249327 due to a heisenbug mostAndre Oppermann2013-05-061-1/+1
* Fix build.Gleb Smirnoff2013-04-101-1/+1
* Do not check if found IPv4 rte is dynamic if net.inet.icmp.drop_redirect isAlexander V. Chernikov2012-10-101-0/+2
* When traversing global in_ifaddr list in the IFP_TO_IA() macro, we needGleb Smirnoff2012-07-181-2/+4
* Provide IA_MASKSIN() macro similar to IA_SIN() and IA_DSTSIN().Gleb Smirnoff2012-01-081-0/+1
* Convert all users of IF_ADDR_LOCK to use new locking macros that specifyJohn Baldwin2012-01-051-2/+2
* A major overhaul of the CARP implementation. The ip_carp.c was startedGleb Smirnoff2011-12-161-0/+3
* Remove last remnants of classful addressing:Gleb Smirnoff2011-10-151-6/+3
* The statically configured (permanent) ARP entries are removed when anQing Li2011-05-201-1/+1
* Remove unused VNET_SET() and related macros; only VNET_GET() isRobert Watson2009-07-161-3/+3
* Build on Jeff Roberson's linker-set based dynamic per-CPU allocatorRobert Watson2009-07-141-10/+8
* Initialize in_ifaddr_lock using RW_SYSINIT() instead of in ip_init(),Robert Watson2009-06-251-1/+0
* Add a new global rwlock, in_ifaddr_lock, which will synchronize use of theRobert Watson2009-06-251-0/+11
* Modify most routines returning 'struct ifaddr *' to return referencesRobert Watson2009-06-231-8/+10