| Age | Commit message (Expand) | Author |
| 2021-12-10 | Add comment to clarify. | msaitoh |
| 2021-11-30 | Move net/agr/ieee8023_slowprotocols.h to net/ether_slowprotocols.h | yamaguchi |
| 2021-11-25 | Better counting for ierrors, iqdrops and noproto in ether_input(). | msaitoh |
| 2021-11-15 | introduced APIs to configure VLAN TAG to ethernet devices | yamaguchi |
| 2021-11-08 | Don't classify dropped packets that we don't understand as errors, for | christos |
| 2021-10-25 | frame's vlan tag must be ntohs()'ed. | ryo |
| 2021-10-11 | Make pktq_rps_hash() pluggable for each interface type. Reviewed by gdt@n.o,... | knakahara |
| 2021-09-30 | lagg: Register lagg_ifdetach to ether_ifdetach hook | yamaguchi |
| 2021-09-30 | vlan: Register vlan_ifdetach to ether_ifdetach hook | yamaguchi |
| 2021-09-30 | bridge: Register bridge_ifdetach to ether_ifdetach hook | yamaguchi |
| 2021-09-30 | Provide a hook point called when ether_ifdetach is called | yamaguchi |
| 2021-09-30 | net: obsolete ifnet::if_link_state_chenged | yamaguchi |
| 2021-09-30 | vlan: Register the callback to update link-state of vlan I/F | yamaguchi |
| 2021-09-30 | Replace ifnet::if_agriprivate with ifnet::if_lagg | yamaguchi |
| 2021-05-17 | Add a new link-aggregation pseudo interface named lagg(4) | yamaguchi |
| 2021-02-14 | if_ether: revert prior alignment checks | roy |
| 2021-02-13 | Prior alignment fixes should not use an offset | roy |
| 2021-02-13 | if_ether: Ensure that ether_header is aligned | roy |
| 2020-09-26 | vlan: match the interface link state with that of the parent | roy |
| 2020-08-28 | ether: count dropped packets on output | ozaki-r |
| 2020-08-28 | ether: count dropped packets on input | ozaki-r |
| 2020-08-28 | ether: separate handling of LLC frames as ether_input_llc (NFCI) | ozaki-r |
| 2020-08-28 | net: introduce IFQ_ENQUEUE_ISR to assemble packet queuing routines (NFCI) | ozaki-r |
| 2020-04-30 | Convert ether_input from rnd_initial_entropy to entropy_epoch(). | riastradh |
| 2020-03-15 | Add and use a new function, mowner_init_owner(), that initializes an | thorpej |
| 2020-01-29 | Adopt <net/if_stats.h>. | thorpej |
| 2020-01-16 | use the CARP interface for arp/nd instead of the carp parent interface. | kardel |
| 2019-10-16 | Add and use __FPTRCAST, requested by uwe@ | christos |
| 2019-10-16 | Add void * function pointer casts. There are different ways to "fix" those | christos |
| 2019-10-02 | Print oversized frame's message only when DIAGNOSTIC is set. The message | msaitoh |
| 2019-10-01 | Increment if_iqdrops when dropping an oversized frame. | msaitoh |
| 2019-07-17 | Implement VLAN hardware filter function(ETHERCAP_VLAN_HWFILTER). | msaitoh |
| 2019-05-29 | Even if we don't use MII(4), use the common path of SIOC[GS]IFMEDIA in | msaitoh |
| 2019-05-15 | Store IFF_ALLMULTI in ec_flags instead of if_flags to avoid data races | ozaki-r |
| 2019-02-04 | add or adjust fallthru comments. | mrg |
| 2018-12-21 | Add SIOCSETHERCAP. It's used to change ec_capenable. | msaitoh |
| 2018-11-15 | Remove the 't' argument from m_tag_find(). | maxv |
| 2018-06-14 | Use ether_lookup_multi() instead of the macro | yamaguchi |
| 2018-06-12 | Check if ether_ifdetach is called without INET_LOCK | ozaki-r |
| 2018-05-29 | Remove an XXX of mine, actually it's fine. While here also remove a | maxv |
| 2018-05-29 | Replace KASSERT by m_pullup. While the ethernet header is always there | maxv |
| 2018-05-09 | Replace | maxv |
| 2018-04-29 | Remove references to m_copy in comments. | maxv |
| 2018-04-26 | m_copy -> m_copym | maxv |
| 2018-04-09 | Replace KASSERTMSG by a real check. L2 encapsulation protocols (at least | maxv |
| 2018-04-09 | Add KASSERT. The input point expects struct ether_header to be there. | maxv |
| 2018-04-09 | Minor stylistic changes, add XXX and fix typo. No functional change. | maxv |
| 2018-02-13 | Make the arpresolve branch more readable, fix typo, fix XXX (which I | maxv |
| 2018-02-13 | Remove KERNEL_LOCK around the MPLS code. It's not needed, since we're only | maxv |
| 2018-02-12 | Fix typo, and add a comment about MPLS. | maxv |