summaryrefslogtreecommitdiffstats
path: root/net/can/raw.c
Commit message (Expand)AuthorAgeFilesLines
* 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