summaryrefslogtreecommitdiff
path: root/sys/arch/amiga/dev/if_es.c
AgeCommit message (Expand)Author
2022-09-17Eliminate use of IFF_OACTIVE.thorpej
2022-08-20esstart(): Replace "IF_DEQUEUE() -> IF_PREPEND() on failure" withthorpej
2022-05-24fix various typos in comment, documentation and log messages.andvar
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-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-03Rename min/max -> uimin/uimax for better honesty.riastradh
2018-06-26 Implement the BPF direction filter (BIOC[GS]DIRECTION). It provides backwardmsaitoh
2018-06-22 It's not required to include net/bpfdesc.h. Remove it.msaitoh
2017-02-22Apply deferred if_start to more MD drivers.nonaka
2016-12-15Move bpf_mtap and if_ipackets++ on Rx of each driver to percpuq if_inputozaki-r
2016-06-10Introduce m_set_rcvif and m_reset_rcvifozaki-r
2016-02-09Introduce softint-based if_inputozaki-r
2015-05-20Remove leftover use of AF_NS and NS optionozaki-r
2014-01-22gcc-4.8.x unused variable fixeschristos
2012-10-27split device_t/softc for all remaining drivers.chs
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
2009-10-26kill extra whitespacescegger
2009-10-21Drop 3rd and 4th clauses (except on files where copyright is sharedsnj
2009-05-19Removed old Amiga-specific "sicallback" software interrupts and replacedphx
2009-03-19Correct one more bungled bcopy() -> memcpy() conversion.he
2009-03-18bcopy -> memcpycegger
2008-11-07*** Summary ***dyoung
2007-10-17Merge the ppcoea-renovation branch to HEAD.garbled
2007-09-03Rename function argument from command to cmd, to make the codehe
2007-09-01Change a bazillion occurrences of code resembling this,dyoung
2007-08-26Constify.dyoung
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2005-12-11merge ktrace-lwp.christos
2005-06-13Fix a ton of const/volatile issues shown with new warning flagsjmc
2004-10-30When adding/deleting multicast addresses, only whack the addressthorpej
2003-01-28success, not sucess. Noted by mjl.wiz
2002-10-02Use CFATTACH_DECL().thorpej
2002-09-27Declare all cfattach structures const.thorpej
2002-03-06Add media support (such as it is), manual is all you get.mhitch
2002-03-03Enable transmit error and EPH interrupt, and reset NIC on EPH interrupt.mhitch
2002-03-02Make reset actually do something and enable the use of the watchdog timer.mhitch
2002-01-28add __KERNEL_RCSID as suggested by Luke Mewburnaymeric
2002-01-26- ANSIfyaymeric
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
1999-12-10Add multicast capability to the A4066 (es) driver; now it will do IPv6.mhitch
1999-05-18Rework layer 2 protocol input routines. Instead of calling e.g. ether_input()thorpej
1998-07-05defopt NS, NSIP.jonathan
1998-07-05defopt INET, NETATALK.jonathan
1998-07-04defopt DDB.jonathan
1998-01-12Adjust for changes to config.thorpej