summaryrefslogtreecommitdiff
path: root/sys/dev/ic/lemac.c
AgeCommit message (Expand)Author
2022-09-25Remove unnecessary include of <sys/malloc.h>.thorpej
2020-01-29Adopt <net/if_stats.h>.thorpej
2019-05-29Even if we don't use MII(4), use the common path of SIOC[GS]IFMEDIA inmsaitoh
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-04-24 KNF. No functional change.msaitoh
2019-02-05 Remove very old IFF_NOTRAILERS flag.msaitoh
2018-06-26 Implement the BPF direction filter (BIOC[GS]DIRECTION). It provides backwardmsaitoh
2017-05-23Apply deferred if_start to more driversozaki-r
2016-12-15Move bpf_mtap and if_ipackets++ on Rx of each driver to percpuq if_inputozaki-r
2016-12-06Don't check if the frame is for us in the driverozaki-r
2016-06-10Introduce m_set_rcvif and m_reset_rcvifozaki-r
2016-02-09Introduce softint-based if_inputozaki-r
2015-04-13Convert sys/dev to use <sys/rndsource.h>.riastradh
2014-08-10Merge tls-earlyentropy branch into HEAD.tls
2012-10-27split device_t/softc for all remaining drivers.chs
2012-02-02Entropy-pool implementation move and cleanup.tls
2010-11-13Don't pull in the whole uvm(9) API to access only PAGE_SIZE anduebayasi
2010-04-05Push the bpf_ops usage back into bpf.h. Push the common ifp->if_bpfjoerg
2010-01-19Redefine bpf linkage through an always present op vector, i.e.pooka
2008-11-07*** Summary ***dyoung
2008-04-08use aprint_*_dev and device_xnamecegger
2007-10-19machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.had
2007-09-01Change a bazillion occurrences of code resembling this,dyoung
2007-03-04fix fallout from caddr_t changes.yamt
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2006-09-07remove more vestiges of CCITT, LLC, HDLC, NS, and NSIP.dogcow
2005-12-11merge ktrace-lwp.christos
2005-05-30- add missing constchristos
2005-02-27nuke trailing whitespaceperry
2004-10-30When adding/deleting multicast addresses, only whack the addressthorpej
2003-11-02Fix some typos. From Tom Cosgrove via jmc@openbsd.wiz
2003-10-01avoid out-of-bounds memory access (array size out of sync). found byitojun
2001-11-13add/cleanup RCSIDlukem
2001-07-07bzero -> memsetthorpej
2001-07-07bcopy -> memcpy, strcpythorpej
2001-06-13withough -> withoutwiz
2001-04-30remove trigraphlukem
2000-12-14ALTQ'ify.thorpej
2000-11-15Move bpfattach()/bpfdetach() calls into ether_ifattach()/ether_ifdetach().thorpej
2000-10-01Move the check for "promisc + unicast + not for us" into ether_input(),thorpej
2000-06-28remove include of <vm/vm.h>. <vm/vm.h> -> <uvm/uvm_extern.h>mrg
2000-05-12Use ether_crc32_le().thorpej
2000-03-06No longer necessary to futz with ifp->if_baudrate here.thorpej
1999-05-18Rework layer 2 protocol input routines. Instead of calling e.g. ether_input()thorpej
1999-02-28Update to slightly altered rnd_attach_source() apiexplorer
1998-07-05defopt NS, NSIP.jonathan
1998-07-05defopt INET, NETATALK.jonathan
1998-05-14Fix alignment crashes on Alphas...matt
1998-03-30Didn't compile: add variable `bit' removed by mycroft.hannken