aboutsummaryrefslogtreecommitdiffstats
path: root/net/decnet
AgeCommit message (Expand)Author
2022-08-22Remove DECnet support from kernelStephen Hemminger
2022-07-29dn_route: replace "jiffies-now>0" with "jiffies!=now"Yu Zhe
2022-07-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-07-25net: Fix data-races around sysctl_[rw]mem(_offset)?.Kuniyuki Iwashima
2022-06-30net, neigh: introduce interval_probe_time_ms for periodic probeYuwei Wang
2022-06-10net: add per_cpu_fw_alloc field to struct protoEric Dumazet
2022-05-17dn_route: set rt neigh to blackhole_netdev instead of loopback_dev in ifdownXin Long
2022-05-10decnet: Use container_of() for struct dn_neigh castsKees Cook
2022-02-28net: decnet: use time_is_before_jiffies() instead of open coding itWang Qing
2021-12-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2021-12-29net: Don't include filter.h from net/sock.hJakub Kicinski
2021-12-16fib: rules: remove duplicated nla policiesFlorian Westphal
2021-08-05net: Remove redundant if statementsYajun Deng
2021-08-03net: decnet: Fix refcount warning for new dn_fib_infoYajun Deng
2021-07-30net: convert fib_treeref from int to refcount_tYajun Deng
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