summaryrefslogtreecommitdiffstats
path: root/net/can
Commit message (Expand)AuthorAge
...
* can: af_can: Fix error path of can_init()YueHaibing2019-06-07
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-21
* netlink: make validation more configurable for future strictnessJohannes Berg2019-04-27
* net: rework SIOCGSTAMP ioctl handlingArnd Bergmann2019-04-19
* can: bcm: check timer values before ktime conversionOliver Hartkopp2019-01-22
* can: gw: ensure DLC boundaries after CAN frame modificationOliver Hartkopp2019-01-07
* net: add missing SOF_TIMESTAMPING_OPT_ID supportWillem de Bruijn2018-12-18
* can: raw: check for CAN FD capable netdev in raw_sendmsg()Oliver Hartkopp2018-11-09
* Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds2018-06-28
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-12
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-12
* Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2018-06-04
|\
| * net: convert datagram_poll users tp ->poll_maskChristoph Hellwig2018-05-26
* | proc: introduce proc_create_net_singleChristoph Hellwig2018-05-16
* | net/can: single_open_net needs to be paired with single_release_netChristoph Hellwig2018-05-14
|/
* net: Drop pernet_operations::asyncKirill Tkhai2018-03-27
* net: Use octal not symbolic permissionsJoe Perches2018-03-26
* net: Convert can_pernet_opsKirill Tkhai2018-03-22
* net: Convert cangw_pernet_opsKirill Tkhai2018-03-05
* net: Convert /proc creating and destroying pernet_operationsKirill Tkhai2018-02-27
* net: make getname() functions return length rather than use int* parameterDenys Vlasenko2018-02-12
* can: migrate documentation to restructured textRobert Schwebel2018-01-26
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-01-19
|\
| * can: af_can: canfd_rcv(): replace WARN_ONCE by pr_warn_onceMarc Kleine-Budde2018-01-18
| * can: af_can: can_rcv(): replace WARN_ONCE by pr_warn_onceMarc Kleine-Budde2018-01-18
* | net: delete /proc THIS_MODULE referencesAlexey Dobriyan2018-01-16
* | can: af_can: give struct holding the CAN per device receive lists a sensible ...Marc Kleine-Budde2018-01-05
* | can: raw: raw_bind(): bail out if can_family is not AF_CANMarc Kleine-Budde2018-01-05
* | net: use rtnl_register_module where neededFlorian Westphal2017-12-04
|/
* treewide: Remove TIMER_FUNC_TYPE and TIMER_DATA_TYPE castsKees Cook2017-11-21
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-11-03
|\
| * License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-02
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-10-22
|\|
| * can: af_can: can_pernet_init(): add missing error handling for kzalloc return...Marc Kleine-Budde2017-10-19
| * can: af_can: do not access proto_tab directly use rcu_access_pointer insteadMarc Kleine-Budde2017-10-19
| * can: bcm: check for null sk before deferencing it via the call to sock_netColin Ian King2017-10-19
* | net: can: Convert timers to use timer_setup()Kees Cook2017-10-18
|/
* rtnetlink: make rtnl_register accept a flags parameterFlorian Westphal2017-08-09
* networking: introduce and use skb_put_data()Johannes Berg2017-06-16
* can: af_can: namespace support: fix lockdep splat: properly initialize spin_lockMarc Kleine-Budde2017-06-09
* can: fix CAN BCM build with CONFIG_PROC_FS disabledOliver Hartkopp2017-04-27
* can: network namespace support for CAN gatewayOliver Hartkopp2017-04-25
* can: network namespace support for CAN_BCM protocolOliver Hartkopp2017-04-25
* can: complete initial namespace supportOliver Hartkopp2017-04-25
* can: remove obsolete definitionsOliver Hartkopp2017-04-25
* can: remove obsolete pernet_operations definitionsOliver Hartkopp2017-04-25
* can: fix memory leak in initial namespace supportOliver 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