summaryrefslogtreecommitdiffstats
path: root/net/decnet
AgeCommit message (Expand)Author
2021-07-16net: decnet: Fix sleeping inside in af_decnetYajun Deng
2021-06-02decnet: Fix spelling mistakesZheng Yongjun
2021-03-30net/decnet: Delete obsolete TODO fileWang Qing
2021-03-25net: decnet: Fix a typo in dn_nsp_in.cLu Wei
2021-03-24net: decnet: Fixed multiple Coding Style issuesSai Kalyaan Palla
2021-03-20net: decnet: Fixed multiple coding style issuesSai Kalyaan Palla
2021-03-10decnet: Fix fall-through warnings for ClangGustavo A. R. Silva
2021-01-27net: decnet: fix netdev refcount leaking on error pathVadim Fedorenko
2020-11-16treewide: rename nla_strlcpy to nla_strscpy.Francis Laniel
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-08-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2020-07-29netfilter: Replace HTTP links with HTTPS onesAlexander A. Klimov
2020-07-24net: pass a sockptr_t into ->setsockoptChristoph Hellwig
2020-07-24netfilter: switch nf_setsockopt to sockptr_tChristoph Hellwig
2020-07-17net: decnet: af_decnet: Simplify goto loop.Suraj Upadhyay
2020-07-15decnet: dn_dev: Remove an unnecessary label.Suraj Upadhyay
2020-07-13net: decnet: kerneldoc fixesAndrew Lunn
2020-06-23dn_route_rcv: remove redundant dev null checkGaurav Singh
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada
2020-05-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2020-04-28docs: networking: convert decnet.txt to ReSTMauro Carvalho Chehab
2020-04-27sysctl: pass kernel pointers to ->proc_handlerChristoph Hellwig
2020-03-23Remove DST_HOSTDavid Laight
2020-01-09net: Make sock protocol value checks more specificMat Martineau
2019-12-24net: add bool confirm_neigh parameter for dst_ops.update_pmtuHangbin Liu
2019-11-06net: use helpers to change sk_ack_backlogEric Dumazet
2019-10-28net: use skb_queue_empty_lockless() in poll() handlersEric Dumazet
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 53Thomas Gleixner
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 24Thomas Gleixner
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2019-04-27netlink: make validation more configurable for future strictnessJohannes Berg
2019-04-27net: fix two coding style issuesMichal Kubecek
2019-04-27netlink: make nla_nest_start() add NLA_F_NESTED flagMichal Kubecek
2019-04-22net: Rename net/nexthop.h net/rtnh.hDavid Ahern
2019-04-01net: use rcu_dereference_protected to fetch sk_dst_cache in sk_destructXin Long
2019-01-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-01-27decnet: fix DN_IFREQ_SIZEJohannes Berg
2019-01-16net, decnet: use struct_size() in kzalloc()Gustavo A. R. Silva
2018-12-28mm: convert totalram_pages and totalhigh_pages variables to atomicArun KS
2018-12-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2018-12-01net/decnet: Replace rcu_barrier_bh() with rcu_barrier()Paul E. McKenney
2018-11-16net/decnet: add missing indentationColin Ian King
2018-09-21decnet: Remove unnecessary check for dev->nameNathan Chancellor
2018-08-09decnet: fix using plain integer as NULL warningYueHaibing
2018-07-24decnet: whitespace fixesStephen Hemminger
2018-07-05net: decnet: dn_nsp_in: mark expected switch fall-throughGustavo A. R. Silva
2018-06-28Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds
2018-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2018-06-04Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2018-05-26net: convert datagram_poll users tp ->poll_maskChristoph Hellwig