aboutsummaryrefslogtreecommitdiffstats
path: root/net/can
AgeCommit message (Expand)AuthorFilesLines
2015-03-09can: add missing initialisations in CAN related skbuffsOliver Hartkopp1-0/+3
2015-01-18netlink: make nlmsg_end() and genlmsg_end() voidJohannes Berg1-1/+2
2014-12-07can: fix spelling errorsJeremiah Mahler3-8/+8
2014-12-07can: eliminate banner[] variable and switch to pr_info()Jeremiah Mahler3-10/+3
2014-11-24new helper: memcpy_to_msg()Al Viro2-2/+2
2014-11-24new helper: memcpy_from_msg()Al Viro2-12/+9
2014-05-19can: add hash based access to single EFF frame filtersOliver Hartkopp3-9/+75
2014-05-19can: proc: make array printing function indenpendent from sff framesOliver Hartkopp2-13/+19
2014-04-24net: Use netlink_ns_capable to verify the permisions of netlink messagesEric W. Biederman1-2/+2
2014-03-03can: remove CAN FD compatibility for CAN 2.0 socketsOliver Hartkopp1-21/+5
2014-01-30Merge tag 'linux-can-fixes-for-3.14-20140129' of git://gitorious.org/linux-ca...David S. Miller1-0/+1
2014-01-30can: add destructor for self generated skbsOliver Hartkopp2-3/+4
2014-01-29can: Propagate SO_PRIORITY of raw sockets to skbsRostislav Lisovy1-0/+1
2014-01-18net: add build-time checks for msg->msg_name sizeSteffen Hurrle2-4/+4
2014-01-14can: use __dev_get_by_index instead of dev_get_by_index to find interfaceYing Xue1-10/+5
2013-12-21can: gw: remove obsolete checksOliver Hartkopp1-4/+2
2013-11-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2013-10-19net: 8021q/bluetooth/bridge/can/ceph: Remove extern from function prototypesJoe Perches1-3/+3
2013-10-14treewide: Fix common typo in "identify"Maxime Jayat1-1/+1
2013-08-29can: gw: add a per rule limitation of frame hopsOliver Hartkopp1-4/+31
2013-05-28net: pass info struct via netdevice notifierJiri Pirko4-8/+8
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2-2/+2
2013-04-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+3
2013-04-14net: sock: make sock_tx_timestamp voidDaniel Borkmann1-3/+2
2013-04-09procfs: new helper - PDE_DATA(inode)Al Viro2-2/+2
2013-04-09can: gw: use kmem_cache_free() instead of kfree()Wei Yongjun1-3/+3
2013-03-22rtnetlink: Remove passing of attributes into rtnl_doit functionsThomas Graf1-3/+2
2013-03-19can: dump stack on protocol bugsOliver Hartkopp1-7/+4
2013-03-11net: can: af_can.c: Fix checkpatch warningsValentin Ilie1-13/+8
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin3-20/+16
2013-02-18net: proc: change proc_net_remove to remove_proc_entryGao feng2-2/+2
2013-01-28can: rework skb reserved data handlingOliver Hartkopp3-9/+7
2013-01-26can: gw: indicate and count deleted frames due to misconfigurationOliver Hartkopp1-1/+11
2013-01-26can: gw: add a variable limit for CAN frame routingsOliver Hartkopp1-16/+40
2013-01-26can: gw: make routing to the incoming CAN interface configurableOliver Hartkopp1-0/+8
2013-01-26can: add private data space for CAN sk_buffsOliver Hartkopp2-5/+15
2013-01-26can: Kconfig: switch on all CAN protocolls by defaultMarc Kleine-Budde1-3/+3
2013-01-26can: Kconfig: convert 'depends on CAN' into 'if CAN...endif' blockMarc Kleine-Budde1-3/+4
2012-12-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2012-11-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+3
2012-11-26can: bcm: initialize ifindex for timeouts without previous frame receptionOliver Hartkopp1-0/+3
2012-11-19Fix misspellings of "whether" in comments.Adam Buchbinder1-1/+1
2012-11-18net: Push capable(CAP_NET_ADMIN) into the rtnl methodsEric W. Biederman1-0/+6
2012-10-06sections: fix section conflicts in net/canAndi Kleen4-4/+4
2012-09-10netlink: Rename pid to portid to avoid confusionEric W. Biederman1-1/+1
2012-07-10can: gw: Remove pointless castsThomas Graf1-4/+2
2012-07-10can: gw: Properly fill the netlink header when responding to RTM_GETROUTEThomas Graf1-3/+7
2012-07-10can: gw: Use nla_policy to validate netlink attributesThomas Graf1-24/+23
2012-07-10can: gw: Don't bump nlmsg_len manuallyThomas Graf1-26/+1
2012-07-02can: fix sparse warning in af_can.cOliver Hartkopp2-3/+3
2012-06-19canfd: add support for CAN FD in CAN_RAW socketsOliver Hartkopp1-4/+46
2012-06-19canfd: add support for CAN FD in PF_CAN coreOliver Hartkopp1-27/+82
2012-06-19canfd: add new data structures and constantsOliver Hartkopp1-0/+7
2012-06-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+0
2012-06-15net: remove skb_orphan_try()Eric Dumazet1-3/+0
2012-05-23can: update documentation wording error frames -> error messagesOliver Hartkopp1-5/+5
2012-04-16can: fix sparse warning for cgw_listDaniel Baluta1-1/+1
2011-10-17can: remove references to berlios mailinglistMarc Kleine-Budde6-12/+0
2011-10-07Merge branch 'master' of github.com:davem330/netDavid S. Miller1-29/+24
2011-09-29can bcm: fix incomplete tx_setup fixOliver Hartkopp1-27/+21
2011-09-29can bcm: fix tx_setup off-by-one errorsOliver Hartkopp1-6/+7
2011-09-22Merge branch 'master' of github.com:davem330/netDavid S. Miller1-1/+1
2011-09-16can-gw: add netlink based CAN routingOliver Hartkopp3-0/+973
2011-09-15net/can/af_can.c: Change del_timer to del_timer_syncrajan.aggarwal85@gmail.com1-1/+1
2011-08-02rcu: convert uses of rcu_assign_pointer(x, NULL) to RCU_INIT_POINTERStephen Hemminger1-2/+2
2011-06-17net/can: use printk_ratelimited() instead of printk_ratelimit()Manuel Zerpies1-2/+3
2011-06-06net: remove interrupt.h inclusion from netdevice.hAlexey Dobriyan1-0/+1
2011-05-26can: convert to %pK for kptr_restrict supportOliver Hartkopp1-4/+3
2011-05-24net: convert %p usage to %pKDan Rosenberg1-3/+3
2011-05-04can: rename can_try_module_get to can_get_protoKurt Van Dijck1-4/+9
2011-05-04can: make struct can_proto constKurt Van Dijck3-8/+8
2011-04-26Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2-2/+12
2011-04-20can: add missing socket check in can/raw releaseOliver Hartkopp1-1/+6
2011-04-19can: Add missing socket check in can/bcm release.Dave Jones1-1/+6
2011-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-1/+1
2011-04-06can: convert protocol handling to RCUOliver Hartkopp1-20/+32
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-03-27can: make struct proto constOliver Hartkopp3-10/+7
2011-01-15can: test size of struct sockaddr in sendmsgKurt Van Dijck2-0/+6
2011-01-04Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-2/+2
2010-12-31CAN: Use inode instead of kernel address for /proc fileDan Rosenberg1-2/+2
2010-11-22Net: can: Makefile: Remove deprecated kbuild goal definitionsTracey Dent1-3/+3
2010-11-12can-bcm: fix minor heap overflowOliver Hartkopp1-1/+1
2010-10-21can-raw: add msg_flags to distinguish local trafficOliver Hartkopp1-3/+30
2010-08-19net: simplify flags for tx timestampingOliver Hartkopp1-2/+2
2010-08-11can: add limit for nframes and clean up signed/unsigned variablesOliver Hartkopp1-14/+27
2010-08-03can-raw: Fix skb_orphan_try handlingOliver Hartkopp1-0/+4
2010-05-31net/can: Use memdup_userJulia Lawall1-8/+3
2010-05-17net: Remove unnecessary returns from void function()sJoe Perches1-2/+0
2010-04-13can: avoids a false warningEric Dumazet1-1/+1
2010-04-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-0/+3
2010-04-01net: check the length of the socket address passed to connect(2)Changli Gao1-0/+3
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2-0/+2
2010-02-02can: deny filterlist access on non-CAN interfacesOliver Hartkopp1-0/+6
2010-01-03can: Speed up CAN frame receiption by using ml_privOliver Hartkopp3-119/+96
2009-11-29net: Move && and || to end of previous lineJoe Perches1-4/+4
2009-11-25net: use net_eq to compare netsOctavian Purdila1-1/+1
2009-11-10CAN: use dev_get_by_index_rcustephen hemminger1-3/+3
2009-11-08Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-7/+12
2009-11-08can: should not use __dev_get_by_index() without locksEric Dumazet1-7/+12
2009-11-05net: pass kern to net_proto_family create functionEric Paris1-1/+2
2009-11-05net: drop capability from protocol definitionsEric Paris3-7/+0
2009-10-29net: Cleanup redundant tests on unsignedroel kluin1-2/+0
2009-10-12net: Generalize socket rx gap / receive queue overflow cmsgNeil Horman2-2/+2
2009-10-07net: mark net_proto_ops as constStephen Hemminger1-1/+1
2009-09-30net: Make setsockopt() optlen be unsigned.David S. Miller1-1/+1
2009-09-15can: fix NOHZ local_softirq_pending 08 warningOliver Hartkopp1-1/+3
2009-08-30can: use correct NET_RX_ return valuesOliver Hartkopp1-2/+2
2009-08-29can: switch to seq_fileAlexey Dobriyan2-199/+167
2009-08-14can: Use WARN_ONCE() instead of BUG_ON() for sanity check in receive pathOliver Hartkopp1-5/+13
2009-08-09can: Fix raw_getname() leakEric Dumazet1-0/+1
2009-07-15net/can: add module alias to can protocol driversLothar Waßmann2-0/+2
2009-07-15net/can bugfix: use after free bug in can protocol driversLothar Waßmann2-0/+6
2009-06-10can: af_can.c use rcu_barrier() on module unload.Jesper Dangaard Brouer1-0/+2
2009-04-17can: Network Drop Monitor: Make use of consume_skb() in af_can.cOliver Hartkopp1-2/+2
2009-03-31proc 2/2: remove struct proc_dir_entry::ownerAlexey Dobriyan2-6/+0
2009-02-26can: remove some pointless conditionals before kfree_skb()Wei Yongjun1-2/+1
2009-02-15ip: support for TX timestamps on UDP and RAW socketsPatrick Ohly1-0/+3
2009-02-01net: replace uses of __constant_{endian}Harvey Harrison1-1/+1
2009-01-14can: fix slowpath issue in hrtimer callback functionOliver Hartkopp1-27/+30
2009-01-06can: omit unneeded skb_clone() callsOliver Hartkopp3-21/+21
2009-01-04can: update can-bcm for hrtimer hardirq callbacksOliver Hartkopp1-83/+125
2008-12-14can: merge error pathsIlpo Järvinen1-10/+12
2008-12-04can: omit received RTR frames for single ID filter listsOliver Hartkopp1-1/+4
2008-12-03can: Fix CAN_(EFF|RTR)_FLAG handling in can_filterOliver Hartkopp2-18/+52
2008-10-16net: Remove CONFIG_KMOD from net/ (towards removing CONFIG_KMOD entirely)Johannes Berg1-2/+2
2008-07-19netns: Use net_eq() to compare net-namespaces for optimization.YOSHIFUJI Hideaki3-4/+4
2008-07-05can: add sanity checksOliver Hartkopp3-4/+32
2008-05-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-4/+12
2008-05-08can: Fix can_send() handling on dev_queue_xmit() failuresOliver Hartkopp1-4/+12
2008-05-03hrtimer: remove duplicate helper functionOliver Hartkopp1-6/+0
2008-04-27can: Fix copy_from_user() results interpretationSam Ravnborg1-11/+10
2008-04-25net: Fix wrong interpretation of some copy_to_user() results.Pavel Emelyanov1-1/+2
2008-04-15CAN: use hrtimers in can-bcm protocolOliver Hartkopp1-121/+130
2008-03-26[NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS.YOSHIFUJI Hideaki3-4/+4
2008-02-07[CAN]: Minor clean-upsUrs Thuermann1-15/+9
2008-02-07[CAN]: Move proto_{,un}register() out of spin-locked regionUrs Thuermann1-13/+14
2008-02-07[CAN]: Clean up module auto loadingUrs Thuermann1-12/+6
2008-01-28[CAN]: Add virtual CAN netdevice driverOliver Hartkopp1-0/+3
2008-01-28[CAN]: Add broadcast manager (bcm) protocolOliver Hartkopp3-0/+1577
2008-01-28[CAN]: Add raw protocolOliver Hartkopp3-0/+777
2008-01-28[CAN]: Add PF_CAN core moduleOliver Hartkopp5-0/+1539