aboutsummaryrefslogtreecommitdiffstats
path: root/net/decnet (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-08-05net: Remove redundant if statementsYajun Deng3-18/+9
2021-08-03net: decnet: Fix refcount warning for new dn_fib_infoYajun Deng1-1/+1
2021-07-30net: convert fib_treeref from int to refcount_tYajun Deng1-3/+3
2021-07-16net: decnet: Fix sleeping inside in af_decnetYajun Deng1-15/+12
2021-06-02decnet: Fix spelling mistakesZheng Yongjun3-3/+3
2021-03-30net/decnet: Delete obsolete TODO fileWang Qing1-40/+0
2021-03-25net: decnet: Fix a typo in dn_nsp_in.cLu Wei1-1/+1
2021-03-24net: decnet: Fixed multiple Coding Style issuesSai Kalyaan Palla1-13/+13
2021-03-20net: decnet: Fixed multiple coding style issuesSai Kalyaan Palla1-8/+13
2021-03-10decnet: Fix fall-through warnings for ClangGustavo A. R. Silva1-1/+1
2021-01-27net: decnet: fix netdev refcount leaking on error pathVadim Fedorenko1-1/+1
2020-11-16treewide: rename nla_strlcpy to nla_strscpy.Francis Laniel1-1/+1
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva4-6/+6
2020-08-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller1-1/+1
2020-07-29netfilter: Replace HTTP links with HTTPS onesAlexander A. Klimov1-1/+1
2020-07-24net: pass a sockptr_t into ->setsockoptChristoph Hellwig1-7/+9
2020-07-24netfilter: switch nf_setsockopt to sockptr_tChristoph Hellwig1-1/+2
2020-07-17net: decnet: af_decnet: Simplify goto loop.Suraj Upadhyay1-8/+5
2020-07-15decnet: dn_dev: Remove an unnecessary label.Suraj Upadhyay1-5/+3
2020-07-13net: decnet: kerneldoc fixesAndrew Lunn1-0/+2
2020-06-23dn_route_rcv: remove redundant dev null checkGaurav Singh1-1/+1
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada1-2/+2
2020-05-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2-23/+11
2020-04-28docs: networking: convert decnet.txt to ReSTMauro Carvalho Chehab1-2/+2
2020-04-27sysctl: pass kernel pointers to ->proc_handlerChristoph Hellwig2-23/+11
2020-03-23Remove DST_HOSTDavid Laight1-2/+2
2020-01-09net: Make sock protocol value checks more specificMat Martineau1-1/+1
2019-12-24net: add bool confirm_neigh parameter for dst_ops.update_pmtuHangbin Liu1-2/+4
2019-11-06net: use helpers to change sk_ack_backlogEric Dumazet2-2/+2
2019-10-28net: use skb_queue_empty_lockless() in poll() handlersEric Dumazet1-1/+1
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 53Thomas Gleixner1-3/+1
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 24Thomas Gleixner4-36/+4
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner3-0/+3
2019-04-27netlink: make validation more configurable for future strictnessJohannes Berg3-10/+10
2019-04-27net: fix two coding style issuesMichal Kubecek1-1/+2
2019-04-27netlink: make nla_nest_start() add NLA_F_NESTED flagMichal Kubecek1-1/+1
2019-04-22net: Rename net/nexthop.h net/rtnh.hDavid Ahern1-1/+1
2019-04-01net: use rcu_dereference_protected to fetch sk_dst_cache in sk_destructXin Long1-1/+1
2019-01-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2019-01-27decnet: fix DN_IFREQ_SIZEJohannes Berg1-1/+1
2019-01-16net, decnet: use struct_size() in kzalloc()Gustavo A. R. Silva1-1/+1
2018-12-28mm: convert totalram_pages and totalhigh_pages variables to atomicArun KS1-1/+1
2018-12-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-1/+1
2018-12-01net/decnet: Replace rcu_barrier_bh() with rcu_barrier()Paul E. McKenney1-1/+1
2018-11-16net/decnet: add missing indentationColin Ian King1-1/+1
2018-09-21decnet: Remove unnecessary check for dev->nameNathan Chancellor1-1/+1
2018-08-09decnet: fix using plain integer as NULL warningYueHaibing1-2/+2
2018-07-24decnet: whitespace fixesStephen Hemminger10-14/+2
2018-07-05net: decnet: dn_nsp_in: mark expected switch fall-throughGustavo A. R. Silva1-0/+1
2018-06-28Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds1-3/+3