aboutsummaryrefslogtreecommitdiffstats
path: root/net/can/raw.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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 implicit slab.h inclusion from percpu.hTejun 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