summaryrefslogtreecommitdiff
path: root/sys/dev/ic/hd64570.c
AgeCommit message (Expand)Author
2022-09-03Garbage-collect the remaining vestiges of netisr.thorpej
2021-08-17fix multiplei repetitive typos in comments, messages and documentation. mainl...andvar
2020-01-29Adopt <net/if_stats.h>.thorpej
2018-06-26 Implement the BPF direction filter (BIOC[GS]DIRECTION). It provides backwardmsaitoh
2017-02-20Apply deferred if_start to more driversozaki-r
2017-01-24Defer bpf_mtap in Rx interrupt context to softintozaki-r
2016-12-15Annotate bpf_mtap still running in Rx hardware interrupt with "XXX not in sof...ozaki-r
2016-06-10Introduce m_set_rcvif and m_reset_rcvifozaki-r
2016-04-28Constify rtentry of if_outputozaki-r
2016-04-20IFQ_ENQUEUE refactor (3/3) : eliminate pktattr argument from IFQ_ENQUEUE callerknakahara
2014-06-05- Implement pktqueue interface for lockless IP input queue.rmind
2014-05-15 Save a NETISR_* value in a variable and call schednetisr() after enqueuemsaitoh
2013-09-14Put helper functions for debugging under the corresponding debugjoerg
2013-03-01Retire OSI network stack. OK core@joerg
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-03-14Change about 4500 of the K&R function definitions to ANSI ones.dsl
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-01Use ifreq_setaddr(), ifreq_getaddr(), sockaddr_in_init(), anddyoung
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2007-02-17KNF: de-__P, bzero -> memset, bcmp -> memcmp. Remove extraneousdyoung
2006-11-16__unused removal on arguments; approved by core.christos
2006-10-12- sprinkle __unused on function decls.christos
2006-06-07merge FreeBSD timecounters from branch simonb-timecounterskardel
2006-03-28Use device_unit().thorpej
2005-12-11merge ktrace-lwp.christos
2005-02-27nuke trailing whitespaceperry
2005-02-04de-__Pperry
2004-04-22sprintf -> snprintfitojun
2004-02-24becuase -> because. From Peter Postma.wiz
2003-11-02Fix some typos. From Tom Cosgrove via jmc@openbsd.wiz
2003-10-30Remove some assigned-to but otherwise unused variables.simonb
2003-05-03DMA, not dma nor Dma.wiz
2003-02-21hz -> Hztsutsui
2002-03-05bring in latest ALTQ from kjc. ALTQify some of the drivers.itojun
2001-11-13add/cleanup RCSIDlukem
2001-08-14add (u_long) casts for sparc64.mrg
2001-07-07bcopy -> memcpythorpej
2001-06-14change the meaning of ifnet.if_lastchange to meet RFC1573 ifLastChange.itojun
2001-06-12underrun, not underunwiz
2001-03-01IPv6 support, from fujiwara@rcac.tdi.co.jpitojun
2001-01-17Fix a rather annoying problem where the sockaddr_dl which holdsthorpej
2000-12-18ALTQ'ify.thorpej
2000-12-12Adapt to bpfattach() changes, and further centralize the bpfattach()thorpej
2000-01-09remove unused llc from receive logic, protect use of llc header in tranmistchopps
2000-01-09rename hl_control to hl_ffb (friendly fudge byte) as per cisco insiderchopps
2000-01-08pass iso pdus to netisochopps
2000-01-04convert to support non-dma IO (for the isa Riscom/N2).chopps