summaryrefslogtreecommitdiff
path: root/net/can/gw.c
AgeCommit message (Expand)Author
2017-08-09rtnetlink: make rtnl_register accept a flags parameterFlorian Westphal
2017-04-25can: network namespace support for CAN gatewayOliver Hartkopp
2017-04-17net: rtnetlink: plumb extended ack to doit functionDavid Ahern
2017-04-13netlink: pass extended ACK struct to parsing functionsJohannes Berg
2017-04-04can: initial support for network namespacesMario Kicherer
2017-01-29can: Fix kernel panic at security_sock_rcv_skbEric Dumazet
2016-12-25ktime: Get rid of the unionThomas Gleixner
2015-06-09can: cangw: introduce optional uid to reference created routing jobsOliver Hartkopp
2015-01-18netlink: make nlmsg_end() and genlmsg_end() voidJohannes Berg
2014-12-07can: fix spelling errorsJeremiah Mahler
2014-04-24net: Use netlink_ns_capable to verify the permisions of netlink messagesEric W. Biederman
2014-01-14can: use __dev_get_by_index instead of dev_get_by_index to find interfaceYing Xue
2013-12-21can: gw: remove obsolete checksOliver Hartkopp
2013-08-29can: gw: add a per rule limitation of frame hopsOliver Hartkopp
2013-05-28net: pass info struct via netdevice notifierJiri Pirko
2013-04-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
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-02-27hlist: drop the node parameter from iteratorsSasha Levin
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
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-04-16can: fix sparse warning for cgw_listDaniel Baluta
2011-10-17can: remove references to berlios mailinglistMarc Kleine-Budde
2011-09-16can-gw: add netlink based CAN routingOliver Hartkopp