index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
sctp
/
ipv6.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-11-06
sctp: bring inet(6)_skb_parm back to sctp_input_cb
Xin Long
1
-1
/
+1
2020-10-31
sctp: support for sending packet over udp6 sock
Xin Long
1
-11
/
+32
2020-10-31
sctp: allow changing transport encap_port by peer packets
Xin Long
1
-0
/
+1
2020-08-24
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
1
-1
/
+1
2020-07-20
net/ipv6: remove compat_ipv6_{get,set}sockopt
Christoph Hellwig
1
-4
/
+0
2020-07-20
net: remove compat_sock_common_{get,set}sockopt
Christoph Hellwig
1
-2
/
+0
2020-05-19
ipv6: move SIOCADDRT and SIOCDELRT handling into ->compat_ioctl
Christoph Hellwig
1
-0
/
+1
2020-03-30
sctp: fix possibly using a bad saddr with a given dst
Marcelo Ricardo Leitner
1
-6
/
+14
2019-12-04
net: ipv6: add net argument to ip6_dst_lookup_flow
Sabrina Dubroca
1
-2
/
+2
2019-09-27
ipv6: add priority parameter to ip6_xmit()
Eric Dumazet
1
-1
/
+1
2019-07-09
ipv6: elide flowlabel check if no exclusive leases exist
Willem de Bruijn
1
-1
/
+1
2019-05-24
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 104
Thomas Gleixner
1
-16
/
+1
2019-04-20
net: rework SIOCGSTAMP ioctl handling
Arnd Bergmann
1
-0
/
+1
2019-01-25
sctp: set flow sport from saddr only when it's 0
Xin Long
1
-1
/
+2
2019-01-17
sctp: allocate sctp_sockaddr_entry with kzalloc
Xin Long
1
-4
/
+1
2018-12-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+1
2018-12-10
sctp: initialize sin6_flowinfo for ipv6 addrs in sctp_inet6addr_event
Xin Long
1
-0
/
+1
2018-11-09
net: Convert protocol error handlers from void to int
Stefano Brivio
1
-2
/
+5
2018-07-04
sctp: check for ipv6_pinfo legal sndflow with flowlabel in sctp_v6_get_dst
Xin Long
1
-0
/
+9
2018-07-04
sctp: add support for dscp and flowlabel per transport
Xin Long
1
-2
/
+9
2018-06-28
Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLL
Linus Torvalds
1
-1
/
+1
2018-06-04
Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...
Linus Torvalds
1
-1
/
+1
2018-05-26
net/sctp: convert to ->poll_mask
Christoph Hellwig
1
-1
/
+1
2018-05-22
sctp: fix the issue that flags are ignored when using kernel_connect
Xin Long
1
-1
/
+1
2018-04-27
sctp: handle two v4 addrs comparison in sctp_inet6_cmp_addr
Xin Long
1
-0
/
+3
2018-04-13
sctp: do not check port in sctp_inet6_cmp_addr
Xin Long
1
-30
/
+30
2018-04-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
1
-1
/
+3
2018-04-08
sctp: do not leak kernel memory to user space
Eric Dumazet
1
-1
/
+3
2018-04-07
Merge tag 'selinux-pr-20180403' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-7
/
+38
2018-02-27
sctp: Add ip option support
Richard Haines
1
-7
/
+38
2018-02-12
net: make getname() functions return length rather than use int* parameter
Denys Vlasenko
1
-4
/
+4
2018-02-06
sctp: fix dst refcnt leak in sctp_v6_get_dst()
Alexey Kodanev
1
-3
/
+7
2018-01-15
sctp: avoid compiler warning on implicit fallthru
Marcelo Ricardo Leitner
1
-0
/
+1
2017-11-16
net/sctp: Always set scope_id in sctp_inet6_skb_msgname
Eric W. Biederman
1
-2
/
+3
2017-10-29
sctp: fix some type cast warnings introduced since very beginning
Xin Long
1
-1
/
+1
2017-10-24
sctp: full support for ipv6 ip_nonlocal_bind & IP_FREEBIND
Laszlo Toth
1
-2
/
+4
2017-08-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+2
2017-08-19
sctp: fully initialize the IPv6 address in sctp_v6_to_addr()
Alexander Potapenko
1
-0
/
+2
2017-08-07
sctp: remove the typedef sctp_scope_t
Xin Long
1
-3
/
+3
2017-07-17
sctp: remove the typedef sctp_ipv6addr_param_t
Xin Long
1
-1
/
+1
2017-07-06
sctp: set the value of flowi6_oif to sk_bound_dev_if to make sctp_v6_get_dst ...
Zheng Li
1
-0
/
+2
2017-05-18
sctp: do not inherit ipv6_{mc|ac|fl}_list from parent
Eric Dumazet
1
-0
/
+3
2017-05-12
sctp: fix src address selection if using secondary addresses for ipv6
Xin Long
1
-17
/
+29
2017-03-10
net: Work around lockdep limitation in sockets that use sockets
David Howells
1
-2
/
+3
2017-01-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+2
2017-01-27
tcp: don't annotate mark on control socket from tcp_v6_send_response()
Pablo Neira
1
-1
/
+2
2016-12-28
sctp: simplify addr copy
Marcelo Ricardo Leitner
1
-9
/
+7
2016-12-24
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
1
-1
/
+1
2016-10-31
sctp: hold transport instead of assoc when lookup assoc in rx path
Xin Long
1
-1
/
+1
2016-07-25
sctp: use inet_recvmsg to support sctp RFS well
Xin Long
1
-1
/
+1
[next]