index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
decnet
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2021-12-31
1
-0
/
+1
|
\
|
*
net: Don't include filter.h from net/sock.h
Jakub Kicinski
2021-12-29
1
-0
/
+1
*
|
fib: rules: remove duplicated nla policies
Florian Westphal
2021-12-16
1
-5
/
+0
|
/
*
net: Remove redundant if statements
Yajun Deng
2021-08-05
3
-18
/
+9
*
net: decnet: Fix refcount warning for new dn_fib_info
Yajun Deng
2021-08-03
1
-1
/
+1
*
net: convert fib_treeref from int to refcount_t
Yajun Deng
2021-07-30
1
-3
/
+3
*
net: decnet: Fix sleeping inside in af_decnet
Yajun Deng
2021-07-16
1
-15
/
+12
*
decnet: Fix spelling mistakes
Zheng Yongjun
2021-06-02
3
-3
/
+3
*
net/decnet: Delete obsolete TODO file
Wang Qing
2021-03-30
1
-40
/
+0
*
net: decnet: Fix a typo in dn_nsp_in.c
Lu Wei
2021-03-25
1
-1
/
+1
*
net: decnet: Fixed multiple Coding Style issues
Sai Kalyaan Palla
2021-03-24
1
-13
/
+13
*
net: decnet: Fixed multiple coding style issues
Sai Kalyaan Palla
2021-03-20
1
-8
/
+13
*
decnet: Fix fall-through warnings for Clang
Gustavo A. R. Silva
2021-03-10
1
-1
/
+1
*
net: decnet: fix netdev refcount leaking on error path
Vadim Fedorenko
2021-01-27
1
-1
/
+1
*
treewide: rename nla_strlcpy to nla_strscpy.
Francis Laniel
2020-11-16
1
-1
/
+1
*
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2020-08-23
4
-6
/
+6
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
2020-08-03
1
-1
/
+1
|
\
|
*
netfilter: Replace HTTP links with HTTPS ones
Alexander A. Klimov
2020-07-29
1
-1
/
+1
*
|
net: pass a sockptr_t into ->setsockopt
Christoph Hellwig
2020-07-24
1
-7
/
+9
*
|
netfilter: switch nf_setsockopt to sockptr_t
Christoph Hellwig
2020-07-24
1
-1
/
+2
*
|
net: decnet: af_decnet: Simplify goto loop.
Suraj Upadhyay
2020-07-17
1
-8
/
+5
*
|
decnet: dn_dev: Remove an unnecessary label.
Suraj Upadhyay
2020-07-15
1
-5
/
+3
|
/
*
net: decnet: kerneldoc fixes
Andrew Lunn
2020-07-13
1
-0
/
+2
*
dn_route_rcv: remove redundant dev null check
Gaurav Singh
2020-06-23
1
-1
/
+1
*
treewide: replace '---help---' in Kconfig files with 'help'
Masahiro Yamada
2020-06-14
1
-2
/
+2
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2020-05-01
2
-23
/
+11
|
\
|
*
sysctl: pass kernel pointers to ->proc_handler
Christoph Hellwig
2020-04-27
2
-23
/
+11
*
|
docs: networking: convert decnet.txt to ReST
Mauro Carvalho Chehab
2020-04-28
1
-2
/
+2
|
/
*
Remove DST_HOST
David Laight
2020-03-23
1
-2
/
+2
*
net: Make sock protocol value checks more specific
Mat Martineau
2020-01-09
1
-1
/
+1
*
net: add bool confirm_neigh parameter for dst_ops.update_pmtu
Hangbin Liu
2019-12-24
1
-2
/
+4
*
net: use helpers to change sk_ack_backlog
Eric Dumazet
2019-11-06
2
-2
/
+2
*
net: use skb_queue_empty_lockless() in poll() handlers
Eric Dumazet
2019-10-28
1
-1
/
+1
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 53
Thomas Gleixner
2019-05-24
1
-3
/
+1
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 24
Thomas Gleixner
2019-05-21
4
-36
/
+4
*
treewide: Add SPDX license identifier - Makefile/Kconfig
Thomas Gleixner
2019-05-21
3
-0
/
+3
*
netlink: make validation more configurable for future strictness
Johannes Berg
2019-04-27
3
-10
/
+10
*
net: fix two coding style issues
Michal Kubecek
2019-04-27
1
-1
/
+2
*
netlink: make nla_nest_start() add NLA_F_NESTED flag
Michal Kubecek
2019-04-27
1
-1
/
+1
*
net: Rename net/nexthop.h net/rtnh.h
David Ahern
2019-04-22
1
-1
/
+1
*
net: use rcu_dereference_protected to fetch sk_dst_cache in sk_destruct
Xin Long
2019-04-01
1
-1
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2019-01-29
1
-1
/
+1
|
\
|
*
decnet: fix DN_IFREQ_SIZE
Johannes Berg
2019-01-27
1
-1
/
+1
*
|
net, decnet: use struct_size() in kzalloc()
Gustavo A. R. Silva
2019-01-16
1
-1
/
+1
|
/
*
mm: convert totalram_pages and totalhigh_pages variables to atomic
Arun KS
2018-12-28
1
-1
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
2018-12-27
1
-1
/
+1
|
\
|
*
net/decnet: add missing indentation
Colin Ian King
2018-11-16
1
-1
/
+1
*
|
net/decnet: Replace rcu_barrier_bh() with rcu_barrier()
Paul E. McKenney
2018-12-01
1
-1
/
+1
|
/
*
decnet: Remove unnecessary check for dev->name
Nathan Chancellor
2018-09-21
1
-1
/
+1
*
decnet: fix using plain integer as NULL warning
YueHaibing
2018-08-09
1
-2
/
+2
[next]