summaryrefslogtreecommitdiffstats
path: root/drivers/net/can/dev/netlink.c
AgeCommit message (Expand)AuthorLines
2021-10-24can: netlink: add can_priv::do_get_auto_tdcv() to retrieve tdcv from deviceVincent Mailhol-3/+12
2021-10-24can: netlink: add interface for CAN-FD Transmitter Delay Compensation (TDC)Vincent Mailhol-5/+208
2021-10-24can: bittiming: change can_calc_tdco()'s prototype to not directly modify privVincent Mailhol-1/+2
2021-08-19can: netlink: allow user to turn off unsupported featuresVincent Mailhol-1/+1
2021-07-25can: netlink: remove redundant check in can_validate()Vincent Mailhol-1/+1
2021-07-25can: netlink: clear data_bittiming if FD is turned offVincent Mailhol-2/+5
2021-03-30can: bittiming: add calculation for CAN FD Transmitter Delay Compensation (TDC)Vincent Mailhol-0/+2
2021-03-30can: netlink: move '=' operators back to previous line (checkpatch fix)Vincent Mailhol-14/+11
2021-03-16can: dev: Move device back to init netns on owning netns deleteMartin Willi-0/+1
2021-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-1/+1
2021-01-13can: dev: move netlink related code into seperate fileMarc Kleine-Budde-0/+379