| Age | Commit message (Expand) | Author |
| 2022-09-17 | Eliminate use of IFF_OACTIVE. | thorpej |
| 2022-08-20 | esstart(): Replace "IF_DEQUEUE() -> IF_PREPEND() on failure" with | thorpej |
| 2022-05-24 | fix various typos in comment, documentation and log messages. | andvar |
| 2020-01-29 | Adopt <net/if_stats.h>. | thorpej |
| 2019-05-29 | Even if we don't use MII(4), use the common path of SIOC[GS]IFMEDIA in | msaitoh |
| 2019-05-29 | KNF. No functional change. | msaitoh |
| 2019-05-29 | Whitespace fix. 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 |
| 2017-02-22 | Apply deferred if_start to more MD drivers. | nonaka |
| 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-05-20 | Remove leftover use of AF_NS and NS option | ozaki-r |
| 2014-01-22 | gcc-4.8.x unused variable fixes | christos |
| 2012-10-27 | split device_t/softc for all remaining drivers. | chs |
| 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 |
| 2009-10-26 | kill extra whitespaces | cegger |
| 2009-10-21 | Drop 3rd and 4th clauses (except on files where copyright is shared | snj |
| 2009-05-19 | Removed old Amiga-specific "sicallback" software interrupts and replaced | phx |
| 2009-03-19 | Correct one more bungled bcopy() -> memcpy() conversion. | he |
| 2009-03-18 | bcopy -> memcpy | cegger |
| 2008-11-07 | *** Summary *** | dyoung |
| 2007-10-17 | Merge the ppcoea-renovation branch to HEAD. | garbled |
| 2007-09-03 | Rename function argument from command to cmd, to make the code | he |
| 2007-09-01 | Change a bazillion occurrences of code resembling this, | dyoung |
| 2007-08-26 | Constify. | dyoung |
| 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-06-13 | Fix a ton of const/volatile issues shown with new warning flags | jmc |
| 2004-10-30 | When adding/deleting multicast addresses, only whack the address | thorpej |
| 2003-01-28 | success, not sucess. Noted by mjl. | wiz |
| 2002-10-02 | Use CFATTACH_DECL(). | thorpej |
| 2002-09-27 | Declare all cfattach structures const. | thorpej |
| 2002-03-06 | Add media support (such as it is), manual is all you get. | mhitch |
| 2002-03-03 | Enable transmit error and EPH interrupt, and reset NIC on EPH interrupt. | mhitch |
| 2002-03-02 | Make reset actually do something and enable the use of the watchdog timer. | mhitch |
| 2002-01-28 | add __KERNEL_RCSID as suggested by Luke Mewburn | aymeric |
| 2002-01-26 | - ANSIfy | aymeric |
| 2000-11-15 | Move bpfattach()/bpfdetach() calls into ether_ifattach()/ether_ifdetach(). | thorpej |
| 2000-10-01 | Move the check for "promisc + unicast + not for us" into ether_input(), | thorpej |
| 1999-12-10 | Add multicast capability to the A4066 (es) driver; now it will do IPv6. | mhitch |
| 1999-05-18 | Rework layer 2 protocol input routines. Instead of calling e.g. ether_input() | thorpej |
| 1998-07-05 | defopt NS, NSIP. | jonathan |
| 1998-07-05 | defopt INET, NETATALK. | jonathan |
| 1998-07-04 | defopt DDB. | jonathan |
| 1998-01-12 | Adjust for changes to config. | thorpej |