Commit Graph

151 Commits (5a31d594a9732a2fa2eb83b0c4dcba75da2dff5d)

Author SHA1 Message Date
Oliver Hartkopp 36c01245eb can: fix loss of CAN frames in raw_rcv 10 years ago
Oliver Hartkopp dd895d7f21 can: cangw: introduce optional uid to reference created routing jobs 10 years ago
Eric W. Biederman 11aa9c28b4 net: Pass kern from net_proto_family.create to sk_alloc 10 years ago
Oliver Hartkopp a5581ef4c2 can: introduce new raw socket option to join the given CAN filters 10 years ago
Oliver Hartkopp 514ac99c64 can: fix multiple delivery of a single CAN frame for overlapping CAN filters 10 years ago
Oliver Hartkopp 969439016d can: add missing initialisations in CAN related skbuffs 10 years ago
Ying Xue 1b78414047 net: Remove iocb argument from sendmsg and recvmsg 10 years ago
Eyal Birger b4772ef879 net: use common macro for assering skb->cb[] available size in protocol families 10 years ago
Johannes Berg 053c095a82 netlink: make nlmsg_end() and genlmsg_end() void 10 years ago
Jeremiah Mahler 069f8457ae can: fix spelling errors 10 years ago
Jeremiah Mahler b111b78c6e can: eliminate banner[] variable and switch to pr_info() 10 years ago
Al Viro 7eab8d9e8a new helper: memcpy_to_msg() 10 years ago
Al Viro 6ce8e9ce59 new helper: memcpy_from_msg() 10 years ago
Oliver Hartkopp 45c700291a can: add hash based access to single EFF frame filters 11 years ago
Oliver Hartkopp e3d3917f3d can: proc: make array printing function indenpendent from sff frames 11 years ago
Eric W. Biederman 90f62cf30a net: Use netlink_ns_capable to verify the permisions of netlink messages 11 years ago
Oliver Hartkopp 821047c405 can: remove CAN FD compatibility for CAN 2.0 sockets 11 years ago
Oliver Hartkopp 0ae89beb28 can: add destructor for self generated skbs 11 years ago
Rostislav Lisovy bb5ecb0c63 can: Propagate SO_PRIORITY of raw sockets to skbs 11 years ago
Steffen Hurrle 342dfc306f net: add build-time checks for msg->msg_name size 11 years ago
Ying Xue 5af28de353 can: use __dev_get_by_index instead of dev_get_by_index to find interface 11 years ago
Oliver Hartkopp c0ebbdd6b5 can: gw: remove obsolete checks 11 years ago
Joe Perches 348662a142 net: 8021q/bluetooth/bridge/can/ceph: Remove extern from function prototypes 11 years ago
Maxime Jayat 3f79410c7c treewide: Fix common typo in "identify" 12 years ago
Oliver Hartkopp 391ac1282d can: gw: add a per rule limitation of frame hops 12 years ago
Jiri Pirko 351638e7de net: pass info struct via netdevice notifier 12 years ago
Daniel Borkmann bf84a01063 net: sock: make sock_tx_timestamp void 12 years ago
Al Viro d9dda78bad procfs: new helper - PDE_DATA(inode) 12 years ago
Wei Yongjun 3480a21259 can: gw: use kmem_cache_free() instead of kfree() 12 years ago
Thomas Graf 661d2967b3 rtnetlink: Remove passing of attributes into rtnl_doit functions 12 years ago
Oliver Hartkopp c9bbb75f1d can: dump stack on protocol bugs 12 years ago
Valentin Ilie f4f3efdaf9 net: can: af_can.c: Fix checkpatch warnings 12 years ago
Sasha Levin b67bfe0d42 hlist: drop the node parameter from iterators 12 years ago
Gao feng ece31ffd53 net: proc: change proc_net_remove to remove_proc_entry 12 years ago
Oliver Hartkopp 2bf3440d7b can: rework skb reserved data handling 12 years ago
Oliver Hartkopp e6afa00a14 can: gw: indicate and count deleted frames due to misconfiguration 12 years ago
Oliver Hartkopp be286bafe1 can: gw: add a variable limit for CAN frame routings 12 years ago
Oliver Hartkopp d904d3edcb can: gw: make routing to the incoming CAN interface configurable 12 years ago
Oliver Hartkopp 156c2bb9f8 can: add private data space for CAN sk_buffs 12 years ago
Marc Kleine-Budde f66b0301fc can: Kconfig: switch on all CAN protocolls by default 12 years ago
Marc Kleine-Budde 77136836ae can: Kconfig: convert 'depends on CAN' into 'if CAN...endif' block 12 years ago
Oliver Hartkopp 81b401100c can: bcm: initialize ifindex for timeouts without previous frame reception 12 years ago
Adam Buchbinder 48fc7f7e78 Fix misspellings of "whether" in comments. 12 years ago
Eric W. Biederman dfc47ef863 net: Push capable(CAP_NET_ADMIN) into the rtnl methods 12 years ago
Andi Kleen 6299b669b1 sections: fix section conflicts in net/can 13 years ago
Eric W. Biederman 15e473046c netlink: Rename pid to portid to avoid confusion 13 years ago
Thomas Graf 5d91efa8dd can: gw: Remove pointless casts 13 years ago
Thomas Graf 1da0faa380 can: gw: Properly fill the netlink header when responding to RTM_GETROUTE 13 years ago
Thomas Graf 732d35fd08 can: gw: Use nla_policy to validate netlink attributes 13 years ago
Thomas Graf 6eaf53ca7b can: gw: Don't bump nlmsg_len manually 13 years ago