aboutsummaryrefslogtreecommitdiff
path: root/sys/net/if_epair.c
Commit message (Expand)AuthorAgeFilesLines
* if_epair: Also mark the flag of pair b with IFF_KNOWSEPOCHZhenlei Huang2021-12-011-0/+1
* if_epair: ifdef vars only used with ALTQMateusz Guzik2021-11-241-2/+6
* epair: remove "All rights reserved"Bjoern A. Zeeb2021-11-021-1/+0
* if_epair: reworkBjoern A. Zeeb2021-11-021-506/+240
* if_epair: delete mbuf tagsKristof Provost2021-10-281-0/+18
* net: Revert vnet/epair cleanup race mitigationKristof Provost2020-12-011-8/+2
* net: mitigate vnet / epair cleanup racesKristof Provost2020-09-081-2/+8
* net: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-6/+5
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki2020-02-261-3/+5
* epair: Do not abuse params to register the second interfaceKristof Provost2020-01-281-22/+20
* Use the new VNET_DEFINE_STATIC macro when we are defining static VNETAndrew Turner2018-07-241-1/+1
* epair(4): make sure we do not duplicate MAC addressesEugene Grosbein2018-07-231-2/+13
* Improve MAC address uniqueness on if_epair(4).Luca Pizzamiglio2018-05-231-8/+24
* net: fix set but not usedMatt Macy2018-05-191-3/+3
* sys: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* epair: Fix panic on unloadKristof Provost2017-11-011-4/+12
* Fixed typo in comment found while reading commit email for fix ofPatrick Kelsey2017-04-081-1/+1
* Fixed typo in comment.Patrick Kelsey2017-04-081-1/+1
* Correct handling of ALTQ with epair(4) interfaces but presenting that ALTQ(9)...Ermal Luçi2017-03-241-2/+4
* Back out r314471. In https://reviews.freebsd.org/D1858 it was clearWarner Losh2017-03-011-2/+0
* Fix VNET - DAD detected duplicate IPv6 addressWarner Losh2017-03-011-0/+2
* Teach netisr_get_cpuid() to limit a given value to supported by netisr.Andrey V. Elsukov2016-08-171-2/+2
* Get closer to a VIMAGE network stack teardown from top to bottom ratherBjoern A. Zeeb2016-06-211-3/+3
* Introduce a per-VNET flag to enable/disable netisr prcessing on that VNET.Bjoern A. Zeeb2016-06-031-0/+6
* sys/net*: minor spelling fixes.Pedro F. Giffuni2016-05-031-1/+1
* These files were getting sys/malloc.h and vm/uma.h with header pollutionGleb Smirnoff2016-02-011-0/+1
* Fix a panic which was reproducible by an infinite loop ofHiroki Sato2015-09-021-8/+8
* Virtualize if_epair(4). An if_xname check for both "a" and "b" interfacesHiroki Sato2014-10-101-6/+30
* Mechanically convert to if_inc_counter().Gleb Smirnoff2014-09-191-13/+13
* Remove ifq_drops from struct ifqueue. Now queue drops are accounted inGleb Smirnoff2014-09-191-1/+1
* Since 32-bit if_baudrate isn't enough to describe a baud rate of a 10 GbitGleb Smirnoff2014-03-131-2/+2
* The r48589 promised to remove implicit inclusion of if_var.h soon. PrepareGleb Smirnoff2013-10-261-0/+1
* Utilize new macro to initialize if_baudrate().Gleb Smirnoff2012-10-181-2/+2
* Make the "struct if_clone" opaque to users of the cloning API. UsersGleb Smirnoff2012-10-161-18/+17
* Revert previous commit...Kevin Lo2012-10-101-1/+1
* Prefer NULL over 0 for pointersKevin Lo2012-10-091-1/+1
* In epair_clone_destroy(), when destroying the second half, we have toMikolaj Golub2012-07-091-18/+20
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.Ed Schouten2011-11-071-1/+1
* Allow for vlan(4) interfaces with MTU of 1500 bytes to be configuredMarko Zec2011-05-241-0/+4
* Let epair(4) virtual interfaces report fake link / media status,Marko Zec2011-05-241-0/+37
* Add a missing ';' and change the debugging sysctl from xint to int.Bjoern A. Zeeb2010-11-211-2/+2
* MFp4 CH=183259:Bjoern A. Zeeb2010-09-021-2/+2
* MFp4 CH=182972:Bjoern A. Zeeb2010-08-271-0/+4
* Update several places that iterate over CPUs to use CPU_FOREACH().John Baldwin2010-06-111-12/+3
* Rework reference counting in case we queue into the netisr,Bjoern A. Zeeb2010-03-061-20/+71
* Correct a typo.Bjoern A. Zeeb2010-01-101-1/+1
* Merge the remainder of kern_vimage.c and vimage.h into vnet.c andRobert Watson2009-08-011-2/+2
* Update epair(4) to the new netisr implementation and polishBjoern A. Zeeb2009-07-261-107/+275
* Merge from p4: CH154790,154793,154874Bjoern A. Zeeb2009-06-241-0/+728