aboutsummaryrefslogtreecommitdiffstats
path: root/net/can/raw.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-20can: raw: raw_getsockopt(): reduce scope of errMarc Kleine-Budde1-5/+8
2024-02-20can: raw: fix getsockopt() for new CAN_RAW_XL_VCID_OPTSOliver Hartkopp1-1/+3
2024-02-13can: canxl: add virtual CAN network identifier supportOliver Hartkopp1-8/+85
2023-10-04can: raw: Remove NULL check before dev_{put, hold}Jiapeng Chong1-2/+1
2023-10-01net: implement lockless SO_PRIORITYEric Dumazet1-1/+1
2023-08-22can: raw: add missing refcount for memory leak fixOliver Hartkopp1-9/+26
2023-07-29net: annotate data-races around sk->sk_markEric Dumazet1-1/+1
2023-07-20can: raw: fix lockdep issue in raw_release()Eric Dumazet1-2/+3
2023-07-17can: raw: fix receiver memory leakZiyang Xuan1-33/+24
2023-06-24sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES)David Howells1-1/+0
2023-02-08can: raw: use temp variable instead of rolling back configOliver Hartkopp1-5/+6
2023-02-02can: raw: fix CAN FD frame transmissions over CAN XL devicesOliver Hartkopp1-16/+31
2022-12-12can: raw: add support for SO_MARKMarc Kleine-Budde1-0/+1
2022-09-15can: raw: add CAN XL supportOliver Hartkopp1-12/+43
2022-09-06can: raw: use guard clause to optimize nesting in raw_rcv()Ziyang Xuan1-7/+6
2022-09-06can: raw: process optimization in raw_init()Ziyang Xuan1-3/+11
2022-05-16can: raw: add support for SO_TXTIME/SCM_TXTIMEMarc Kleine-Budde1-1/+10
2022-05-16can: raw: raw_sendmsg(): remove not needed setting of skb->skMarc Kleine-Budde1-1/+0
2022-04-28net: SO_RCVMARK socket option for SO_MARK with recvmsg()Erin MacNeil1-1/+1
2022-04-06net: remove noblock parameter from skb_recv_datagram()Oliver Hartkopp1-5/+1
2021-08-05net: Remove redundant if statementsYajun Deng1-6/+2
2021-07-24can: raw: raw_setsockopt(): fix raw_rcv panic for sock UAFZiyang Xuan1-2/+18
2021-06-29net: sock: introduce sk_error_reportAlexander Aring1-3/+3
2021-06-16can: bcm/raw/isotp: use per module netdevice notifierTetsuo Handa1-14/+48
2021-03-29can: bcm/raw: fix msg_namelen values depending on CAN_REQUIRED_SIZEOliver Hartkopp1-6/+8
2021-01-06can: raw: return -ERANGE when filterset does not fit into user space bufferOliver Hartkopp1-4/+12
2020-10-12can: remove obsolete version stringsOliver Hartkopp1-3/+1
2020-10-06can: raw: add missing error queue supportVincent Mailhol1-0/+4
2020-09-21can: remove "WITH Linux-syscall-note" from SPDX tag of C filesMasahiro Yamada1-1/+1
2020-09-21can: raw: fix indentionMarc Kleine-Budde1-12/+12
2020-07-24net: pass a sockptr_t into ->setsockoptChristoph Hellwig1-8/+8
2019-09-04can: introduce CAN_REQUIRED_SIZE macroKurt Van Dijck1-2/+2
2019-08-13can: raw: raw_sock_no_ioctlcmd(): mark function as staticMarc Kleine-Budde1-2/+2
2019-08-13can: raw: raw_module_init(): use pr_err() instead of printk(KERN_ERR, ...)Marc Kleine-Budde1-1/+1
2019-08-13can: raw: balance braces around else statementsMarc Kleine-Budde1-4/+8
2019-08-13can: raw: remove unnecessary blank lines, add suggested blank linesMarc Kleine-Budde1-3/+1
2019-08-13can: raw: convert block comments to network style commentsMarc Kleine-Budde1-8/+4
2019-07-29can: fix ioctl function removalOliver Hartkopp1-1/+8
2019-07-24can: Add SPDX license identifiers for CAN subsystemOliver Hartkopp1-0/+1
2019-07-24can: remove obsolete empty ioctl() handlerOliver Hartkopp1-1/+1
2019-04-19net: rework SIOCGSTAMP ioctl handlingArnd Bergmann1-0/+1
2018-12-17net: add missing SOF_TIMESTAMPING_OPT_ID supportWillem de Bruijn1-1/+1
2018-11-09can: raw: check for CAN FD capable netdev in raw_sendmsg()Oliver Hartkopp1-7/+8
2018-06-28Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds1-1/+1
2018-05-26net: convert datagram_poll users tp ->poll_maskChristoph Hellwig1-1/+1
2018-02-12net: make getname() functions return length rather than use int* parameterDenys Vlasenko1-4/+2
2018-01-05can: raw: raw_bind(): bail out if can_family is not AF_CANMarc Kleine-Budde1-0/+2
2017-04-04can: initial support for network namespacesMario Kicherer1-40/+52
2017-01-29can: Fix kernel panic at security_sock_rcv_skbEric Dumazet1-2/+2
2016-12-07can: raw: raw_setsockopt: limit number of can_filter that can be setMarc Kleine-Budde1-0/+3
2016-04-04sock: enable timestamping using control messagesSoheil Hassas Yeganeh1-1/+1
2015-07-12can: replace timestamp as unique skb attributeOliver Hartkopp1-3/+4
2015-04-01can: introduce new raw socket option to join the given CAN filtersOliver Hartkopp1-1/+30
2015-04-01can: fix multiple delivery of a single CAN frame for overlapping CAN filtersOliver Hartkopp1-0/+21
2015-03-02net: Remove iocb argument from sendmsg and recvmsgYing Xue1-4/+3
2015-03-02net: use common macro for assering skb->cb[] available size in protocol familiesEyal Birger1-3/+3
2014-12-07can: eliminate banner[] variable and switch to pr_info()Jeremiah Mahler1-3/+1
2014-11-24new helper: memcpy_to_msg()Al Viro1-1/+1
2014-11-24new helper: memcpy_from_msg()Al Viro1-1/+1
2014-03-03can: remove CAN FD compatibility for CAN 2.0 socketsOliver Hartkopp1-21/+5
2014-01-29can: Propagate SO_PRIORITY of raw sockets to skbsRostislav Lisovy1-0/+1
2014-01-18net: add build-time checks for msg->msg_name sizeSteffen Hurrle1-2/+2
2013-05-28net: pass info struct via netdevice notifierJiri Pirko1-2/+2
2013-04-14net: sock: make sock_tx_timestamp voidDaniel Borkmann1-3/+2
2013-01-28can: rework skb reserved data handlingOliver Hartkopp1-2/+2
2013-01-26can: add private data space for CAN sk_buffsOliver Hartkopp1-2/+6
2012-10-06sections: fix section conflicts in net/canAndi Kleen1-1/+1
2012-06-19canfd: add support for CAN FD in CAN_RAW socketsOliver Hartkopp1-4/+46
2012-06-15net: remove skb_orphan_try()Eric Dumazet1-3/+0
2011-10-17can: remove references to berlios mailinglistMarc Kleine-Budde1-2/+0
2011-05-04can: make struct can_proto constKurt Van Dijck1-1/+1
2011-04-20can: add missing socket check in can/raw releaseOliver Hartkopp1-1/+6
2011-03-27can: make struct proto constOliver Hartkopp1-2/+2
2011-01-15can: test size of struct sockaddr in sendmsgKurt Van Dijck1-0/+3
2010-10-21can-raw: add msg_flags to distinguish local trafficOliver Hartkopp1-3/+30
2010-08-19net: simplify flags for tx timestampingOliver Hartkopp1-2/+2
2010-08-03can-raw: Fix skb_orphan_try handlingOliver Hartkopp1-0/+4
2010-05-31net/can: Use memdup_userJulia Lawall1-8/+3
2010-04-13can: avoids a false warningEric Dumazet1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2009-11-05net: drop capability from protocol definitionsEric Paris1-1/+0
2009-10-29net: Cleanup redundant tests on unsignedroel kluin1-2/+0
2009-10-12net: Generalize socket rx gap / receive queue overflow cmsgNeil Horman1-1/+1
2009-09-30net: Make setsockopt() optlen be unsigned.David S. Miller1-1/+1
2009-08-09can: Fix raw_getname() leakEric Dumazet1-0/+1
2009-07-15net/can: add module alias to can protocol driversLothar Waßmann1-0/+1
2009-07-15net/can bugfix: use after free bug in can protocol driversLothar Waßmann1-0/+3
2009-02-15ip: support for TX timestamps on UDP and RAW socketsPatrick Ohly1-0/+3
2009-01-06can: omit unneeded skb_clone() callsOliver Hartkopp1-7/+8
2008-12-14can: merge error pathsIlpo Järvinen1-10/+12
2008-07-19netns: Use net_eq() to compare net-namespaces for optimization.YOSHIFUJI Hideaki1-1/+1
2008-07-05can: add sanity checksOliver Hartkopp1-0/+3
2008-04-27can: Fix copy_from_user() results interpretationSam Ravnborg1-11/+10
2008-04-25net: Fix wrong interpretation of some copy_to_user() results.Pavel Emelyanov1-1/+2
2008-03-26[NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS.YOSHIFUJI Hideaki1-1/+1
2008-02-07[CAN]: Minor clean-upsUrs Thuermann1-15/+9
2008-01-28[CAN]: Add raw protocolOliver Hartkopp1-0/+763