summaryrefslogtreecommitdiffstats
path: root/net/can
Commit message (Expand)AuthorAgeFilesLines
* 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-021-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-043-119/+96Star
* net: Move && and || to end of previous lineJoe Perches2009-11-301-4/+4
* net: use net_eq to compare netsOctavian Purdila2009-11-261-1/+1
* CAN: use dev_get_by_index_rcustephen hemminger2009-11-111-3/+3
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-11-091-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-061-1/+2
* | net: drop capability from protocol definitionsEric Paris2009-11-063-7/+0Star
* | net: Cleanup redundant tests on unsignedroel kluin2009-10-291-2/+0Star
* | 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-10-011-1/+1
* can: fix NOHZ local_softirq_pending 08 warningOliver Hartkopp2009-09-151-1/+3
* can: use correct NET_RX_ return valuesOliver Hartkopp2009-08-311-2/+2
* can: switch to seq_fileAlexey Dobriyan2009-08-292-199/+167Star
* can: Use WARN_ONCE() instead of BUG_ON() for sanity check in receive pathOliver Hartkopp2009-08-151-5/+13
* can: Fix raw_getname() leakEric Dumazet2009-08-101-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-302-6/+0Star
* can: remove some pointless conditionals before kfree_skb()Wei Yongjun2009-02-271-2/+1Star
* ip: support for TX timestamps on UDP and RAW socketsPatrick Ohly2009-02-161-0/+3
* net: replace uses of __constant_{endian}Harvey Harrison2009-02-011-1/+1
* can: fix slowpath issue in hrtimer callback functionOliver Hartkopp2009-01-151-27/+30
* can: omit unneeded skb_clone() callsOliver Hartkopp2009-01-063-21/+21
* can: update can-bcm for hrtimer hardirq callbacksOliver Hartkopp2009-01-051-83/+125
* can: merge error pathsIlpo Järvinen2008-12-151-10/+12
* can: omit received RTR frames for single ID filter listsOliver Hartkopp2008-12-051-1/+4
* can: Fix CAN_(EFF|RTR)_FLAG handling in can_filterOliver Hartkopp2008-12-042-18/+52
* net: Remove CONFIG_KMOD from net/ (towards removing CONFIG_KMOD entirely)Johannes Berg2008-10-171-2/+2
* netns: Use net_eq() to compare net-namespaces for optimization.YOSHIFUJI Hideaki2008-07-203-4/+4
* can: add sanity checksOliver Hartkopp2008-07-063-4/+32
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2008-05-091-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/+0Star
|/
* can: Fix copy_from_user() results interpretationSam Ravnborg2008-04-271-11/+10Star
* net: Fix wrong interpretation of some copy_to_user() results.Pavel Emelyanov2008-04-251-1/+2
* CAN: use hrtimers in can-bcm protocolOliver Hartkopp2008-04-161-121/+130
* [NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS.YOSHIFUJI Hideaki2008-03-253-4/+4
* [CAN]: Minor clean-upsUrs Thuermann2008-02-081-15/+9Star
* [CAN]: Move proto_{,un}register() out of spin-locked regionUrs Thuermann2008-02-081-13/+14
* [CAN]: Clean up module auto loadingUrs Thuermann2008-02-081-12/+6Star
* [CAN]: Add virtual CAN netdevice driverOliver Hartkopp2008-01-281-0/+3