aboutsummaryrefslogtreecommitdiffstats
path: root/net/can/raw.c
Commit message (Expand)AuthorAge
* can: introduce CAN_REQUIRED_SIZE macroKurt Van Dijck2019-09-04
* can: raw: raw_sock_no_ioctlcmd(): mark function as staticMarc Kleine-Budde2019-08-13
* can: raw: raw_module_init(): use pr_err() instead of printk(KERN_ERR, ...)Marc Kleine-Budde2019-08-13
* can: raw: balance braces around else statementsMarc Kleine-Budde2019-08-13
* can: raw: remove unnecessary blank lines, add suggested blank linesMarc Kleine-Budde2019-08-13
* can: raw: convert block comments to network style commentsMarc Kleine-Budde2019-08-13
* can: fix ioctl function removalOliver Hartkopp2019-07-29
* can: Add SPDX license identifiers for CAN subsystemOliver Hartkopp2019-07-24
* can: remove obsolete empty ioctl() handlerOliver Hartkopp2019-07-24
* net: rework SIOCGSTAMP ioctl handlingArnd Bergmann2019-04-19
* net: add missing SOF_TIMESTAMPING_OPT_ID supportWillem de Bruijn2018-12-18
* can: raw: check for CAN FD capable netdev in raw_sendmsg()Oliver Hartkopp2018-11-09
* Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds2018-06-28
* net: convert datagram_poll users tp ->poll_maskChristoph Hellwig2018-05-26
* net: make getname() functions return length rather than use int* parameterDenys Vlasenko2018-02-12
* can: raw: raw_bind(): bail out if can_family is not AF_CANMarc Kleine-Budde2018-01-05
* can: initial support for network namespacesMario Kicherer2017-04-04
* can: Fix kernel panic at security_sock_rcv_skbEric Dumazet2017-01-29
* can: raw: raw_setsockopt: limit number of can_filter that can be setMarc Kleine-Budde2016-12-07
* sock: enable timestamping using control messagesSoheil Hassas Yeganeh2016-04-04
* can: replace timestamp as unique skb attributeOliver Hartkopp2015-07-12
* can: introduce new raw socket option to join the given CAN filtersOliver Hartkopp2015-04-01
* can: fix multiple delivery of a single CAN frame for overlapping CAN filtersOliver Hartkopp2015-04-01
* net: Remove iocb argument from sendmsg and recvmsgYing Xue2015-03-02
* net: use common macro for assering skb->cb[] available size in protocol familiesEyal Birger2015-03-02
* can: eliminate banner[] variable and switch to pr_info()Jeremiah Mahler2014-12-07
* new helper: memcpy_to_msg()Al Viro2014-11-24
* new helper: memcpy_from_msg()Al Viro2014-11-24
* can: remove CAN FD compatibility for CAN 2.0 socketsOliver Hartkopp2014-03-03
* can: Propagate SO_PRIORITY of raw sockets to skbsRostislav Lisovy2014-01-29
* net: add build-time checks for msg->msg_name sizeSteffen Hurrle2014-01-19
* net: pass info struct via netdevice notifierJiri Pirko2013-05-28
* net: sock: make sock_tx_timestamp voidDaniel Borkmann2013-04-14
* can: rework skb reserved data handlingOliver Hartkopp2013-01-28
* can: add private data space for CAN sk_buffsOliver Hartkopp2013-01-26
* sections: fix section conflicts in net/canAndi Kleen2012-10-05
* canfd: add support for CAN FD in CAN_RAW socketsOliver Hartkopp2012-06-19
* net: remove skb_orphan_try()Eric Dumazet2012-06-15
* can: remove references to berlios mailinglistMarc Kleine-Budde2011-10-17
* can: make struct can_proto constKurt Van Dijck2011-05-04
* can: add missing socket check in can/raw releaseOliver Hartkopp2011-04-20
* can: make struct proto constOliver Hartkopp2011-03-28
* can: test size of struct sockaddr in sendmsgKurt Van Dijck2011-01-15
* can-raw: add msg_flags to distinguish local trafficOliver Hartkopp2010-10-21
* net: simplify flags for tx timestampingOliver Hartkopp2010-08-19
* can-raw: Fix skb_orphan_try handlingOliver Hartkopp2010-08-03
* net/can: Use memdup_userJulia Lawall2010-05-31
* can: avoids a false warningEric Dumazet2010-04-13
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-30
* net: drop capability from protocol definitionsEric Paris2009-11-06