summaryrefslogtreecommitdiff
path: root/sys/netgraph/ng_iface.c
Commit message (Expand)AuthorAgeFilesLines
* net: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-2/+0
* ng_iface(4): Remove unsupported protocols.Mark Johnston2020-07-311-2/+0
* ng_iface(4): Set the current VNET before calling netisr_dispatch().Mark Johnston2020-07-311-0/+2
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki2020-02-261-1/+1
* Widen NET_EPOCH coverage.Gleb Smirnoff2019-10-071-0/+3
* Allow some nesting of ng_iface(4) interfaces and add a configuration knob.Gleb Smirnoff2019-02-081-1/+10
* Remove the Yarrow PRNG algorithm option in accordance with due noticeMark Murray2018-08-261-1/+1
* Use if_tunnel_check_nesting() for ng_iface(4).Gleb Smirnoff2018-08-031-15/+3
* Use the new VNET_DEFINE_STATIC macro when we are defining static VNETAndrew Turner2018-07-241-1/+1
* Correction after r323873: #include <sys/lock.h> in addition to <sys/rmlock.h>Eugene Grosbein2017-09-281-0/+1
* Unprotected modification of ng_iface(4) private data leads to kernel panic.Eugene Grosbein2017-09-211-4/+33
* Get closer to a VIMAGE network stack teardown from top to bottom ratherBjoern A. Zeeb2016-06-211-1/+1
* sys: use our nitems() macro when param.h is available.Pedro F. Giffuni2016-04-211-1/+1
* * Address review (and add a bit myself).Mark Murray2015-07-121-1/+1
* Huge cleanup of random(4) code.Mark Murray2015-06-301-1/+1
* When the node receives NGM_FLOW_COOKIE update the if_link_state, insteadGleb Smirnoff2015-01-121-2/+2
* Remove the support for NGM_CISCO_GET_IPADDR message from ng_iface(4). TheGleb Smirnoff2015-01-121-53/+0
* This is the much-discussed major upgrade to the random(4) device, known to yo...Mark Murray2014-10-301-2/+1
* Remove ifq_drops from struct ifqueue. Now queue drops are accounted inGleb Smirnoff2014-09-191-4/+1
* Mechanically convert to if_inc_counter().Gleb Smirnoff2014-09-191-5/+5
* Remove AppleTalk support.Gleb Smirnoff2014-03-141-7/+0
* Remove IPX support.Gleb Smirnoff2014-03-141-8/+1
* Restore the entropy gathering from the m_data pointer value, not theAdrian Chadd2013-11-021-1/+1
* Teach the netgraph code to use a const char * pointer too.Adrian Chadd2013-11-021-1/+1
* The r48589 promised to remove implicit inclusion of if_var.h soon. PrepareGleb Smirnoff2013-10-261-0/+1
* Debug run. This now works, except that the "live" sources haven'tMark Murray2013-10-061-1/+1
* Snapshot. This passes the build test, but has not yet been finished or debugged.Mark Murray2013-10-041-1/+1
* Snapshot; Do some running repairs on entropy harvesting. More needs to follow.Mark Murray2013-08-261-2/+1
* Add const qualifier to the dst parameter of the ifnet if_output method.Gleb Smirnoff2013-04-261-8/+8
* Mechanically substitute flags from historic mbuf allocator withGleb Smirnoff2012-12-051-1/+1
* Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.Ed Schouten2011-11-071-1/+1
* Tag mbufs of all incoming frames or packets with the interface's FIBBjoern A. Zeeb2011-07-031-0/+1
* Node constructor methods are supposed to be called in syscallGleb Smirnoff2011-04-181-3/+1
* Remove spl(9) remnants.Gleb Smirnoff2011-03-191-3/+1
* After some off-list discussion, revert a number of changes to theDimitry Andric2010-11-221-1/+1
* Apply the STATIC_VNET_DEFINE and STATIC_DPCPU_DEFINE macros throughoutDimitry Andric2010-11-141-1/+1
* When calling panic(), always pass a format string.Rui Paulo2010-10-131-1/+1
* Add new tunable 'net.link.ifqmaxlen' to set default send interfaceMaxim Sobolev2010-05-031-2/+2
* Take a step towards removing if_watchdog/if_timer. Don't explicitly setJohn Baldwin2009-11-061-1/+0
* Merge the remainder of kern_vimage.c and vimage.h into vnet.c andRobert Watson2009-08-011-1/+1
* Introduce and use a sysinit-based initialization scheme for virtualRobert Watson2009-07-231-30/+9
* Remove unused VNET_SET() and related macros; only VNET_GET() isRobert Watson2009-07-161-1/+1
* Build on Jeff Roberson's linker-set based dynamic per-CPU allocatorRobert Watson2009-07-141-10/+5
* Fix infinite loop in ng_iface, that happens when packet passes out viaAlexander Motin2009-07-011-1/+2
* Update Netgraph nodes to use if_addr_rlock()/if_addr_runlock() insteadRobert Watson2009-06-261-2/+2
* Introduce a mechanism for detecting calls from outbound path of theMarko Zec2009-06-111-2/+4
* In preparation to make options VIMAGE operational, where needed,Marko Zec2009-04-261-2/+41
* Lock the interface address list while building replies toRobert Watson2009-04-191-0/+2
* Change if_output to take a struct route as its fourth argument in orderKip Macy2009-04-161-2/+3
* Check for infinite recursion possible on some broken PPTP/L2TP/... VPN setups.Alexander Motin2009-01-201-0/+18