summaryrefslogtreecommitdiffstats
path: root/net/can/bcm.c
Commit message (Expand)AuthorAgeFilesLines
* net: rework SIOCGSTAMP ioctl handlingArnd Bergmann2019-04-191-0/+1
* can: bcm: check timer values before ktime conversionOliver Hartkopp2019-01-221-0/+27
* Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds2018-06-281-1/+1
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-131-1/+2
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-131-4/+6
* Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2018-06-041-1/+1
|\
| * net: convert datagram_poll users tp ->poll_maskChristoph Hellwig2018-05-261-1/+1
* | proc: introduce proc_create_net_singleChristoph Hellwig2018-05-161-14/+2Star
* | net/can: single_open_net needs to be paired with single_release_netChristoph Hellwig2018-05-141-1/+1
|/
* net: delete /proc THIS_MODULE referencesAlexey Dobriyan2018-01-161-1/+0Star
* can: bcm: check for null sk before deferencing it via the call to sock_netColin Ian King2017-10-191-2/+3
* networking: introduce and use skb_put_data()Johannes Berg2017-06-161-3/+3
* can: fix CAN BCM build with CONFIG_PROC_FS disabledOliver Hartkopp2017-04-271-8/+13
* can: network namespace support for CAN_BCM protocolOliver Hartkopp2017-04-251-33/+57
* can: initial support for network namespacesMario Kicherer2017-04-041-6/+7
* can: bcm: fix hrtimer/tasklet termination in bcm op removalOliver Hartkopp2017-01-301-7/+16
* can: Fix kernel panic at security_sock_rcv_skbEric Dumazet2017-01-301-2/+2
* ktime: Cleanup ktime_set() usageThomas Gleixner2016-12-251-2/+2
* ktime: Get rid of the unionThomas Gleixner2016-12-251-14/+14
* can: bcm: fix support for CAN FD framesOliver Hartkopp2016-11-231-8/+10
* can: bcm: fix warning in bcm_connect/proc_registerOliver Hartkopp2016-10-311-9/+23
* can: bcm: add support for CAN FD framesOliver Hartkopp2016-06-171-88/+135
* can: bcm: unify bcm_msg_head handling and prepare function parametersOliver Hartkopp2016-06-171-25/+29
* can: bcm: use CAN frame instead of can_frame in commentsOliver Hartkopp2016-06-171-16/+16
* can: bcm: fix indention and other minor style issuesOliver Hartkopp2016-06-171-14/+12Star
* can: avoid using timeval for uapiArnd Bergmann2015-10-131-5/+10
* can: replace timestamp as unique skb attributeOliver Hartkopp2015-07-121-0/+2
* net: Remove iocb argument from sendmsg and recvmsgYing Xue2015-03-021-4/+3Star
* net: use common macro for assering skb->cb[] available size in protocol familiesEyal Birger2015-03-021-1/+1
* can: fix spelling errorsJeremiah Mahler2014-12-071-6/+6
* can: eliminate banner[] variable and switch to pr_info()Jeremiah Mahler2014-12-071-3/+1Star
* new helper: memcpy_to_msg()Al Viro2014-11-241-1/+1
* new helper: memcpy_from_msg()Al Viro2014-11-241-11/+8Star
* can: add destructor for self generated skbsOliver Hartkopp2014-01-311-2/+2
* net: add build-time checks for msg->msg_name sizeSteffen Hurrle2014-01-191-2/+2
* net: pass info struct via netdevice notifierJiri Pirko2013-05-281-2/+2
* procfs: new helper - PDE_DATA(inode)Al Viro2013-04-091-1/+1
* net: proc: change proc_net_remove to remove_proc_entryGao feng2013-02-181-1/+1
* can: rework skb reserved data handlingOliver Hartkopp2013-01-291-4/+4
* can: add private data space for CAN sk_buffsOliver Hartkopp2013-01-261-3/+9
* can: bcm: initialize ifindex for timeouts without previous frame receptionOliver Hartkopp2012-11-261-0/+3
* sections: fix section conflicts in net/canAndi Kleen2012-10-051-1/+1
* can: remove references to berlios mailinglistMarc Kleine-Budde2011-10-181-2/+0Star
* can bcm: fix incomplete tx_setup fixOliver Hartkopp2011-09-291-27/+21Star
* can bcm: fix tx_setup off-by-one errorsOliver Hartkopp2011-09-291-6/+7
* net: remove interrupt.h inclusion from netdevice.hAlexey Dobriyan2011-06-071-0/+1
* net: convert %p usage to %pKDan Rosenberg2011-05-241-3/+3
* can: make struct can_proto constKurt Van Dijck2011-05-041-1/+1
* can: Add missing socket check in can/bcm release.Dave Jones2011-04-201-1/+6
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1