summaryrefslogtreecommitdiffstats
path: root/net/can
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-11-041-0/+1
|\
| * License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-10-222-6/+19
|\ \ | |/
| * can: af_can: can_pernet_init(): add missing error handling for kzalloc return...Marc Kleine-Budde2017-10-191-1/+13
| * can: af_can: do not access proto_tab directly use rcu_access_pointer insteadMarc Kleine-Budde2017-10-191-3/+3
| * can: bcm: check for null sk before deferencing it via the call to sock_netColin Ian King2017-10-191-2/+3
* | net: can: Convert timers to use timer_setup()Kees Cook2017-10-183-7/+7
|/
* rtnetlink: make rtnl_register accept a flags parameterFlorian Westphal2017-08-091-3/+3
* networking: introduce and use skb_put_data()Johannes Berg2017-06-161-3/+3
* can: af_can: namespace support: fix lockdep splat: properly initialize spin_lockMarc Kleine-Budde2017-06-091-2/+1
* can: fix CAN BCM build with CONFIG_PROC_FS disabledOliver Hartkopp2017-04-271-8/+13
* can: network namespace support for CAN gatewayOliver Hartkopp2017-04-251-28/+44
* can: network namespace support for CAN_BCM protocolOliver Hartkopp2017-04-251-33/+57
* can: complete initial namespace supportOliver Hartkopp2017-04-253-103/+114
* can: remove obsolete definitionsOliver Hartkopp2017-04-251-4/+0
* can: remove obsolete pernet_operations definitionsOliver Hartkopp2017-04-251-4/+0
* can: fix memory leak in initial namespace supportOliver Hartkopp2017-04-251-0/+2
* net: rtnetlink: plumb extended ack to doit functionDavid Ahern2017-04-171-2/+4
* netlink: pass extended ACK struct to parsing functionsJohannes Berg2017-04-131-1/+1
* can: initial support for network namespacesMario Kicherer2017-04-046-176/+203
* 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-295-8/+17
* ktime: Cleanup ktime_set() usageThomas Gleixner2016-12-251-2/+2
* ktime: Get rid of the unionThomas Gleixner2016-12-252-15/+15
* can: raw: raw_setsockopt: limit number of can_filter that can be setMarc Kleine-Budde2016-12-071-0/+3
* 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: only call can_stat_update with procfsArnd Bergmann2016-06-232-21/+12
* 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/+12
* can: build proc support only if CONFIG_PROC_FS is activatedAlexander Aring2016-06-173-3/+14
* sock: enable timestamping using control messagesSoheil Hassas Yeganeh2016-04-041-1/+1
* can: avoid using timeval for uapiArnd Bergmann2015-10-131-5/+10
* can: replace timestamp as unique skb attributeOliver Hartkopp2015-07-123-8/+13
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-06-241-1/+5
|\
| * can: fix loss of CAN frames in raw_rcvOliver Hartkopp2015-06-211-1/+5
* | can: cangw: introduce optional uid to reference created routing jobsOliver Hartkopp2015-06-091-12/+56
* | net: Pass kern from net_proto_family.create to sk_allocEric W. Biederman2015-05-111-1/+1
|/
* can: introduce new raw socket option to join the given CAN filtersOliver Hartkopp2015-04-011-1/+30
* can: fix multiple delivery of a single CAN frame for overlapping CAN filtersOliver Hartkopp2015-04-011-0/+21
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-03-091-0/+3
|\
| * can: add missing initialisations in CAN related skbuffsOliver Hartkopp2015-03-091-0/+3
* | net: Remove iocb argument from sendmsg and recvmsgYing Xue2015-03-022-8/+6
* | net: use common macro for assering skb->cb[] available size in protocol familiesEyal Birger2015-03-022-4/+4
|/
* netlink: make nlmsg_end() and genlmsg_end() voidJohannes Berg2015-01-181-1/+2
* can: fix spelling errorsJeremiah Mahler2014-12-073-8/+8
* can: eliminate banner[] variable and switch to pr_info()Jeremiah Mahler2014-12-073-10/+3
* new helper: memcpy_to_msg()Al Viro2014-11-242-2/+2
OpenPOWER on IntegriCloud