summaryrefslogtreecommitdiff
path: root/net/can/raw.c
AgeCommit message (Expand)Author
2018-12-01can: raw: check for CAN FD capable netdev in raw_sendmsg()Oliver Hartkopp
2017-04-04can: initial support for network namespacesMario Kicherer
2017-01-29can: Fix kernel panic at security_sock_rcv_skbEric Dumazet
2016-12-07can: raw: raw_setsockopt: limit number of can_filter that can be setMarc Kleine-Budde
2016-04-04sock: enable timestamping using control messagesSoheil Hassas Yeganeh
2015-07-12can: replace timestamp as unique skb attributeOliver Hartkopp
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-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
2014-12-07can: eliminate banner[] variable and switch to pr_info()Jeremiah Mahler
2014-11-24new helper: memcpy_to_msg()Al Viro
2014-11-24new helper: memcpy_from_msg()Al Viro
2014-03-03can: remove CAN FD compatibility for CAN 2.0 socketsOliver Hartkopp
2014-01-29can: Propagate SO_PRIORITY of raw sockets to skbsRostislav Lisovy
2014-01-18net: add build-time checks for msg->msg_name sizeSteffen Hurrle
2013-05-28net: pass info struct via netdevice notifierJiri Pirko
2013-04-14net: sock: make sock_tx_timestamp voidDaniel Borkmann
2013-01-28can: rework skb reserved data handlingOliver Hartkopp
2013-01-26can: add private data space for CAN sk_buffsOliver Hartkopp
2012-10-06sections: fix section conflicts in net/canAndi Kleen
2012-06-19canfd: add support for CAN FD in CAN_RAW socketsOliver Hartkopp
2012-06-15net: remove skb_orphan_try()Eric Dumazet
2011-10-17can: remove references to berlios mailinglistMarc Kleine-Budde
2011-05-04can: make struct can_proto constKurt Van Dijck
2011-04-20can: add missing socket check in can/raw releaseOliver Hartkopp
2011-03-27can: make struct proto constOliver Hartkopp
2011-01-15can: test size of struct sockaddr in sendmsgKurt Van Dijck
2010-10-21can-raw: add msg_flags to distinguish local trafficOliver Hartkopp
2010-08-19net: simplify flags for tx timestampingOliver Hartkopp
2010-08-03can-raw: Fix skb_orphan_try handlingOliver Hartkopp
2010-05-31net/can: Use memdup_userJulia Lawall
2010-04-13can: avoids a false warningEric Dumazet
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2009-11-05net: drop capability from protocol definitionsEric Paris
2009-10-29net: Cleanup redundant tests on unsignedroel kluin
2009-10-12net: Generalize socket rx gap / receive queue overflow cmsgNeil Horman
2009-09-30net: Make setsockopt() optlen be unsigned.David S. Miller
2009-08-09can: Fix raw_getname() leakEric Dumazet
2009-07-15net/can: add module alias to can protocol driversLothar Waßmann
2009-07-15net/can bugfix: use after free bug in can protocol driversLothar Waßmann
2009-02-15ip: support for TX timestamps on UDP and RAW socketsPatrick Ohly
2009-01-06can: omit unneeded skb_clone() callsOliver Hartkopp
2008-12-14can: merge error pathsIlpo Järvinen
2008-07-19netns: Use net_eq() to compare net-namespaces for optimization.YOSHIFUJI Hideaki
2008-07-05can: add sanity checksOliver Hartkopp
2008-04-27can: Fix copy_from_user() results interpretationSam Ravnborg
2008-04-25net: Fix wrong interpretation of some copy_to_user() results.Pavel Emelyanov
2008-03-26[NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS.YOSHIFUJI Hideaki
2008-02-07[CAN]: Minor clean-upsUrs Thuermann