summaryrefslogtreecommitdiffstats
path: root/net/can
AgeCommit message (Expand)AuthorLines
2017-06-16networking: introduce and use skb_put_data()Johannes Berg-3/+3
2017-06-09can: af_can: namespace support: fix lockdep splat: properly initialize spin_lockMarc Kleine-Budde-2/+1
2017-04-27can: fix CAN BCM build with CONFIG_PROC_FS disabledOliver Hartkopp-8/+13
2017-04-25can: network namespace support for CAN gatewayOliver Hartkopp-28/+44
2017-04-25can: network namespace support for CAN_BCM protocolOliver Hartkopp-33/+57
2017-04-25can: complete initial namespace supportOliver Hartkopp-103/+114
2017-04-25can: remove obsolete definitionsOliver Hartkopp-4/+0
2017-04-25can: remove obsolete pernet_operations definitionsOliver Hartkopp-4/+0
2017-04-25can: fix memory leak in initial namespace supportOliver Hartkopp-0/+2
2017-04-17net: rtnetlink: plumb extended ack to doit functionDavid Ahern-2/+4
2017-04-13netlink: pass extended ACK struct to parsing functionsJohannes Berg-1/+1
2017-04-04can: initial support for network namespacesMario Kicherer-176/+203
2017-01-30can: bcm: fix hrtimer/tasklet termination in bcm op removalOliver Hartkopp-7/+16
2017-01-29can: Fix kernel panic at security_sock_rcv_skbEric Dumazet-8/+17
2016-12-25ktime: Cleanup ktime_set() usageThomas Gleixner-2/+2
2016-12-25ktime: Get rid of the unionThomas Gleixner-15/+15
2016-12-07can: raw: raw_setsockopt: limit number of can_filter that can be setMarc Kleine-Budde-0/+3
2016-11-23can: bcm: fix support for CAN FD framesOliver Hartkopp-8/+10
2016-10-31can: bcm: fix warning in bcm_connect/proc_registerOliver Hartkopp-9/+23
2016-06-23can: only call can_stat_update with procfsArnd Bergmann-21/+12
2016-06-17can: bcm: add support for CAN FD framesOliver Hartkopp-88/+135
2016-06-17can: bcm: unify bcm_msg_head handling and prepare function parametersOliver Hartkopp-25/+29
2016-06-17can: bcm: use CAN frame instead of can_frame in commentsOliver Hartkopp-16/+16
2016-06-17can: bcm: fix indention and other minor style issuesOliver Hartkopp-14/+12
2016-06-17can: build proc support only if CONFIG_PROC_FS is activatedAlexander Aring-3/+14
2016-04-04sock: enable timestamping using control messagesSoheil Hassas Yeganeh-1/+1
2015-10-13can: avoid using timeval for uapiArnd Bergmann-5/+10
2015-07-12can: replace timestamp as unique skb attributeOliver Hartkopp-8/+13
2015-06-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-1/+5
2015-06-21can: fix loss of CAN frames in raw_rcvOliver Hartkopp-1/+5
2015-06-09can: cangw: introduce optional uid to reference created routing jobsOliver Hartkopp-12/+56
2015-05-11net: Pass kern from net_proto_family.create to sk_allocEric W. Biederman-1/+1
2015-04-01can: introduce new raw socket option to join the given CAN filtersOliver Hartkopp-1/+30
2015-04-01can: fix multiple delivery of a single CAN frame for overlapping CAN filtersOliver Hartkopp-0/+21
2015-03-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-0/+3
2015-03-09can: add missing initialisations in CAN related skbuffsOliver Hartkopp-0/+3
2015-03-02net: Remove iocb argument from sendmsg and recvmsgYing Xue-8/+6
2015-03-02net: use common macro for assering skb->cb[] available size in protocol familiesEyal Birger-4/+4
2015-01-18netlink: make nlmsg_end() and genlmsg_end() voidJohannes Berg-1/+2
2014-12-07can: fix spelling errorsJeremiah Mahler-8/+8
2014-12-07can: eliminate banner[] variable and switch to pr_info()Jeremiah Mahler-10/+3
2014-11-24new helper: memcpy_to_msg()Al Viro-2/+2
2014-11-24new helper: memcpy_from_msg()Al Viro-12/+9
2014-05-19can: add hash based access to single EFF frame filtersOliver Hartkopp-9/+75
2014-05-19can: proc: make array printing function indenpendent from sff framesOliver Hartkopp-13/+19
2014-04-24net: Use netlink_ns_capable to verify the permisions of netlink messagesEric W. Biederman-2/+2
2014-03-03can: remove CAN FD compatibility for CAN 2.0 socketsOliver Hartkopp-21/+5
2014-01-30Merge tag 'linux-can-fixes-for-3.14-20140129' of git://gitorious.org/linux-ca...David S. Miller-0/+1
2014-01-30can: add destructor for self generated skbsOliver Hartkopp-3/+4
2014-01-29can: Propagate SO_PRIORITY of raw sockets to skbsRostislav Lisovy-0/+1