| Age | Commit message (Expand) | Author |
| 2022-10-26 | vax/dhu(4): Convert to ttylock/ttyunlock. | riastradh |
| 2022-09-02 | Remove unnecessary inclusion of <net/netisr.h>. | thorpej |
| 2022-05-22 | fix various small typos, mainly in comments. | andvar |
| 2022-04-17 | fix various typos in comments. | andvar |
| 2022-04-16 | fix various typos in comments and log messages. | andvar |
| 2022-04-04 | fix various typos, mainly in comments. | andvar |
| 2022-02-12 | ts(4): Skip fabricating bogus struct device in tsmatch. | riastradh |
| 2022-01-01 | s/sytem/system/ | msaitoh |
| 2021-12-20 | Set up multicast (input) filter on qt (DELQA-Turbo). | rhialto |
| 2021-12-12 | fix various typos in comments. | andvar |
| 2021-09-26 | Change the kqueue filterops::f_isfd field to filterops::f_flags, and | thorpej |
| 2021-08-17 | fix multiplei repetitive typos in comments, messages and documentation. mainl... | andvar |
| 2021-08-12 | fix various typos in comments. | andvar |
| 2021-08-07 | Merge thorpej-cfargs2. | thorpej |
| 2021-08-01 | fix typos in word "otherwise". | andvar |
| 2021-04-24 | Merge thorpej-cfargs branch: | thorpej |
| 2020-12-18 | Use sel{record,remove}_knote(). | thorpej |
| 2020-04-16 | Revert previous for now: | rin |
| 2020-04-16 | Stop using __KERNEL_RCSID() in header files; it confuses ident(1) by | rin |
| 2020-02-05 | Adopt <net/if_stats.h> | skrll |
| 2020-02-04 | Adopt <net/if_stats.h> | skrll |
| 2020-01-29 | Adopt <net/if_stats.h>. | thorpej |
| 2019-12-08 | Revert previous. No performance gain worth the potential headaches | ad |
| 2019-12-08 | Avoid thundering herd: cv_broadcast(&bp->b_busy) -> cv_signal(&bp->b_busy) | ad |
| 2019-11-10 | in many device attach paths, allocate memory with M_WAITOK instead of M_NOWAIT | chs |
| 2019-10-29 | Implement what the documentation in rfreg.h states, and do not apply the | christos |
| 2019-10-21 | if_percpuq(9) automatically increments if_ipackets, so don't increment it in | msaitoh |
| 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 backward | msaitoh |
| 2018-06-22 | It's not required to include net/bpfdesc.h. Remove it. | msaitoh |
| 2017-10-25 | Use C99 initializer for filterops | maya |
| 2017-05-22 | Update copyright notice for Ludd (remove clause 3 & 4). | ragge |
| 2016-12-15 | Move bpf_mtap and if_ipackets++ on Rx of each driver to percpuq if_input | ozaki-r |
| 2016-12-12 | acknowleg -> acknowledg, proceedure -> procedure. | maya |
| 2016-07-20 | Apply pserialize to some iterations of IP address lists | ozaki-r |
| 2016-07-07 | Switch the address list of intefaces to pslist(9) | ozaki-r |
| 2016-06-10 | Introduce m_set_rcvif and m_reset_rcvif | ozaki-r |
| 2016-04-20 | IFQ_ENQUEUE refactor (3/3) : eliminate pktattr argument from IFQ_ENQUEUE caller | knakahara |
| 2016-02-09 | Introduce softint-based if_input | ozaki-r |
| 2015-12-08 | Replace DIOCGPART -> DIOCGPARTINFO which returns the data needed instead of | christos |
| 2015-09-12 | add missing splx() found by brainy | christos |
| 2015-04-26 | Use C99-style initializers for struct dkdriver. | mlelstv |
| 2015-01-02 | We have three sets of DTYPE_ constants in the kernel: | christos |
| 2014-12-31 | make more drivers use disk_ioctl, and add a dev parameter to it so that | christos |
| 2014-12-31 | Centralize wedge ioctls in disk_ioctl. | christos |