summaryrefslogtreecommitdiff
path: root/net/can/gw.c
Commit message (Expand)AuthorAge
* net: use rtnl_register_module where neededFlorian Westphal2017-12-04
* rtnetlink: make rtnl_register accept a flags parameterFlorian Westphal2017-08-09
* can: network namespace support for CAN gatewayOliver Hartkopp2017-04-25
* net: rtnetlink: plumb extended ack to doit functionDavid Ahern2017-04-17
* netlink: pass extended ACK struct to parsing functionsJohannes Berg2017-04-13
* can: initial support for network namespacesMario Kicherer2017-04-04
* can: Fix kernel panic at security_sock_rcv_skbEric Dumazet2017-01-29
* ktime: Get rid of the unionThomas Gleixner2016-12-25
* can: cangw: introduce optional uid to reference created routing jobsOliver Hartkopp2015-06-09
* netlink: make nlmsg_end() and genlmsg_end() voidJohannes Berg2015-01-18
* can: fix spelling errorsJeremiah Mahler2014-12-07
* net: Use netlink_ns_capable to verify the permisions of netlink messagesEric W. Biederman2014-04-24
* can: use __dev_get_by_index instead of dev_get_by_index to find interfaceYing Xue2014-01-14
* can: gw: remove obsolete checksOliver Hartkopp2013-12-21
* can: gw: add a per rule limitation of frame hopsOliver Hartkopp2013-08-29
* net: pass info struct via netdevice notifierJiri Pirko2013-05-28
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-04-22
|\
| * can: gw: use kmem_cache_free() instead of kfree()Wei Yongjun2013-04-09
* | rtnetlink: Remove passing of attributes into rtnl_doit functionsThomas Graf2013-03-22
|/
* hlist: drop the node parameter from iteratorsSasha Levin2013-02-27
* can: rework skb reserved data handlingOliver Hartkopp2013-01-28
* can: gw: indicate and count deleted frames due to misconfigurationOliver Hartkopp2013-01-26
* can: gw: add a variable limit for CAN frame routingsOliver Hartkopp2013-01-26
* can: gw: make routing to the incoming CAN interface configurableOliver Hartkopp2013-01-26
* net: Push capable(CAP_NET_ADMIN) into the rtnl methodsEric W. Biederman2012-11-18
* sections: fix section conflicts in net/canAndi Kleen2012-10-06
* netlink: Rename pid to portid to avoid confusionEric W. Biederman2012-09-10
* can: gw: Remove pointless castsThomas Graf2012-07-10
* can: gw: Properly fill the netlink header when responding to RTM_GETROUTEThomas Graf2012-07-10
* can: gw: Use nla_policy to validate netlink attributesThomas Graf2012-07-10
* can: gw: Don't bump nlmsg_len manuallyThomas Graf2012-07-10
* can: fix sparse warning for cgw_listDaniel Baluta2012-04-16
* can: remove references to berlios mailinglistMarc Kleine-Budde2011-10-17
* can-gw: add netlink based CAN routingOliver Hartkopp2011-09-16