summaryrefslogtreecommitdiff
path: root/net/can/raw.c
Commit message (Expand)AuthorAge
* 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-18
* 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-06
* 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-27
* 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-05
* net: Cleanup redundant tests on unsignedroel kluin2009-10-29
* net: Generalize socket rx gap / receive queue overflow cmsgNeil Horman2009-10-12
* net: Make setsockopt() optlen be unsigned.David S. Miller2009-09-30
* can: Fix raw_getname() leakEric Dumazet2009-08-09
* net/can: add module alias to can protocol driversLothar Waßmann2009-07-15
* net/can bugfix: use after free bug in can protocol driversLothar Waßmann2009-07-15
* ip: support for TX timestamps on UDP and RAW socketsPatrick Ohly2009-02-15
* can: omit unneeded skb_clone() callsOliver Hartkopp2009-01-06
* can: merge error pathsIlpo Järvinen2008-12-14
* netns: Use net_eq() to compare net-namespaces for optimization.YOSHIFUJI Hideaki2008-07-19
* can: add sanity checksOliver Hartkopp2008-07-05
* can: Fix copy_from_user() results interpretationSam Ravnborg2008-04-27
* net: Fix wrong interpretation of some copy_to_user() results.Pavel Emelyanov2008-04-25
* [NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS.YOSHIFUJI Hideaki2008-03-26