| Age | Commit message (Expand) | Author |
| 2019-05-28 | Use ETHER_LOCK()/ETHER_UNLOCK() for all ethernet drivers to protect ec_multi*. | msaitoh |
| 2019-05-24 | Whilespace fix. No functional change. | msaitoh |
| 2019-05-23 | Whitespace fix (mainly tabify). | msaitoh |
| 2019-05-23 | No functional change: | msaitoh |
| 2019-05-23 | -No functional change: | msaitoh |
| 2019-04-24 | This driver uses MII(4) and have hook SIOC[GS]IFMEDIA which just pass to | msaitoh |
| 2019-04-22 | These drivers do ether_ioctl() on SIOC{ADD,DEL}MULTI, SIOC{G,S}IFMEDIA and | msaitoh |
| 2019-04-22 | On drivers which use MII(4) and have hook SIOC[GS]IFMEDIA which just pass to | msaitoh |
| 2019-03-18 | s/pakcet/packet/ in comment. | msaitoh |
| 2019-01-27 | Merge the [pgoyette-compat] branch | pgoyette |
| 2019-01-22 | Change MII PHY read/write API from: | msaitoh |
| 2018-12-11 | Remove stray ; to fix the build | martin |
| 2018-12-11 | Add a convenience function, com_init_regs_stride(), that shifts the register | thorpej |
| 2018-12-08 | Remove the COM_REGMAP option -- just use it all the time. While here, | thorpej |
| 2018-12-08 | Clean up initialization of com_regs structure, in preparation for | thorpej |
| 2018-11-16 | Add intr_establish_xname support to arm and expose it to intrctl | jmcneill |
| 2018-09-03 | Rename min/max -> uimin/uimax for better honesty. | riastradh |
| 2018-06-26 | Implement the BPF direction filter (BIOC[GS]DIRECTION). It provides backward | msaitoh |
| 2018-06-01 | Rename | maxv |
| 2018-05-07 | Fix double-free, m_tag_delete_chain is already called by m_free. | maxv |
| 2018-04-19 | s/static inline/static __inline/g for consistency. | christos |
| 2018-04-09 | Stop potential misuse of vendor names and USB vendor IDs in root hub | jakllsch |
| 2017-11-09 | use PR_NOWAIT instead of 0 | christos |
| 2017-06-01 | remove checks for failure after memory allocation calls that cannot fail: | chs |
| 2017-03-31 | Remove extra 0x. This bug was added when replacing bitmask_snprintf(9) with | msaitoh |
| 2017-03-03 | Add check during mvsdio_attach that CMD line is in idle state. | jakllsch |
| 2017-01-09 | Add ATTR_AXI_DDR. | kiyohara |
| 2017-01-07 | Support Marvell Dove. Use irq array. Dove's irqs not sequencial. | kiyohara |
| 2017-01-07 | Remove unused function. | kiyohara |
| 2017-01-07 | Fix macro MVXORE_CHAN2BASE(). The XORE has 2 channels per port. | kiyohara |
| 2017-01-07 | Add tags for AXI_CS[01]. | kiyohara |
| 2017-01-07 | Support Marvell Dove. | kiyohara |
| 2017-01-07 | Change MVSPI_SIZE to 0x80 instead of 0x50. | kiyohara |
| 2016-12-15 | Move bpf_mtap and if_ipackets++ on Rx of each driver to percpuq if_input | ozaki-r |
| 2016-12-08 | Apply deferred if_start framework | ozaki-r |
| 2016-10-20 | Fix regisers typo | skrll |
| 2016-10-10 | The bus_dmamap_sync(PREREAD) is unnecessary for sent mbuf. | kiyohara |
| 2016-10-09 | PR/51540: Henning Petersen: replace , with ; | christos |
| 2016-10-04 | Add 88AP510. | kiyohara |
| 2016-06-10 | Introduce m_set_rcvif and m_reset_rcvif | ozaki-r |
| 2016-04-23 | Merge nick-nhusb | skrll |
| 2016-03-12 | Add kernel configuration file for PogoPlug Pink, PogoPlug Mobile and | jklos |
| 2016-02-13 | Pass all unicast addresses if it is promisc mode. | hikaru |
| 2016-02-13 | Make all packets are enqueued into queue 0. | hikaru |
| 2016-02-13 | Fix typo in sysctls. | hikaru |
| 2016-02-13 | Count up if_{opackets,oerrors,ierrors,collisions}. | hikaru |
| 2016-02-13 | Style. | hikaru |
| 2016-02-13 | Preserve rx csum bad flags. | hikaru |
| 2016-02-13 | Fix mitake, disable SERDES error interrupts again. | hikaru |
| 2016-02-13 | Don't use RXTX intr that is excess and requires another IRQ handler, | hikaru |