aboutsummaryrefslogtreecommitdiff
path: root/sys/net/if_ethersubr.c
Commit message (Expand)AuthorAgeFilesLines
* Extract out the various local definitions of ETHER_IS_BROADCAST() andAdrian Chadd2016-08-071-2/+0
* Make the KASSERT message more helpful by also printing the ifp informationBjoern A. Zeeb2016-06-061-1/+2
* Introduce a per-VNET flag to enable/disable netisr prcessing on that VNET.Bjoern A. Zeeb2016-06-031-1/+17
* This change re-adds L2 caching for TCP and UDP, as originally added in D4306George V. Neville-Neil2016-06-021-7/+40
* Remove the most useful INET || INET6 check leftover from whenever,Bjoern A. Zeeb2016-05-031-3/+0
* sys/net* : for pointers replace 0 with NULL.Pedro F. Giffuni2016-04-151-2/+2
* Finish r275196: do not dereference rtentry in if_output() routines.Alexander V. Chernikov2016-01-091-3/+1
* Remove second EVENTHANDLER_REGISTER slipped in r292978.Alexander V. Chernikov2016-01-011-0/+4
* Implement interface link header precomputation API.Alexander V. Chernikov2015-12-311-116/+173
* Replace the fastforward path with tryforward which does not require aGeorge V. Neville-Neil2015-11-051-2/+0
* Simplify the way of attaching IPv6 link-layer header.Alexander V. Chernikov2015-09-161-2/+2
* Use KASSERT for some checks, that are late to do.Andrey V. Elsukov2015-09-161-23/+3
* Remove superfluous m_freem().Oleg Bulyzhin2015-09-161-1/+0
* Huge cleanup of random(4) code.Mark Murray2015-06-301-2/+2
* Refactor / restructure the RSS code into generic, IPv4 and IPv6 specificAdrian Chadd2015-01-181-1/+1
* Fix build broken by r275195.Alexander V. Chernikov2014-11-271-1/+3
* Do not return unlocked/unreferenced lle in arpresolve/nd6_storelladdr -Alexander V. Chernikov2014-11-271-6/+14
* Do not try to copy header to @dst and than back to ethernet in case ofAlexander V. Chernikov2014-11-271-15/+7
* Remove remnants of if_ef(4).Gleb Smirnoff2014-11-091-5/+0
* Remove struct arpcom. It is unused by most interface types, that allocateGleb Smirnoff2014-11-071-47/+6
* This is the much-discussed major upgrade to the random(4) device, known to yo...Mark Murray2014-10-301-2/+1
* Mechanically convert to if_inc_counter().Gleb Smirnoff2014-09-191-8/+8
* Several years after initial development, merge prototype support forRobert Watson2014-03-151-1/+24
* Remove AppleTalk support.Gleb Smirnoff2014-03-141-83/+0
* Remove IPX support.Gleb Smirnoff2014-03-141-54/+0
* Simplify filling sockaddr_dl structure for if_resolvemulti()Alexander V. Chernikov2014-01-181-16/+2
* Allow ethernet drivers to pass in packets connected via the nextpkt pointer.George V. Neville-Neil2013-11-181-4/+16
* Restore the entropy gathering from the m_data pointer value, not theAdrian Chadd2013-11-021-1/+1
* Convert the random entropy harvesting code to use a const void * pointerAdrian Chadd2013-11-011-1/+1
* Move new pf includes to the pf directory. The pfvar.h remainGleb Smirnoff2013-10-271-1/+2
* The r48589 promised to remove implicit inclusion of if_var.h soon. PrepareGleb Smirnoff2013-10-261-0/+1
* MFC - tracking commit.Mark Murray2013-10-091-1/+2
|\
| * There are some high performance NICs that count statistics in hardware,Gleb Smirnoff2013-10-091-1/+2
* | Debug run. This now works, except that the "live" sources haven'tMark Murray2013-10-061-1/+1
* | Snapshot. This passes the build test, but has not yet been finished or debugged.Mark Murray2013-10-041-1/+1
|/
* Snapshot; Do some running repairs on entropy harvesting. More needs to follow.Mark Murray2013-08-261-2/+1
* Add m_clrprotoflags() to clear protocol specific mbuf flags at up andAndre Oppermann2013-08-191-1/+1
* Decouple the UUID generator from network interfaces by having MACMarcel Moolenaar2013-07-241-0/+8
* Use separate function to update mbuf checksum flags instead ofAlexander V. Chernikov2013-05-181-24/+19
* Add const qualifier to the dst parameter of the ifnet if_output method.Gleb Smirnoff2013-04-261-9/+12
* Mechanically substitute flags from historic mbuf allocator withGleb Smirnoff2012-12-051-5/+5
* Better safe than sorry: reinitialize eh after ng_ether(4) andGleb Smirnoff2012-11-271-0/+2
* Re-initialize eh pointer after m_adj()Gleb Smirnoff2012-11-261-0/+1
* Revert previous commit...Kevin Lo2012-10-101-1/+1
* Prefer NULL over 0 for pointersKevin Lo2012-10-091-1/+1
* Introduce new link-layer PFIL hook V_link_pfil_hook.Alexander V. Chernikov2012-09-041-145/+49
* Revert r234834 per luigi@ request.Alexander V. Chernikov2012-05-031-0/+1
* Move several enums and structures required for L2 filtering from ip_fw_privat...Alexander V. Chernikov2012-04-301-1/+0
* Properly restore curvnet context when returning early fromMarko Zec2012-03-041-1/+4
* A major overhaul of the CARP implementation. The ip_carp.c was startedGleb Smirnoff2011-12-161-1/+1