summaryrefslogtreecommitdiffstats
path: root/sys/net/if_ethersubr.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Debug run. This now works, except that the "live" sources haven'tmarkm2013-10-061-1/+1
* | Snapshot. This passes the build test, but has not yet been finished or debugged.markm2013-10-041-1/+1
|/
* 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
OpenPOWER on IntegriCloud