summaryrefslogtreecommitdiff
path: root/net/can/gw.c
AgeCommit message (Expand)AuthorFilesLines
2019-01-26can: gw: ensure DLC boundaries after CAN frame modificationOliver Hartkopp1-3/+27
2017-04-18can: Fix kernel panic at security_sock_rcv_skbEric Dumazet1-1/+1
2014-04-24net: Use netlink_ns_capable to verify the permisions of netlink messagesEric W. Biederman1-2/+2
2014-01-15can: use __dev_get_by_index instead of dev_get_by_index to find interfaceYing Xue1-10/+5
2013-12-21can: gw: remove obsolete checksOliver Hartkopp1-4/+2
2013-08-30can: gw: add a per rule limitation of frame hopsOliver Hartkopp1-4/+31
2013-05-29net: pass info struct via netdevice notifierJiri Pirko1-2/+2
2013-04-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+3
2013-04-09can: gw: use kmem_cache_free() instead of kfree()Wei Yongjun1-3/+3
2013-03-22rtnetlink: Remove passing of attributes into rtnl_doit functionsThomas Graf1-3/+2
2013-02-28hlist: drop the node parameter from iteratorsSasha Levin1-8/+7
2013-01-29can: rework skb reserved data handlingOliver Hartkopp1-3/+1
2013-01-26can: gw: indicate and count deleted frames due to misconfigurationOliver Hartkopp1-1/+11
2013-01-26can: gw: add a variable limit for CAN frame routingsOliver Hartkopp1-16/+40
2013-01-26can: gw: make routing to the incoming CAN interface configurableOliver Hartkopp1-0/+8
2012-11-19net: Push capable(CAP_NET_ADMIN) into the rtnl methodsEric W. Biederman1-0/+6
2012-10-05sections: fix section conflicts in net/canAndi Kleen1-1/+1
2012-09-10netlink: Rename pid to portid to avoid confusionEric W. Biederman1-1/+1
2012-07-11can: gw: Remove pointless castsThomas Graf1-4/+2
2012-07-11can: gw: Properly fill the netlink header when responding to RTM_GETROUTEThomas Graf1-3/+7
2012-07-11can: gw: Use nla_policy to validate netlink attributesThomas Graf1-24/+23
2012-07-11can: gw: Don't bump nlmsg_len manuallyThomas Graf1-26/+1
2012-04-16can: fix sparse warning for cgw_listDaniel Baluta1-1/+1
2011-10-18can: remove references to berlios mailinglistMarc Kleine-Budde1-2/+0
2011-09-17can-gw: add netlink based CAN routingOliver Hartkopp1-0/+959