summaryrefslogtreecommitdiff
path: root/sys/netcan
AgeCommit message (Expand)Author
2021-09-21don't opencode kauth_cred_get()christos
2020-01-29Adopt <net/if_stats.h>.thorpej
2019-08-19can: add missing mowner variables for MBUFTRACEozaki-r
2019-07-20Don't kmem_alloc()/kmem_free() with spin lock held: call can_pcbsetfilter()bouyer
2019-04-27Semicolon not neededpgoyette
2019-04-27Oooppss - deleted too many chars. Put them back.pgoyette
2019-04-27A few more empty-string --> NULL in required-modules listspgoyette
2019-02-25RIP6, CAN, SCTP and SCTP6 lack a length check in their _send() functions.maxv
2018-11-15Remove the 't' argument from m_tag_find().maxv
2018-11-15Simplify the mtag API:maxv
2018-06-26 Implement the BPF direction filter (BIOC[GS]DIRECTION). It provides backwardmsaitoh
2018-03-21Sprinkle more soroverflow().roy
2017-12-19Don't set IFEF_MPSAFE unless NET_MPSAFE at this pointozaki-r
2017-12-06Ensure to not turn on IFF_RUNNING of an interface until its initialization co...ozaki-r
2017-11-16Unify IFEF_*_MPSAFE into IFEF_MPSAFEozaki-r
2017-06-09Refuse to bind to a non-CAN interface.bouyer
2017-06-01remove checks for failure after memory allocation calls that cannot fail:chs
2017-05-30Forced commit for previous (1.2) rev commit message:bouyer
2017-05-30Needs <sys/types.h> not <machine/int_types.h>bouyer
2017-05-27merge the bouyer-socketcan branch to HEAD.bouyer