| Age | Commit message (Expand) | Author |
| 2020-01-29 | Adopt <net/if_stats.h>. | thorpej |
| 2019-12-27 | s/expresion/expression/ in comment. | msaitoh |
| 2019-05-29 | Even if we don't use MII(4), use the common path of SIOC[GS]IFMEDIA in | msaitoh |
| 2019-05-28 | Use ETHER_LOCK()/ETHER_UNLOCK() for all ethernet drivers to protect ec_multi*. | 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-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-10-02 | MFREE -> m_free | christos |
| 2016-06-10 | Introduce m_set_rcvif and m_reset_rcvif | ozaki-r |
| 2016-02-09 | Introduce softint-based if_input | ozaki-r |
| 2015-04-13 | Convert sys/dev to use <sys/rndsource.h>. | riastradh |
| 2014-08-10 | Merge tls-earlyentropy branch into HEAD. | tls |
| 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 |
| 2009-09-04 | Replace shutdownhook_establish(9) with pmf_device_register1(9). | tsutsui |
| 2008-11-07 | *** Summary *** | dyoung |
| 2008-04-28 | Remove clause 3 and 4 from TNF licenses | martin |
| 2008-04-04 | Split device_t/softc for le(4) and variants and misc cosmetic changes. | tsutsui |
| 2007-09-01 | Change a bazillion occurrences of code resembling this, | dyoung |
| 2007-03-04 | Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. | christos |
| 2006-11-16 | __unused removal on arguments; approved by core. | christos |
| 2006-10-12 | - sprinkle __unused on function decls. | christos |
| 2006-09-07 | remove more vestiges of CCITT, LLC, HDLC, NS, and NSIP. | dogcow |
| 2005-12-24 | Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete. | perry |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-02-27 | nuke trailing whitespace | perry |
| 2005-02-04 | de-__P | perry |
| 2004-10-30 | When adding/deleting multicast addresses, only whack the address | thorpej |
| 2003-08-07 | Move UCB-licensed code from 4-clause to 3-clause licence. | agc |
| 2003-01-31 | lance_init(): explicitly clearing the `initialisation done' bit in the | pk |
| 2002-09-03 | drop garbage packet (due to chip bug) before injecting it to bpf. | itojun |
| 2001-11-13 | add/cleanup RCSID | lukem |
| 2001-07-07 | bzero -> memset | thorpej |
| 2001-07-07 | bcopy -> memcpy, strcpy | thorpej |
| 2001-07-07 | bcmp -> memcmp | thorpej |
| 2001-06-19 | The ifa is needed for CCITT&&LLC case, provide it in that case | jdolecek |
| 2001-06-18 | make it compilable: delete unused variable 'ifa' from lance_ioctl() | onoe |
| 2001-06-18 | Convert to use ether_ioctl() for SIOCSIFADDR and SIOCSIFFLAGS. | jdolecek |
| 2001-05-30 | use _KERNEL_OPT | mrg |
| 2001-04-27 | Don't panic if the memory size is "weird", but instead compute | jdolecek |
| 2000-12-14 | ALTQ'ify. | thorpej |
| 2000-11-15 | Move bpfattach()/bpfdetach() calls into ether_ifattach()/ether_ifdetach(). | thorpej |
| 2000-11-03 | Make this compilie with LANCE_REVC_BUG. | tsutsui |
| 2000-10-20 | Support ETHERCAP_VLAN_MTU. Tested on a sparc 2 with: | bouyer |
| 2000-10-01 | Move the check for "promisc + unicast + not for us" into ether_input(), | thorpej |
| 2000-05-12 | Use ether_crc32_le(). | thorpej |
| 2000-03-30 | Remove register declarations. | augustss |