| Commit message (Expand) | Author | Age | Files | Lines |
* | net: Remove unneeded NULL check for the allocated ifnet | Zhenlei Huang | 2024-10-08 | 1 | -5/+0 |
* | sys: Remove $FreeBSD$: two-line .h pattern | Warner Losh | 2023-08-23 | 1 | -2/+0 |
* | spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSD | Warner Losh | 2023-07-25 | 1 | -1/+1 |
* | net: clean up empty lines in .c and .h files | Mateusz Guzik | 2020-09-01 | 1 | -3/+0 |
* | ng_eiface: fix kernel panic due to the racecondition in ng_eiface shutdown. | Aleksandr Fedorov | 2020-04-27 | 1 | -1/+1 |
* | Generate MAC address from the FreeBSD OUI range. | Kirill Ponomarev | 2020-01-16 | 1 | -2/+3 |
* | Don't use if_maddr_rlock() in ng_eiface(4), use epoch(9) directly instead. | Gleb Smirnoff | 2019-10-10 | 1 | -3/+4 |
* | Use the new VNET_DEFINE_STATIC macro when we are defining static VNET | Andrew Turner | 2018-07-24 | 1 | -1/+1 |
* | ifnet: Replace if_addr_lock rwlock with epoch + mutex | Matt Macy | 2018-05-18 | 1 | -2/+3 |
* | sys: general adoption of SPDX licensing ID tags. | Pedro F. Giffuni | 2017-11-27 | 1 | -0/+2 |
* | Get closer to a VIMAGE network stack teardown from top to bottom rather | Bjoern A. Zeeb | 2016-06-21 | 1 | -1/+1 |
* | Move iflladdr_event eventhandler invocation to if_setlladdr. | Alexander V. Chernikov | 2015-11-14 | 1 | -2/+0 |
* | Use lladdr_event to propagate gratiotus arp. | Alexander V. Chernikov | 2015-11-09 | 1 | -1/+2 |
* | Mechanically convert to if_inc_counter(). | Gleb Smirnoff | 2014-09-19 | 1 | -4/+4 |
* | Remove any stale mbuf tags from packets being injected into a netgraph | Marko Zec | 2014-07-01 | 1 | -0/+3 |
* | Include necessary headers that now are available due to pollution | Gleb Smirnoff | 2013-10-28 | 1 | -0/+1 |
* | The r48589 promised to remove implicit inclusion of if_var.h soon. Prepare | Gleb Smirnoff | 2013-10-26 | 1 | -0/+1 |
* | Mechanically remove the last stray remains of spl* calls from net*/*. | Andre Oppermann | 2012-10-18 | 1 | -8/+1 |
* | Provide fake link status information in an attempt to let ng_eiface(4) | Marko Zec | 2011-05-24 | 1 | -1/+70 |
* | Node constructor methods are supposed to be called in syscall | Gleb Smirnoff | 2011-04-18 | 1 | -3/+1 |
* | After some off-list discussion, revert a number of changes to the | Dimitry Andric | 2010-11-22 | 1 | -1/+1 |
* | Allow for MTU sizes of up to ETHER_MAX_LEN_JUMBO (i.e. 9018) bytes to be | Marko Zec | 2010-11-22 | 1 | -0/+2 |
* | Apply the STATIC_VNET_DEFINE and STATIC_DPCPU_DEFINE macros throughout | Dimitry Andric | 2010-11-14 | 1 | -1/+1 |
* | Add new tunable 'net.link.ifqmaxlen' to set default send interface | Maxim Sobolev | 2010-05-03 | 1 | -1/+1 |
* | Declare a new EVENTHANDLER called iflladdr_event which signals that the L2 | Andrew Thompson | 2010-01-18 | 1 | -0/+1 |
* | Take a step towards removing if_watchdog/if_timer. Don't explicitly set | John Baldwin | 2009-11-06 | 1 | -1/+0 |
* | Merge the remainder of kern_vimage.c and vimage.h into vnet.c and | Robert Watson | 2009-08-01 | 1 | -1/+1 |
* | Introduce and use a sysinit-based initialization scheme for virtual | Robert Watson | 2009-07-23 | 1 | -30/+9 |
* | Remove unused VNET_SET() and related macros; only VNET_GET() is | Robert Watson | 2009-07-16 | 1 | -1/+1 |
* | Build on Jeff Roberson's linker-set based dynamic per-CPU allocator | Robert Watson | 2009-07-14 | 1 | -10/+5 |
* | Update Netgraph nodes to use if_addr_rlock()/if_addr_runlock() instead | Robert Watson | 2009-06-26 | 1 | -3/+3 |
* | Assign ng_eiface nodes a netgraph name on instantiation, in a way which | Marko Zec | 2009-06-12 | 1 | -6/+4 |
* | Introduce a mechanism for detecting calls from outbound path of the | Marko Zec | 2009-06-11 | 1 | -0/+3 |
* | In preparation to make options VIMAGE operational, where needed, | Marko Zec | 2009-04-26 | 1 | -2/+41 |
* | Lock interface address list when building a reply to NGM_EIFACE_GET_IFADDRS | Robert Watson | 2009-04-19 | 1 | -0/+3 |
* | Conditionally compile out V_ globals while instantiating the appropriate | Marko Zec | 2008-12-10 | 1 | -0/+2 |
* | Rather than using hidden includes (with cicular dependencies), | Bjoern A. Zeeb | 2008-12-02 | 1 | -0/+1 |
* | Unhide declarations of network stack virtualization structs from | Marko Zec | 2008-11-28 | 1 | -3/+0 |
* | Retire the MALLOC and FREE macros. They are an abomination unto style(9). | Dag-Erling Smørgrav | 2008-10-23 | 1 | -2/+2 |
* | Step 1.5 of importing the network stack virtualization infrastructure | Marko Zec | 2008-10-02 | 1 | -0/+8 |
* | Commit step 1 of the vimage project, (network stack) | Bjoern A. Zeeb | 2008-08-17 | 1 | -4/+5 |
* | Honor the IFF_MONITOR flag. | Gleb Smirnoff | 2007-07-26 | 1 | -0/+6 |
* | ng_send_fn() can return with an error, the function of interest | Ruslan Ermilov | 2007-03-08 | 1 | -1/+2 |
* | SIOCSIFFLAGS doesn't require an argument in kernel land; instead, flags | Ruslan Ermilov | 2006-09-15 | 1 | -1/+1 |
* | Don't count output bytes twice (the byte accouting is done | Ruslan Ermilov | 2006-02-11 | 1 | -7/+4 |
* | Two fixes: | Ruslan Ermilov | 2006-02-06 | 1 | -33/+33 |
* | Simplify setting the link-level address. | Ruslan Ermilov | 2005-11-08 | 1 | -19/+3 |
* | Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE and | Robert Watson | 2005-08-09 | 1 | -14/+17 |
* | Stop embedding struct ifnet at the top of driver softcs. Instead the | Brooks Davis | 2005-06-10 | 1 | -11/+17 |
* | - Initialize interface as UP when hook is connected. | Gleb Smirnoff | 2005-04-20 | 1 | -2/+5 |