summaryrefslogtreecommitdiff
path: root/sys/dev/qbus
AgeCommit message (Expand)Author
2019-10-23Pull up following revision(s) (requested by msaitoh in ticket #371):martin
2019-05-28 Use ETHER_LOCK()/ETHER_UNLOCK() for all ethernet drivers to protect ec_multi*.msaitoh
2019-05-24 Make if_il.c compilable again.msaitoh
2019-05-24 Revert previous.msaitoh
2019-05-24 Make it compilable. Not tested.msaitoh
2019-05-23 Whitespace fix (mainly tabify).msaitoh
2019-05-23-No functional change:msaitoh
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-10-25Use C99 initializer for filteropsmaya
2017-05-22Update copyright notice for Ludd (remove clause 3 & 4).ragge
2016-12-15Move bpf_mtap and if_ipackets++ on Rx of each driver to percpuq if_inputozaki-r
2016-12-12acknowleg -> acknowledg, proceedure -> procedure.maya
2016-07-20Apply pserialize to some iterations of IP address listsozaki-r
2016-07-07Switch the address list of intefaces to pslist(9)ozaki-r
2016-06-10Introduce m_set_rcvif and m_reset_rcvifozaki-r
2016-04-20IFQ_ENQUEUE refactor (3/3) : eliminate pktattr argument from IFQ_ENQUEUE callerknakahara
2016-02-09Introduce softint-based if_inputozaki-r
2015-12-08Replace DIOCGPART -> DIOCGPARTINFO which returns the data needed instead ofchristos
2015-09-12add missing splx() found by brainychristos
2015-04-26Use C99-style initializers for struct dkdriver.mlelstv
2015-01-02We have three sets of DTYPE_ constants in the kernel:christos
2014-12-31make more drivers use disk_ioctl, and add a dev parameter to it so thatchristos
2014-12-31Centralize wedge ioctls in disk_ioctl.christos
2014-11-09support DIOCMWEDGES ioctlmlelstv
2014-10-18src is too big these days to tolerate superfluous apostrophes. It'ssnj
2014-08-18Avoid leak in error branch, noted by maxv@, compile-tested for vax.riastradh
2014-08-04Fix typo in comment.ryoon
2014-07-25Add d_discard to all struct cdevsw instances I could find.dholland
2014-07-25Add d_discard to all struct bdevsw instances I could find.dholland
2014-06-05- Implement pktqueue interface for lockless IP input queue.rmind
2014-05-29Add missing braces. From Henning Petersen in PR 48846.wiz
2014-05-15 Save a NETISR_* value in a variable and call schednetisr() after enqueuemsaitoh
2014-03-16Change (mostly mechanically) every cdevsw/bdevsw I can find to usedholland
2013-10-25Fix dmamap cleanup in an error pathmartin
2012-10-27split device_t/softc for all remaining drivers.chs
2011-04-24Rename ttymalloc() to tty_alloc(), and ttyfree() to tty_free() forrmind
2010-12-15Need to include <sys/device.h> since vax's <sys/cpu.h> doesn't.matt
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-02-02Fix incomplete line (deleto?), found by cppcheck and reported bywiz
2010-01-19Redefine bpf linkage through an always present op vector, i.e.pooka
2009-11-23Remove some unecessary includes sys/user.h header.rmind
2009-05-18Don't pass a buffer to physio(), let it be allocated dynamically.ad
2009-05-12struct device * -> device_t, no functional changes intended.cegger
2009-05-12KNFcegger
2009-05-12struct cfdata * -> cfdata_t, no functional changes intended.cegger
2009-04-18Remove extra whitespace added by a stupid tool.tsutsui
2009-03-18bcopy -> memcpycegger
2009-03-18bzero -> memsetcegger