aboutsummaryrefslogtreecommitdiffstats
path: root/net/can/bcm.c
Commit message (Expand)AuthorAge
* can: introduce CAN_REQUIRED_SIZE macroKurt Van Dijck2019-09-04
* can: bcm: switch timer to HRTIMER_MODE_SOFT and remove hrtimer_taskletThomas Gleixner2019-08-13
* can: bcm: bcm_sock_no_ioctlcmd(): mark function as staticMarc Kleine-Budde2019-08-13
* can: fix ioctl function removalOliver Hartkopp2019-07-29
* can: Add SPDX license identifiers for CAN subsystemOliver Hartkopp2019-07-24
* can: remove obsolete empty ioctl() handlerOliver Hartkopp2019-07-24
* net: rework SIOCGSTAMP ioctl handlingArnd Bergmann2019-04-19
* can: bcm: check timer values before ktime conversionOliver Hartkopp2019-01-22
* Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds2018-06-28
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-12
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-12
* Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2018-06-04
|\
| * net: convert datagram_poll users tp ->poll_maskChristoph Hellwig2018-05-26
* | proc: introduce proc_create_net_singleChristoph Hellwig2018-05-16
* | net/can: single_open_net needs to be paired with single_release_netChristoph Hellwig2018-05-14
|/
* net: delete /proc THIS_MODULE referencesAlexey Dobriyan2018-01-16
* can: bcm: check for null sk before deferencing it via the call to sock_netColin Ian King2017-10-19
* networking: introduce and use skb_put_data()Johannes Berg2017-06-16
* can: fix CAN BCM build with CONFIG_PROC_FS disabledOliver Hartkopp2017-04-27
* can: network namespace support for CAN_BCM protocolOliver Hartkopp2017-04-25
* can: initial support for network namespacesMario Kicherer2017-04-04
* can: bcm: fix hrtimer/tasklet termination in bcm op removalOliver Hartkopp2017-01-30
* can: Fix kernel panic at security_sock_rcv_skbEric Dumazet2017-01-29
* ktime: Cleanup ktime_set() usageThomas Gleixner2016-12-25
* ktime: Get rid of the unionThomas Gleixner2016-12-25
* can: bcm: fix support for CAN FD framesOliver Hartkopp2016-11-23
* can: bcm: fix warning in bcm_connect/proc_registerOliver Hartkopp2016-10-31
* can: bcm: add support for CAN FD framesOliver Hartkopp2016-06-17
* can: bcm: unify bcm_msg_head handling and prepare function parametersOliver Hartkopp2016-06-17
* can: bcm: use CAN frame instead of can_frame in commentsOliver Hartkopp2016-06-17
* can: bcm: fix indention and other minor style issuesOliver Hartkopp2016-06-17
* can: avoid using timeval for uapiArnd Bergmann2015-10-13
* can: replace timestamp as unique skb attributeOliver Hartkopp2015-07-12
* net: Remove iocb argument from sendmsg and recvmsgYing Xue2015-03-02
* net: use common macro for assering skb->cb[] available size in protocol familiesEyal Birger2015-03-02
* can: fix spelling errorsJeremiah Mahler2014-12-07
* can: eliminate banner[] variable and switch to pr_info()Jeremiah Mahler2014-12-07
* new helper: memcpy_to_msg()Al Viro2014-11-24
* new helper: memcpy_from_msg()Al Viro2014-11-24
* can: add destructor for self generated skbsOliver Hartkopp2014-01-30
* net: add build-time checks for msg->msg_name sizeSteffen Hurrle2014-01-19
* net: pass info struct via netdevice notifierJiri Pirko2013-05-28
* procfs: new helper - PDE_DATA(inode)Al Viro2013-04-09
* net: proc: change proc_net_remove to remove_proc_entryGao feng2013-02-18
* can: rework skb reserved data handlingOliver Hartkopp2013-01-28
* can: add private data space for CAN sk_buffsOliver Hartkopp2013-01-26
* can: bcm: initialize ifindex for timeouts without previous frame receptionOliver Hartkopp2012-11-26
* sections: fix section conflicts in net/canAndi Kleen2012-10-05
* can: remove references to berlios mailinglistMarc Kleine-Budde2011-10-17
* can bcm: fix incomplete tx_setup fixOliver Hartkopp2011-09-29