summaryrefslogtreecommitdiff
path: root/sys/altq
AgeCommit message (Expand)Author
2022-10-24Make ifq_drops in struct ifqueue and struct ifaltq 64 bit.msaitoh
2022-05-24fix various typos in comment, documentation and log messages.andvar
2021-12-31fix few typos in comments, mainly in word "parameter".andvar
2021-12-31altq(9): Fix missing IFNET_LOCK around if_ioctl.riastradh
2021-12-31sys: Use if_ioctl wrapper function.riastradh
2021-12-05s/failes/fails/ in comment.msaitoh
2021-09-21Remove FreeBSD blocks that did not compile anyway, and use l->l_credchristos
2021-09-03fix typos in comments, mainly s/extention/extension/ and s/sufficent/sufficient/andvar
2021-08-30sys/altq: Memset zero before copyout.riastradh
2021-08-17fix multiplei repetitive typos in comments, messages and documentation. mainl...andvar
2021-07-21altq: fix CBQ with RED and/or pfozaki-r
2021-07-21altq, cbq: apply tweaks for PPP to only PPP interfacesozaki-r
2021-07-21altq, cbq: change long to uint64_t for ILP32 archsozaki-r
2021-07-21altq, cbq: treat time in nanosecondsozaki-r
2021-07-21altq, cbq: convert ns_per_byte to ps_per_byteozaki-r
2021-07-14altq, cbq: allow the root class to be defaultozaki-r
2021-07-14altq, cbq: allow no control classozaki-r
2021-07-13altq, cbq: calculate a delay period based on a borrowed classozaki-r
2021-07-13altq, cbq: apply the do-while idiom to TV_* macrosozaki-r
2021-07-13altq, cbq: don't increment the xmit counter of the root class twice wronglyozaki-r
2020-03-05Need opt_inet.h for #ifdef INET, INET6.riastradh
2019-12-26s/lenght/length/msaitoh
2018-11-15Remove the 't' argument from m_tag_find().maxv
2018-06-15simplify priq_class_create(): if the alloc for cl_q fails,mrg
2018-04-19s/static inline/static __inline/g for consistency.christos
2017-07-28Reject negative indices.riastradh
2017-07-28Zero buffers copied to userland to avoid stack disclosure.riastradh
2017-03-14Use if_acquire and if_release instead of using psref API directlyozaki-r
2016-11-21PR 51553 David Binderman: don't bother counting up backlogged classesdholland
2016-06-20apply if_start_lock() to L2 callers which call ifp->if_start() of device deri...knakahara
2016-06-10Avoid storing a pointer of an interface in a mbufozaki-r
2016-05-16Use M_GETCTX and M_SETCTX instead of open-coding rcvifozaki-r
2016-05-12Protect ifnet list with psz and psrefozaki-r
2016-04-20IFQ_ENQUEUE refactor (2/3) : eliminate pktattr argument from altq implemantationknakahara
2016-01-22Prevent interface deletion from running into an infinite loop when altq closes.christos
2014-11-17Build altq module.uebayasi
2014-10-18src is too big these days to tolerate superfluous apostrophes. It'ssnj
2014-08-18Fix error branches to avoid leaks, noted by maxv@.riastradh
2014-07-25Add d_discard to all struct cdevsw instances I could find.dholland
2014-07-01Lock IFQ operations when NET_MPSAFEozaki-r
2014-05-17- Move IFNET_*() macros under #ifdef _KERNEL.rmind
2014-03-20kill sprintfchristos
2014-03-16Change (mostly mechanically) every cdevsw/bdevsw I can find to usedholland
2011-11-19First step of random number subsystem rework described intls
2010-04-09rename the altq-defined INFINITY symbol to ALTQ_INFINITYplunky
2009-12-06Move BLUE_STATS to a commented out line since it is always enabled indsl
2009-11-22s/the the/the/mbalmer
2009-08-18Remove code bracketed by #ifdef __FreeBSD__.dyoung
2009-04-18Remove extra whitespace added by a stupid tool.tsutsui
2009-03-18bcopy -> memcpycegger