summaryrefslogtreecommitdiff
path: root/net/can/bcm.c
AgeCommit message (Expand)Author
2018-06-28Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook
2018-06-04Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2018-05-26net: convert datagram_poll users tp ->poll_maskChristoph Hellwig
2018-05-16proc: introduce proc_create_net_singleChristoph Hellwig
2018-05-14net/can: single_open_net needs to be paired with single_release_netChristoph Hellwig
2018-01-16net: delete /proc THIS_MODULE referencesAlexey Dobriyan
2017-10-19can: bcm: check for null sk before deferencing it via the call to sock_netColin Ian King
2017-06-16networking: introduce and use skb_put_data()Johannes Berg
2017-04-27can: fix CAN BCM build with CONFIG_PROC_FS disabledOliver Hartkopp
2017-04-25can: network namespace support for CAN_BCM protocolOliver Hartkopp
2017-04-04can: initial support for network namespacesMario Kicherer
2017-01-30can: bcm: fix hrtimer/tasklet termination in bcm op removalOliver Hartkopp
2017-01-29can: Fix kernel panic at security_sock_rcv_skbEric Dumazet
2016-12-25ktime: Cleanup ktime_set() usageThomas Gleixner
2016-12-25ktime: Get rid of the unionThomas Gleixner
2016-11-23can: bcm: fix support for CAN FD framesOliver Hartkopp
2016-10-31can: bcm: fix warning in bcm_connect/proc_registerOliver Hartkopp
2016-06-17can: bcm: add support for CAN FD framesOliver Hartkopp
2016-06-17can: bcm: unify bcm_msg_head handling and prepare function parametersOliver Hartkopp
2016-06-17can: bcm: use CAN frame instead of can_frame in commentsOliver Hartkopp
2016-06-17can: bcm: fix indention and other minor style issuesOliver Hartkopp
2015-10-13can: avoid using timeval for uapiArnd Bergmann
2015-07-12can: replace timestamp as unique skb attributeOliver Hartkopp
2015-03-02net: Remove iocb argument from sendmsg and recvmsgYing Xue
2015-03-02net: use common macro for assering skb->cb[] available size in protocol familiesEyal Birger
2014-12-07can: fix spelling errorsJeremiah Mahler
2014-12-07can: eliminate banner[] variable and switch to pr_info()Jeremiah Mahler
2014-11-24new helper: memcpy_to_msg()Al Viro
2014-11-24new helper: memcpy_from_msg()Al Viro
2014-01-30can: add destructor for self generated skbsOliver Hartkopp
2014-01-18net: add build-time checks for msg->msg_name sizeSteffen Hurrle
2013-05-28net: pass info struct via netdevice notifierJiri Pirko
2013-04-09procfs: new helper - PDE_DATA(inode)Al Viro
2013-02-18net: proc: change proc_net_remove to remove_proc_entryGao feng
2013-01-28can: rework skb reserved data handlingOliver Hartkopp
2013-01-26can: add private data space for CAN sk_buffsOliver Hartkopp
2012-11-26can: bcm: initialize ifindex for timeouts without previous frame receptionOliver Hartkopp
2012-10-06sections: fix section conflicts in net/canAndi Kleen
2011-10-17can: remove references to berlios mailinglistMarc Kleine-Budde
2011-09-29can bcm: fix incomplete tx_setup fixOliver Hartkopp
2011-09-29can bcm: fix tx_setup off-by-one errorsOliver Hartkopp
2011-06-06net: remove interrupt.h inclusion from netdevice.hAlexey Dobriyan
2011-05-24net: convert %p usage to %pKDan Rosenberg
2011-05-04can: make struct can_proto constKurt Van Dijck
2011-04-19can: Add missing socket check in can/bcm release.Dave Jones
2011-03-31Fix common misspellingsLucas De Marchi
2011-03-27can: make struct proto constOliver Hartkopp
2011-01-15can: test size of struct sockaddr in sendmsgKurt Van Dijck