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