summaryrefslogtreecommitdiffstats
path: root/net/can
Commit message (Expand)AuthorAgeFilesLines
* 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: add limit for nframes and clean up signed/unsigned variablesOliver Hartkopp2010-08-111-14/+27
* can-raw: Fix skb_orphan_try handlingOliver Hartkopp2010-08-031-0/+4
* net/can: Use memdup_userJulia Lawall2010-05-311-8/+3
* net: Remove unnecessary returns from void function()sJoe Perches2010-05-171-2/+0
* can: avoids a false warningEric Dumazet2010-04-131-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2010-04-061-0/+3
|\
| * net: check the length of the socket address passed to connect(2)Changli Gao2010-04-011-0/+3
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-302-0/+2
|/
* can: deny filterlist access on non-CAN interfacesOliver Hartkopp2010-02-021-0/+6
* can: Speed up CAN frame receiption by using ml_privOliver Hartkopp2010-01-033-119/+96
* net: Move && and || to end of previous lineJoe Perches2009-11-291-4/+4
* net: use net_eq to compare netsOctavian Purdila2009-11-251-1/+1
* CAN: use dev_get_by_index_rcustephen hemminger2009-11-101-3/+3
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-11-081-7/+12
|\
| * can: should not use __dev_get_by_index() without locksEric Dumazet2009-11-081-7/+12
* | net: pass kern to net_proto_family create functionEric Paris2009-11-051-1/+2
* | net: drop capability from protocol definitionsEric Paris2009-11-053-7/+0
* | net: Cleanup redundant tests on unsignedroel kluin2009-10-291-2/+0
* | net: Generalize socket rx gap / receive queue overflow cmsgNeil Horman2009-10-122-2/+2
* | net: mark net_proto_ops as constStephen Hemminger2009-10-071-1/+1
|/
* net: Make setsockopt() optlen be unsigned.David S. Miller2009-09-301-1/+1
* can: fix NOHZ local_softirq_pending 08 warningOliver Hartkopp2009-09-151-1/+3
* can: use correct NET_RX_ return valuesOliver Hartkopp2009-08-301-2/+2
* can: switch to seq_fileAlexey Dobriyan2009-08-292-199/+167
* can: Use WARN_ONCE() instead of BUG_ON() for sanity check in receive pathOliver Hartkopp2009-08-141-5/+13
* can: Fix raw_getname() leakEric Dumazet2009-08-091-0/+1
* net/can: add module alias to can protocol driversLothar Waßmann2009-07-152-0/+2
* net/can bugfix: use after free bug in can protocol driversLothar Waßmann2009-07-152-0/+6
* can: af_can.c use rcu_barrier() on module unload.Jesper Dangaard Brouer2009-06-101-0/+2
* can: Network Drop Monitor: Make use of consume_skb() in af_can.cOliver Hartkopp2009-04-171-2/+2
* proc 2/2: remove struct proc_dir_entry::ownerAlexey Dobriyan2009-03-312-6/+0
* can: remove some pointless conditionals before kfree_skb()Wei Yongjun2009-02-261-2/+1
* ip: support for TX timestamps on UDP and RAW socketsPatrick Ohly2009-02-151-0/+3
* net: replace uses of __constant_{endian}Harvey Harrison2009-02-011-1/+1
* can: fix slowpath issue in hrtimer callback functionOliver Hartkopp2009-01-141-27/+30
* can: omit unneeded skb_clone() callsOliver Hartkopp2009-01-063-21/+21
* can: update can-bcm for hrtimer hardirq callbacksOliver Hartkopp2009-01-041-83/+125
* can: merge error pathsIlpo Järvinen2008-12-141-10/+12
* can: omit received RTR frames for single ID filter listsOliver Hartkopp2008-12-041-1/+4
* can: Fix CAN_(EFF|RTR)_FLAG handling in can_filterOliver Hartkopp2008-12-032-18/+52
* net: Remove CONFIG_KMOD from net/ (towards removing CONFIG_KMOD entirely)Johannes Berg2008-10-161-2/+2
* netns: Use net_eq() to compare net-namespaces for optimization.YOSHIFUJI Hideaki2008-07-193-4/+4
* can: add sanity checksOliver Hartkopp2008-07-053-4/+32
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2008-05-081-4/+12
|\
| * can: Fix can_send() handling on dev_queue_xmit() failuresOliver Hartkopp2008-05-081-4/+12
* | hrtimer: remove duplicate helper functionOliver Hartkopp2008-05-031-6/+0
|/
* 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
OpenPOWER on IntegriCloud