summaryrefslogtreecommitdiffstats
path: root/sys/netgraph/ng_eiface.c
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/master' into devel-11Luiz Otavio O Souza2016-07-021-1/+1
|\
| * Get closer to a VIMAGE network stack teardown from top to bottom ratherbz2016-06-211-1/+1
* | Importing pfSense patch ng_eiface.diffLuiz Otavio O Souza2016-04-151-0/+53
|/
* Move iflladdr_event eventhandler invocation to if_setlladdr.melifaro2015-11-141-2/+0
* Use lladdr_event to propagate gratiotus arp.melifaro2015-11-091-1/+2
* Mechanically convert to if_inc_counter().glebius2014-09-191-4/+4
* Remove any stale mbuf tags from packets being injected into a netgraphzec2014-07-011-0/+3
* Include necessary headers that now are available due to pollutionglebius2013-10-281-0/+1
* The r48589 promised to remove implicit inclusion of if_var.h soon. Prepareglebius2013-10-261-0/+1
* Mechanically remove the last stray remains of spl* calls from net*/*.andre2012-10-181-8/+1
* Provide fake link status information in an attempt to let ng_eiface(4)zec2011-05-241-1/+70
* Node constructor methods are supposed to be called in syscallglebius2011-04-181-3/+1
* After some off-list discussion, revert a number of changes to thedim2010-11-221-1/+1
* Allow for MTU sizes of up to ETHER_MAX_LEN_JUMBO (i.e. 9018) bytes to bezec2010-11-221-0/+2
* Apply the STATIC_VNET_DEFINE and STATIC_DPCPU_DEFINE macros throughoutdim2010-11-141-1/+1
* Add new tunable 'net.link.ifqmaxlen' to set default send interfacesobomax2010-05-031-1/+1
* Declare a new EVENTHANDLER called iflladdr_event which signals that the L2thompsa2010-01-181-0/+1
* Take a step towards removing if_watchdog/if_timer. Don't explicitly setjhb2009-11-061-1/+0
* Merge the remainder of kern_vimage.c and vimage.h into vnet.c andrwatson2009-08-011-1/+1
* Introduce and use a sysinit-based initialization scheme for virtualrwatson2009-07-231-30/+9
* Remove unused VNET_SET() and related macros; only VNET_GET() isrwatson2009-07-161-1/+1
* Build on Jeff Roberson's linker-set based dynamic per-CPU allocatorrwatson2009-07-141-10/+5
* Update Netgraph nodes to use if_addr_rlock()/if_addr_runlock() insteadrwatson2009-06-261-3/+3
* Assign ng_eiface nodes a netgraph name on instantiation, in a way whichzec2009-06-121-6/+4
* Introduce a mechanism for detecting calls from outbound path of thezec2009-06-111-0/+3
* In preparation to make options VIMAGE operational, where needed,zec2009-04-261-2/+41
* Lock interface address list when building a reply to NGM_EIFACE_GET_IFADDRSrwatson2009-04-191-0/+3
* Conditionally compile out V_ globals while instantiating the appropriatezec2008-12-101-0/+2
* Rather than using hidden includes (with cicular dependencies),bz2008-12-021-0/+1
* Unhide declarations of network stack virtualization structs fromzec2008-11-281-3/+0
* Retire the MALLOC and FREE macros. They are an abomination unto style(9).des2008-10-231-2/+2
* Step 1.5 of importing the network stack virtualization infrastructurezec2008-10-021-0/+8
* Commit step 1 of the vimage project, (network stack)bz2008-08-171-4/+5
* Honor the IFF_MONITOR flag.glebius2007-07-261-0/+6
* ng_send_fn() can return with an error, the function of interestru2007-03-081-1/+2
* SIOCSIFFLAGS doesn't require an argument in kernel land; instead, flagsru2006-09-151-1/+1
* Don't count output bytes twice (the byte accouting is doneru2006-02-111-7/+4
* Two fixes:ru2006-02-061-33/+33
* Simplify setting the link-level address.ru2005-11-081-19/+3
* Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE andrwatson2005-08-091-14/+17
* Stop embedding struct ifnet at the top of driver softcs. Instead thebrooks2005-06-101-11/+17
* - Initialize interface as UP when hook is connected.glebius2005-04-201-2/+5
* Remove extra ifnet pointer from private data. It can be accessed via arpcom.glebius2005-04-201-6/+5
* Remove ng_connect_t where it is unused. Probably it remained from ng_source.c.glebius2005-03-141-14/+0
* Use subr_unit allocator instead of own functions.glebius2005-03-141-94/+5
* Pull up to ETHER_HDR_LEN before passing an mbuf to ether_input().ru2005-03-011-0/+6
* bzero() -> M_ZERO.ru2005-02-081-2/+1
* Create a per-module mutex on MOD_LOAD, and destroy it on MOD_UNLOAD.ru2005-02-051-1/+24
* Fixed an off-by-one error when dealing with interface nameru2005-02-031-2/+2
* Added ASCII version of the NGM_EIFACE_GET_IFNAME message, "getifname".ru2005-02-031-8/+9
OpenPOWER on IntegriCloud