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