| Age | Commit message (Expand) | Author |
| 2023-01-17 | s/charater/character/ in comment. | msaitoh |
| 2022-09-04 | Add standard inet headers. | rjs |
| 2022-09-02 | Remove unnecessary inclusion of <net/netisr.h>. | thorpej |
| 2022-05-31 | fix various typos in comments, documentation and messages. | andvar |
| 2021-11-14 | fix few typos in comments and log message. | andvar |
| 2021-08-07 | Merge thorpej-cfargs2. | thorpej |
| 2021-04-24 | Merge thorpej-cfargs branch: | thorpej |
| 2020-09-29 | s/occurence/occurrence/ | msaitoh |
| 2020-02-04 | add a config fragment to include all ppbus devices to make it simpler | jdolecek |
| 2020-02-04 | finish adoption of <net/if_stats.h> | jdolecek |
| 2020-02-04 | Adopt <net/if_stats.h> | skrll |
| 2019-12-27 | s/sucess/success/ in comment. | msaitoh |
| 2019-12-27 | s/manaul/manual/ in comment. | msaitoh |
| 2019-11-10 | in many device attach paths, allocate memory with M_WAITOK instead of M_NOWAIT | chs |
| 2018-11-15 | Remove the 'copy' argument from m_devget(), unused. While here rename | maxv |
| 2018-11-05 | When refactoring interface drivers after netbsd-4, the SIOCINITIFADDR | mlelstv |
| 2018-09-03 | Rename min/max -> uimin/uimax for better honesty. | riastradh |
| 2018-07-25 | Initialize some members in a mbuf which is on stack. | msaitoh |
| 2018-06-26 | Implement the BPF direction filter (BIOC[GS]DIRECTION). It provides backward | msaitoh |
| 2018-06-25 | KNF & fix typo. No functional change. | msaitoh |
| 2017-06-25 | spl leak, found by Mootja | maxv |
| 2016-05-08 | Catch up with other networking changes (John D. Baker) | christos |
| 2016-04-20 | IFQ_ENQUEUE refactor (3/3) : eliminate pktattr argument from IFQ_ENQUEUE caller | knakahara |
| 2016-02-14 | Add missing va_end, from David Binderman in PR 50797. | dholland |
| 2015-09-06 | More on PR 41200: headers that declare ioctls should include sys/ioccom.h. | dholland |
| 2014-10-14 | PR/49281: John D. Baker: fix debugging format | christos |
| 2014-07-25 | Add d_discard to all struct cdevsw instances I could find. | dholland |
| 2014-07-13 | "peripheral", not "peripherial". | dholland |
| 2014-06-05 | - Implement pktqueue interface for lockless IP input queue. | rmind |
| 2014-03-16 | Change (mostly mechanically) every cdevsw/bdevsw I can find to use | dholland |
| 2012-10-27 | split device_t/softc for all remaining drivers. | chs |
| 2011-07-17 | Retire varargs.h support. Move machine/stdarg.h logic into MI | joerg |
| 2011-05-13 | Replace some ltsleep() uses with kpause() and tsleep(). | rmind |
| 2011-05-13 | Eliminate few references to ltsleep. | rmind |
| 2011-02-18 | Include <sys/gpio.h> for GPIOMAXNAME to make it compile again when a gpio(4) | phx |
| 2010-04-05 | Push the bpf_ops usage back into bpf.h. Push the common ifp->if_bpf | joerg |
| 2010-01-19 | Redefine bpf linkage through an always present op vector, i.e. | pooka |
| 2009-11-11 | Make this actually build, as part of the sgimips GENERIC32_IP2x kernel. | he |
| 2009-11-07 | Don't deactivate a child before detaching it, that's not necessary. | dyoung |
| 2009-04-05 | buildfix: include <sys/device.h> for device_t | cegger |
| 2008-12-16 | replace bitmask_snprintf(9) with snprintb(3) | christos |
| 2008-11-07 | *** Summary *** | dyoung |
| 2008-06-11 | use device_lookup_private to get softc | cegger |
| 2008-04-29 | gpio(4): Extend with open/close to request/release the ppbus(4) on open/close. | cegger |
| 2008-04-28 | Remove clause 3 and 4 from TNF licenses | martin |
| 2008-04-21 | Make ntp, pmc, reboot, sysarch, time syscalls MPSAFE. | ad |
| 2008-04-18 | Fix panics at boot and some other misc bugs. From Hans Rosenfeld. | cegger |
| 2008-04-16 | device_t / softc split. From Hans Rosenfeld. | cegger |
| 2008-04-15 | Use %zu format specifier for size_t. Fixes build error on shark. | cegger |
| 2008-04-15 | Make this build without options LPT_VERBOSE and LPT_DEBUG. From Hans Rosenfeld. | cegger |