summaryrefslogtreecommitdiffstats
path: root/net/can/raw.c
Commit message (Expand)AuthorAgeFilesLines
* can: initial support for network namespacesMario Kicherer2017-04-041-40/+52
* can: Fix kernel panic at security_sock_rcv_skbEric Dumazet2017-01-291-2/+2
* can: raw: raw_setsockopt: limit number of can_filter that can be setMarc Kleine-Budde2016-12-071-0/+3
* sock: enable timestamping using control messagesSoheil Hassas Yeganeh2016-04-041-1/+1
* can: replace timestamp as unique skb attributeOliver Hartkopp2015-07-121-3/+4
* can: introduce new raw socket option to join the given CAN filtersOliver Hartkopp2015-04-011-1/+30
* can: fix multiple delivery of a single CAN frame for overlapping CAN filtersOliver Hartkopp2015-04-011-0/+21
* net: Remove iocb argument from sendmsg and recvmsgYing Xue2015-03-021-4/+3
* net: use common macro for assering skb->cb[] available size in protocol familiesEyal Birger2015-03-021-3/+3
* can: eliminate banner[] variable and switch to pr_info()Jeremiah Mahler2014-12-071-3/+1
* new helper: memcpy_to_msg()Al Viro2014-11-241-1/+1
* new helper: memcpy_from_msg()Al Viro2014-11-241-1/+1
* can: remove CAN FD compatibility for CAN 2.0 socketsOliver Hartkopp2014-03-031-21/+5
* can: Propagate SO_PRIORITY of raw sockets to skbsRostislav Lisovy2014-01-291-0/+1
* net: add build-time checks for msg->msg_name sizeSteffen Hurrle2014-01-181-2/+2
* net: pass info struct via netdevice notifierJiri Pirko2013-05-281-2/+2
* net: sock: make sock_tx_timestamp voidDaniel Borkmann2013-04-141-3/+2
* can: rework skb reserved data handlingOliver Hartkopp2013-01-281-2/+2
* can: add private data space for CAN sk_buffsOliver Hartkopp2013-01-261-2/+6
* sections: fix section conflicts in net/canAndi Kleen2012-10-061-1/+1
* canfd: add support for CAN FD in CAN_RAW socketsOliver Hartkopp2012-06-191-4/+46
* net: remove skb_orphan_try()Eric Dumazet2012-06-151-3/+0
* can: remove references to berlios mailinglistMarc Kleine-Budde2011-10-171-2/+0
* can: make struct can_proto constKurt Van Dijck2011-05-041-1/+1
* can: add missing socket check in can/raw releaseOliver Hartkopp2011-04-201-1/+6
* can: make struct proto constOliver Hartkopp2011-03-271-2/+2
* can: test size of struct sockaddr in sendmsgKurt Van Dijck2011-01-151-0/+3
* can-raw: add msg_flags to distinguish local trafficOliver Hartkopp2010-10-211-3/+30
* net: simplify flags for tx timestampingOliver Hartkopp2010-08-191-2/+2
* can-raw: Fix skb_orphan_try handlingOliver Hartkopp2010-08-031-0/+4
* net/can: Use memdup_userJulia Lawall2010-05-311-8/+3
* can: avoids a false warningEric Dumazet2010-04-131-1/+1
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* net: drop capability from protocol definitionsEric Paris2009-11-051-1/+0
* net: Cleanup redundant tests on unsignedroel kluin2009-10-291-2/+0
* net: Generalize socket rx gap / receive queue overflow cmsgNeil Horman2009-10-121-1/+1
* net: Make setsockopt() optlen be unsigned.David S. Miller2009-09-301-1/+1
* can: Fix raw_getname() leakEric Dumazet2009-08-091-0/+1
* net/can: add module alias to can protocol driversLothar Waßmann2009-07-151-0/+1
* net/can bugfix: use after free bug in can protocol driversLothar Waßmann2009-07-151-0/+3
* ip: support for TX timestamps on UDP and RAW socketsPatrick Ohly2009-02-151-0/+3
* can: omit unneeded skb_clone() callsOliver Hartkopp2009-01-061-7/+8
* can: merge error pathsIlpo Järvinen2008-12-141-10/+12
* netns: Use net_eq() to compare net-namespaces for optimization.YOSHIFUJI Hideaki2008-07-191-1/+1
* can: add sanity checksOliver Hartkopp2008-07-051-0/+3
* can: Fix copy_from_user() results interpretationSam Ravnborg2008-04-271-11/+10
* net: Fix wrong interpretation of some copy_to_user() results.Pavel Emelyanov2008-04-251-1/+2
* [NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS.YOSHIFUJI Hideaki2008-03-261-1/+1
* [CAN]: Minor clean-upsUrs Thuermann2008-02-071-15/+9
* [CAN]: Add raw protocolOliver Hartkopp2008-01-281-0/+763
OpenPOWER on IntegriCloud