summaryrefslogtreecommitdiffstats
path: root/sys/net/if_ethersubr.c
Commit message (Expand)AuthorAgeFilesLines
* Revert "Revert 295285 which was an MFC of the tryforward work (r290383,295282...Renato Botelho2016-02-221-2/+0
* Merge remote-tracking branch 'origin/stable/10' into develRenato Botelho2016-02-221-0/+2
|\
| * Revert 295285 which was an MFC of the tryforward work (r290383,295282,295283)gnn2016-02-221-0/+2
* | Merge remote-tracking branch 'origin/stable/10' into develRenato Botelho2016-02-051-2/+0
|\ \ | |/
| * MFC: r290383,295282,295283gnn2016-02-041-2/+0
* | Revert "MFC r290383:"Renato Botelho2016-02-051-0/+2
* | MFC r290383:Luiz Otavio O Souza2015-11-061-2/+0
* | Revert "Replace the fastforward path with tryforward which does not require a...Luiz Otavio O Souza2015-11-061-0/+2
* | Replace the fastforward path with tryforward which does not require a sysctl ...Luiz Otavio O Souza2015-10-261-2/+0
* | Importing pfSense patch redmine_4607.diffRenato Botelho2015-08-171-1/+2
* | Importing pfSense patch CP_speedup.diffRenato Botelho2015-08-171-1/+7
* | Importing pfSense patch pfil.RELENG_10.diffRenato Botelho2015-08-171-1/+5
|/
* Bulk sync of pf changes from head, in attempt to fixup broken build Iglebius2014-03-121-1/+2
* Merge from project branch via main. Uninteresting commits are trimmed.markm2013-10-121-1/+1
* There are some high performance NICs that count statistics in hardware,glebius2013-10-091-1/+2
* Snapshot; Do some running repairs on entropy harvesting. More needs to follow.markm2013-08-261-2/+1
* Add m_clrprotoflags() to clear protocol specific mbuf flags at up andandre2013-08-191-1/+1
* Decouple the UUID generator from network interfaces by having MACmarcel2013-07-241-0/+8
* Use separate function to update mbuf checksum flags instead ofmelifaro2013-05-181-24/+19
* Add const qualifier to the dst parameter of the ifnet if_output method.glebius2013-04-261-9/+12
* Mechanically substitute flags from historic mbuf allocator withglebius2012-12-051-5/+5
* Better safe than sorry: reinitialize eh after ng_ether(4) andglebius2012-11-271-0/+2
* Re-initialize eh pointer after m_adj()glebius2012-11-261-0/+1
* Revert previous commit...kevlo2012-10-101-1/+1
* Prefer NULL over 0 for pointerskevlo2012-10-091-1/+1
* Introduce new link-layer PFIL hook V_link_pfil_hook.melifaro2012-09-041-145/+49
* Revert r234834 per luigi@ request.melifaro2012-05-031-0/+1
* Move several enums and structures required for L2 filtering from ip_fw_privat...melifaro2012-04-301-1/+0
* Properly restore curvnet context when returning early fromzec2012-03-041-1/+4
* A major overhaul of the CARP implementation. The ip_carp.c was startedglebius2011-12-161-1/+1
* Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.ed2011-11-071-1/+1
* When adding IPv6 fwd support to ipfw in r225044 these two files werebz2011-08-271-0/+1
* Tag mbufs of all incoming frames or packets with the interface's FIBbz2011-07-031-0/+2
* Add an optional netisr dispatch point at ether_input(), but set therwatson2011-06-011-1/+41
* After some off-list discussion, revert a number of changes to thedim2010-11-221-1/+1
* Apply the STATIC_VNET_DEFINE and STATIC_DPCPU_DEFINE macros throughoutdim2010-11-141-1/+1
* When moving an ethernet ifnet from one vnet to another, destroy thezec2010-08-131-0/+25
* Unbreak LINT by moving all carp hooks to net/if.c / netinet/ip_carp.h, withwill2010-08-111-5/+0
* Allow carp(4) to be loaded as a kernel module. Follow precedent set bywill2010-08-111-13/+8
* Bring in the most recent version of ipfw and dummynet, developedluigi2010-03-021-6/+5
* put ip_var before ip_fw_private.h as this will be needed inluigi2010-01-071-1/+1
* Various cleanup done in ipfw3-head branch including:luigi2010-01-041-7/+6
* bring in several cleanups tested in ipfw3-head branch, namely:luigi2009-12-281-5/+10
* merge code from ipfw3-head to reduce contention on the ipfw lockluigi2009-12-221-5/+7
* Start splitting ip_fw2.c and ip_fw.h into smaller components.luigi2009-12-151-0/+1
* Virtualize the pfil hooks so that different jails may chose differentjulian2009-10-111-3/+3
* Merge the remainder of kern_vimage.c and vimage.h into vnet.c andrwatson2009-08-011-1/+0
* The new flow table caches both the routing table entry as well as theqingli2009-07-281-1/+2
* 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-9/+5
OpenPOWER on IntegriCloud