summaryrefslogtreecommitdiff
path: root/sys/dev/qbus
AgeCommit message (Expand)Author
2021-12-12fix various typos in comments.andvar
2021-09-26Change the kqueue filterops::f_isfd field to filterops::f_flags, andthorpej
2021-08-17fix multiplei repetitive typos in comments, messages and documentation. mainl...andvar
2021-08-12fix various typos in comments.andvar
2021-08-07Merge thorpej-cfargs2.thorpej
2021-08-01fix typos in word "otherwise".andvar
2021-04-24Merge thorpej-cfargs branch:thorpej
2020-12-18Use sel{record,remove}_knote().thorpej
2020-04-16Revert previous for now:rin
2020-04-16Stop using __KERNEL_RCSID() in header files; it confuses ident(1) byrin
2020-02-05Adopt <net/if_stats.h>skrll
2020-02-04Adopt <net/if_stats.h>skrll
2020-01-29Adopt <net/if_stats.h>.thorpej
2019-12-08Revert previous. No performance gain worth the potential headachesad
2019-12-08Avoid thundering herd: cv_broadcast(&bp->b_busy) -> cv_signal(&bp->b_busy)ad
2019-11-10in many device attach paths, allocate memory with M_WAITOK instead of M_NOWAITchs
2019-10-29Implement what the documentation in rfreg.h states, and do not apply thechristos
2019-10-21 if_percpuq(9) automatically increments if_ipackets, so don't increment it inmsaitoh
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