summaryrefslogtreecommitdiffstats
path: root/net/can
AgeCommit message (Expand)AuthorLines
2013-05-28net: pass info struct via netdevice notifierJiri Pirko-8/+8
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-2/+2
2013-04-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-3/+3
2013-04-14net: sock: make sock_tx_timestamp voidDaniel Borkmann-3/+2
2013-04-09procfs: new helper - PDE_DATA(inode)Al Viro-2/+2
2013-04-09can: gw: use kmem_cache_free() instead of kfree()Wei Yongjun-3/+3
2013-03-22rtnetlink: Remove passing of attributes into rtnl_doit functionsThomas Graf-3/+2
2013-03-19can: dump stack on protocol bugsOliver Hartkopp-7/+4
2013-03-11net: can: af_can.c: Fix checkpatch warningsValentin Ilie-13/+8
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin-20/+16
2013-02-18net: proc: change proc_net_remove to remove_proc_entryGao feng-2/+2
2013-01-28can: rework skb reserved data handlingOliver Hartkopp-9/+7
2013-01-26can: gw: indicate and count deleted frames due to misconfigurationOliver Hartkopp-1/+11
2013-01-26can: gw: add a variable limit for CAN frame routingsOliver Hartkopp-16/+40
2013-01-26can: gw: make routing to the incoming CAN interface configurableOliver Hartkopp-0/+8
2013-01-26can: add private data space for CAN sk_buffsOliver Hartkopp-5/+15
2013-01-26can: Kconfig: switch on all CAN protocolls by defaultMarc Kleine-Budde-3/+3
2013-01-26can: Kconfig: convert 'depends on CAN' into 'if CAN...endif' blockMarc Kleine-Budde-3/+4
2012-12-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds-1/+1
2012-11-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-0/+3
2012-11-26can: bcm: initialize ifindex for timeouts without previous frame receptionOliver Hartkopp-0/+3
2012-11-19Fix misspellings of "whether" in comments.Adam Buchbinder-1/+1
2012-11-18net: Push capable(CAP_NET_ADMIN) into the rtnl methodsEric W. Biederman-0/+6
2012-10-06sections: fix section conflicts in net/canAndi Kleen-4/+4
2012-09-10netlink: Rename pid to portid to avoid confusionEric W. Biederman-1/+1
2012-07-10can: gw: Remove pointless castsThomas Graf-4/+2
2012-07-10can: gw: Properly fill the netlink header when responding to RTM_GETROUTEThomas Graf-3/+7
2012-07-10can: gw: Use nla_policy to validate netlink attributesThomas Graf-24/+23
2012-07-10can: gw: Don't bump nlmsg_len manuallyThomas Graf-26/+1
2012-07-02can: fix sparse warning in af_can.cOliver Hartkopp-3/+3
2012-06-19canfd: add support for CAN FD in CAN_RAW socketsOliver Hartkopp-4/+46
2012-06-19canfd: add support for CAN FD in PF_CAN coreOliver Hartkopp-27/+82
2012-06-19canfd: add new data structures and constantsOliver Hartkopp-0/+7
2012-06-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-3/+0
2012-06-15net: remove skb_orphan_try()Eric Dumazet-3/+0
2012-05-23can: update documentation wording error frames -> error messagesOliver Hartkopp-5/+5
2012-04-16can: fix sparse warning for cgw_listDaniel Baluta-1/+1
2011-10-17can: remove references to berlios mailinglistMarc Kleine-Budde-12/+0
2011-10-07Merge branch 'master' of github.com:davem330/netDavid S. Miller-29/+24
2011-09-29can bcm: fix incomplete tx_setup fixOliver Hartkopp-27/+21
2011-09-29can bcm: fix tx_setup off-by-one errorsOliver Hartkopp-6/+7
2011-09-22Merge branch 'master' of github.com:davem330/netDavid S. Miller-1/+1
2011-09-16can-gw: add netlink based CAN routingOliver Hartkopp-0/+973
2011-09-15net/can/af_can.c: Change del_timer to del_timer_syncrajan.aggarwal85@gmail.com-1/+1
2011-08-02rcu: convert uses of rcu_assign_pointer(x, NULL) to RCU_INIT_POINTERStephen Hemminger-2/+2
2011-06-17net/can: use printk_ratelimited() instead of printk_ratelimit()Manuel Zerpies-2/+3
2011-06-06net: remove interrupt.h inclusion from netdevice.hAlexey Dobriyan-0/+1
2011-05-26can: convert to %pK for kptr_restrict supportOliver Hartkopp-4/+3
2011-05-24net: convert %p usage to %pKDan Rosenberg-3/+3
2011-05-04can: rename can_try_module_get to can_get_protoKurt Van Dijck-4/+9