summaryrefslogtreecommitdiff
path: root/net/can
AgeCommit message (Expand)Author
2017-11-21treewide: Remove TIMER_FUNC_TYPE and TIMER_DATA_TYPE castsKees Cook
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-10-19can: af_can: can_pernet_init(): add missing error handling for kzalloc return...Marc Kleine-Budde
2017-10-19can: af_can: do not access proto_tab directly use rcu_access_pointer insteadMarc Kleine-Budde
2017-10-19can: bcm: check for null sk before deferencing it via the call to sock_netColin Ian King
2017-10-18net: can: Convert timers to use timer_setup()Kees Cook
2017-08-09rtnetlink: make rtnl_register accept a flags parameterFlorian Westphal
2017-06-16networking: introduce and use skb_put_data()Johannes Berg
2017-06-09can: af_can: namespace support: fix lockdep splat: properly initialize spin_lockMarc Kleine-Budde
2017-04-27can: fix CAN BCM build with CONFIG_PROC_FS disabledOliver Hartkopp
2017-04-25can: network namespace support for CAN gatewayOliver Hartkopp
2017-04-25can: network namespace support for CAN_BCM protocolOliver Hartkopp
2017-04-25can: complete initial namespace supportOliver Hartkopp
2017-04-25can: remove obsolete definitionsOliver Hartkopp
2017-04-25can: remove obsolete pernet_operations definitionsOliver Hartkopp
2017-04-25can: fix memory leak in initial namespace supportOliver Hartkopp
2017-04-17net: rtnetlink: plumb extended ack to doit functionDavid Ahern
2017-04-13netlink: pass extended ACK struct to parsing functionsJohannes Berg
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-12-07can: raw: raw_setsockopt: limit number of can_filter that can be setMarc Kleine-Budde
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-23can: only call can_stat_update with procfsArnd Bergmann
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
2016-06-17can: build proc support only if CONFIG_PROC_FS is activatedAlexander Aring
2016-04-04sock: enable timestamping using control messagesSoheil Hassas Yeganeh
2015-10-13can: avoid using timeval for uapiArnd Bergmann
2015-07-12can: replace timestamp as unique skb attributeOliver Hartkopp
2015-06-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-06-21can: fix loss of CAN frames in raw_rcvOliver Hartkopp
2015-06-09can: cangw: introduce optional uid to reference created routing jobsOliver Hartkopp
2015-05-11net: Pass kern from net_proto_family.create to sk_allocEric W. Biederman
2015-04-01can: introduce new raw socket option to join the given CAN filtersOliver Hartkopp
2015-04-01can: fix multiple delivery of a single CAN frame for overlapping CAN filtersOliver Hartkopp
2015-03-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-03-09can: add missing initialisations in CAN related skbuffsOliver 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
2015-01-18netlink: make nlmsg_end() and genlmsg_end() voidJohannes Berg
2014-12-07can: fix spelling errorsJeremiah Mahler
2014-12-07can: eliminate banner[] variable and switch to pr_info()Jeremiah Mahler