| Age | Commit message (Expand) | Author |
| 2020-01-30 | Adopt <net/if_stats.h>. | thorpej |
| 2019-11-10 | in many device attach paths, allocate memory with M_WAITOK instead of M_NOWAIT | chs |
| 2019-05-28 | Use ETHER_LOCK()/ETHER_UNLOCK() for all ethernet drivers to protect ec_multi*. | msaitoh |
| 2019-05-23 | Whitespace fix (mainly tabify). | msaitoh |
| 2019-05-23 | -No functional change: | msaitoh |
| 2019-02-05 | Remove very old IFF_NOTRAILERS flag. | msaitoh |
| 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-22 | It's not required to include net/bpfdesc.h. Remove it. | msaitoh |
| 2016-12-15 | Move bpf_mtap and if_ipackets++ on Rx of each driver to percpuq if_input | ozaki-r |
| 2016-06-10 | Introduce m_set_rcvif and m_reset_rcvif | ozaki-r |
| 2016-02-09 | Introduce softint-based if_input | ozaki-r |
| 2015-09-12 | Add missing splx() found by brainy. | christos |
| 2015-04-13 | Convert sys/dev to use <sys/rndsource.h>. | riastradh |
| 2014-08-10 | Merge tls-earlyentropy branch into HEAD. | tls |
| 2012-10-10 | Second part of PR/46998. The following is taken from the PR with a slight | skrll |
| 2012-10-10 | Split softc/device_t | skrll |
| 2012-10-10 | Rename eatxpacket to ea_txpacket for consistency. | skrll |
| 2012-06-10 | PR/46576: Robert Sprowson: Shutdown doesn't disable TX/RX interrupts in | christos |
| 2012-05-09 | PR port-acorn32/46435: type mismatch, padbuf should be unsigned char. | martin |
| 2012-02-02 | Entropy-pool implementation move and cleanup. | tls |
| 2010-04-05 | Push the bpf_ops usage back into bpf.h. Push the common ifp->if_bpf | joerg |
| 2010-01-19 | Redefine bpf linkage through an always present op vector, i.e. | pooka |
| 2008-04-08 | use aprint_*_dev and device_xname | cegger |
| 2007-10-19 | machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h | ad |
| 2007-08-26 | Constify: LLADDR -> CLLADDR. I'm aiming here to make it easier to | dyoung |
| 2007-03-05 | Use a char* variable for doing pointer arithmetic with. | he |
| 2007-03-04 | Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. | christos |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-02-27 | nuke trailing whitespace | perry |
| 2004-10-30 | When adding/deleting multicast addresses, only whack the address | thorpej |
| 2003-01-15 | Use a properly zero'd buffer to pad the packet to ETHER_MIN_LEN | bouyer |
| 2002-11-03 | Quieten lint a little. | bjh21 |
| 2002-06-07 | When copying a block with an odd size to or from the card, be very careful | bjh21 |
| 2001-11-15 | don't need <sys/types.h> when including <sys/param.h> | lukem |
| 2001-11-13 | add/cleanup RCSID | lukem |
| 2001-11-07 | Add support for feeding entropy to rnd(4). | bjh21 |
| 2001-07-07 | bcopy -> strcpy | thorpej |
| 2001-07-07 | bcmp -> memcmp | thorpej |
| 2001-06-26 | Add support for handling full-size 802.1Q packets. | bjh21 |
| 2001-06-23 | ea_mc_reset_8004(): Rather than doing the CRC32 ourselves, call | bjh21 |
| 2001-06-23 | Fix bogons in previous commit: | bjh21 |
| 2001-06-22 | Attampt support for 8-bit mode. I believe this should work, but I need a more | bjh21 |
| 2001-06-12 | No need to pull in INET or NS headers -- that's all done by ether_ioctl() now. | bjh21 |
| 2001-04-06 | In ea_writembuf(), reset the DMA pointer for each mbuf we copy, since | bjh21 |
| 2001-04-05 | Add a bit of voodoo code from the old "eb" driver that seems to prevent the | bjh21 |
| 2001-04-02 | Tweak product ID printing in light of the 80C04A data sheet. | bjh21 |
| 2001-03-29 | On an 80C04, try not to start reads at addresses of the form xx,ea, xx,ee, or | bjh21 |
| 2001-03-29 | Print a warning message when the DMA FIFO fails to fill or empty before we | bjh21 |
| 2001-03-27 | Print the address within the Rx buffer whenever anything goes wrong: it seems | bjh21 |