aboutsummaryrefslogtreecommitdiff
path: root/net/can/af_can.c
AgeCommit message (Expand)AuthorFilesLines
2022-12-12net: af_can: remove useless parameter 'err' in 'can_rx_register()'Gravatar Ye Bin 1-2/+1
2022-12-07can: af_can: fix NULL pointer dereference in can_rcv_filterGravatar Oliver Hartkopp 1-3/+3
2022-11-07can: af_can: fix NULL pointer dereference in can_rx_register()Gravatar Zhengchao Shao 1-1/+1
2022-11-07can: af_can: can_exit(): add missing dev_remove_pack() of canxl_packetGravatar Chen Zhongjin 1-0/+1
2022-09-15can: canxl: update CAN infrastructure for CAN XL framesGravatar Oliver Hartkopp 1-1/+24
2022-09-15can: set CANFD_FDF flag in all CAN FD frame structuresGravatar Oliver Hartkopp 1-0/+5
2022-09-15can: skb: unify skb CAN frame identification helpersGravatar Oliver Hartkopp 1-40/+10
2022-03-06can: Use netif_rx().Gravatar Sebastian Andrzej Siewior 1-1/+1
2021-02-24net: introduce CAN specific pointer in the struct net_deviceGravatar Oleksij Rempel 1-32/+2
2020-11-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 1-2/+5
2020-11-27can: af_can: can_rx_unregister(): remove WARN() statement from list operation...Gravatar Oliver Hartkopp 1-2/+5
2020-11-20can: replace can_dlc as variable/element for payload lengthGravatar Oliver Hartkopp 1-1/+1
2020-11-15can: af_can: prevent potential access of uninitialized member in canfd_rcv()Gravatar Anant Thazhemadam 1-5/+14
2020-11-15can: af_can: prevent potential access of uninitialized member in can_rcv()Gravatar Anant Thazhemadam 1-5/+14
2020-10-12can: remove obsolete version stringsGravatar Oliver Hartkopp 1-1/+1
2020-10-06can: af_can: can_rcv_list_find(): fix kernel doc after variable renamingGravatar Marc Kleine-Budde 1-1/+1
2020-09-21can: net: fix spelling mistakesGravatar Marc Kleine-Budde 1-2/+2
2020-07-13net: can: kerneldoc fixesGravatar Andrew Lunn 1-0/+2
2019-11-13can: af_can: export can_sock_destruct()Gravatar Oleksij Rempel 1-1/+2
2019-09-04can: af_can: use spin_lock_bh() for &net->can.rcvlists_lockGravatar Oleksij Rempel 1-4/+4
2019-09-04can: af_can: remove NULL-ptr checks from users of can_dev_rcv_lists_find()Gravatar Marc Kleine-Budde 1-29/+16
2019-09-04can: make use of preallocated can_ml_priv for per device struct can_dev_rcv_l...Gravatar Marc Kleine-Budde 1-38/+7
2019-09-04can: introduce CAN midlayer private and allocate it automaticallyGravatar Marc Kleine-Budde 1-0/+1
2019-09-04can: af_can: can_pernet_exit(): no need to iterate over and cleanup registere...Gravatar Marc Kleine-Budde 1-15/+0
2019-09-04can: af_can: can_rx_register(): use max() instead of open coding itGravatar Marc Kleine-Budde 1-2/+2
2019-09-04can: af_can: give variable holding the CAN receiver and the receiver list a s...Gravatar Marc Kleine-Budde 1-51/+50
2019-09-04can: af_can: rename find_dev_rcv_lists() to can_dev_rcv_lists_find()Gravatar Marc Kleine-Budde 1-5/+5
2019-09-04can: af_can: rename find_rcv_list() to can_rcv_list_find()Gravatar Marc Kleine-Budde 1-5/+5
2019-09-04can: af_can: give variable holding the CAN per device receive lists a sensibl...Gravatar Marc Kleine-Budde 1-45/+44
2019-09-04can: netns: remove "can_" prefix from members struct netns_canGravatar Marc Kleine-Budde 1-17/+17
2019-09-04can: af_can: give variables holding CAN statistics a sensible nameGravatar Marc Kleine-Budde 1-15/+15
2019-09-04can: netns: give members of struct netns_can holding the statistics a sensibl...Gravatar Marc Kleine-Budde 1-16/+16
2019-09-04can: netns: give structs holding the CAN statistics a sensible nameGravatar Marc Kleine-Budde 1-4/+4
2019-08-13can: af_can: can_pernet_init(): Use preferred style kzalloc(sizeof()) usageGravatar Marc Kleine-Budde 1-3/+3
2019-08-13can: af_can: avoid splitting quoted string across linesGravatar Marc Kleine-Budde 1-10/+7
2019-08-13can: af_can: fix alignmentGravatar Marc Kleine-Budde 1-2/+2
2019-08-13can: af_can: balance braces around else statementsGravatar Marc Kleine-Budde 1-5/+8
2019-08-13can: af_can: convert block comments to network style commentsGravatar Marc Kleine-Budde 1-35/+14
2019-07-24can: Add SPDX license identifiers for CAN subsystemGravatar Oliver Hartkopp 1-0/+1
2019-07-24can: remove obsolete empty ioctl() handlerGravatar Oliver Hartkopp 1-9/+0
2019-06-07can: purge socket error queue on sock destructGravatar Willem de Bruijn 1-0/+1
2019-06-07can: af_can: Fix error path of can_init()Gravatar YueHaibing 1-3/+21
2019-04-19net: rework SIOCGSTAMP ioctl handlingGravatar Arnd Bergmann 1-6/+0
2018-03-27net: Drop pernet_operations::asyncGravatar Kirill Tkhai 1-1/+0
2018-03-26net: Use octal not symbolic permissionsGravatar Joe Perches 1-1/+1
2018-03-22net: Convert can_pernet_opsGravatar Kirill Tkhai 1-0/+1
2018-01-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-22/+14
2018-01-18can: af_can: canfd_rcv(): replace WARN_ONCE by pr_warn_onceGravatar Marc Kleine-Budde 1-11/+7
2018-01-18can: af_can: can_rcv(): replace WARN_ONCE by pr_warn_onceGravatar Marc Kleine-Budde 1-11/+7
2018-01-05can: af_can: give struct holding the CAN per device receive lists a sensible ...Gravatar Marc Kleine-Budde 1-10/+10