summaryrefslogtreecommitdiffstats
path: root/sys/net/if_ethersubr.c
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/stable/11' into devel-11Luiz Souza2018-04-301-12/+127
|\
| * MFC r333015:hselasky2018-04-301-2/+5
| * MFC r331622:kib2018-04-251-5/+120
| * MFC r331436:kp2018-04-151-2/+4
| * MFC r331648:brooks2018-04-061-7/+2
| * Revert r330897:eadler2018-03-291-2/+0
| * Partial merge of the SPDX changeseadler2018-03-141-0/+2
* | Merge remote-tracking branch 'origin/stable/11' into devel-11Luiz Souza2017-08-281-0/+7
|\ \ | |/
| * MFC 321406sephe2017-07-311-0/+7
| * MFC r318160, 318176: Persistently store NIC's hardware MAC address, and addrpokala2017-05-171-0/+3
* | Add l2 support to ipfw fwd.Luiz Otavio O Souza2017-07-171-1/+6
* | Persistently store NIC's hardware MAC address, and add a way to retrive itrpokala2017-07-121-1/+2
* | Persistently store NIC's hardware MAC address, and add a way to retrive itrpokala2017-07-121-0/+2
* | Merge remote-tracking branch 'origin/master' into devel-11Renato Botelho2016-06-061-2/+19
|\ \ | |/
| * Make the KASSERT message more helpful by also printing the ifp informationbz2016-06-061-1/+2
| * Introduce a per-VNET flag to enable/disable netisr prcessing on that VNET.bz2016-06-031-1/+17
* | Merge remote-tracking branch 'origin/master' into devel-11Renato Botelho2016-06-021-7/+40
|\ \ | |/
| * This change re-adds L2 caching for TCP and UDP, as originally added in D4306gnn2016-06-021-7/+40
* | Merge remote-tracking branch 'origin/master' into devel-11Renato Botelho2016-05-091-3/+0
|\ \ | |/
| * Remove the most useful INET || INET6 check leftover from whenever,bz2016-05-031-3/+0
* | Merge remote-tracking branch 'origin/master' into devel-11Renato Botelho2016-04-181-2/+2
|\ \ | |/
| * sys/net* : for pointers replace 0 with NULL.pfg2016-04-151-2/+2
* | Importing pfSense patch pfil.diffLuiz Otavio O Souza2016-04-151-1/+5
|/
* Finish r275196: do not dereference rtentry in if_output() routines.melifaro2016-01-091-3/+1
* Remove second EVENTHANDLER_REGISTER slipped in r292978.melifaro2016-01-011-0/+4
* Implement interface link header precomputation API.melifaro2015-12-311-116/+173
* Replace the fastforward path with tryforward which does not require agnn2015-11-051-2/+0
* Simplify the way of attaching IPv6 link-layer header.melifaro2015-09-161-2/+2
* Use KASSERT for some checks, that are late to do.ae2015-09-161-23/+3
* Remove superfluous m_freem().oleg2015-09-161-1/+0
* Huge cleanup of random(4) code.markm2015-06-301-2/+2
* Refactor / restructure the RSS code into generic, IPv4 and IPv6 specificadrian2015-01-181-1/+1
* Fix build broken by r275195.melifaro2014-11-271-1/+3
* Do not return unlocked/unreferenced lle in arpresolve/nd6_storelladdr -melifaro2014-11-271-6/+14
* Do not try to copy header to @dst and than back to ethernet in case ofmelifaro2014-11-271-15/+7
* Remove remnants of if_ef(4).glebius2014-11-091-5/+0
* Remove struct arpcom. It is unused by most interface types, that allocateglebius2014-11-071-47/+6
* This is the much-discussed major upgrade to the random(4) device, known to yo...markm2014-10-301-2/+1
* Mechanically convert to if_inc_counter().glebius2014-09-191-8/+8
* Several years after initial development, merge prototype support forrwatson2014-03-151-1/+24
* Remove AppleTalk support.glebius2014-03-141-83/+0
* Remove IPX support.glebius2014-03-141-54/+0
* Simplify filling sockaddr_dl structure for if_resolvemulti()melifaro2014-01-181-16/+2
* Allow ethernet drivers to pass in packets connected via the nextpkt pointer.gnn2013-11-181-4/+16
* Restore the entropy gathering from the m_data pointer value, not theadrian2013-11-021-1/+1
* Convert the random entropy harvesting code to use a const void * pointeradrian2013-11-011-1/+1
* Move new pf includes to the pf directory. The pfvar.h remainglebius2013-10-271-1/+2
* The r48589 promised to remove implicit inclusion of if_var.h soon. Prepareglebius2013-10-261-0/+1
* MFC - tracking commit.markm2013-10-091-1/+2
|\
| * There are some high performance NICs that count statistics in hardware,glebius2013-10-091-1/+2
OpenPOWER on IntegriCloud