summaryrefslogtreecommitdiff
path: root/net/can
AgeCommit message (Expand)Author
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
2011-04-26Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2011-04-20can: add missing socket check in can/raw releaseOliver Hartkopp
2011-04-19can: Add missing socket check in can/bcm release.Dave Jones
2011-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2011-04-06can: convert protocol handling to RCUOliver Hartkopp
2011-03-31Fix common misspellingsLucas De Marchi
2011-03-27can: make struct proto constOliver Hartkopp
2011-01-15can: test size of struct sockaddr in sendmsgKurt Van Dijck
2011-01-04Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-12-31CAN: Use inode instead of kernel address for /proc fileDan Rosenberg
2010-11-22Net: can: Makefile: Remove deprecated kbuild goal definitionsTracey Dent
2010-11-12can-bcm: fix minor heap overflowOliver Hartkopp
2010-10-21can-raw: add msg_flags to distinguish local trafficOliver Hartkopp
2010-08-19net: simplify flags for tx timestampingOliver Hartkopp
2010-08-11can: add limit for nframes and clean up signed/unsigned variablesOliver Hartkopp
2010-08-03can-raw: Fix skb_orphan_try handlingOliver Hartkopp
2010-05-31net/can: Use memdup_userJulia Lawall