summaryrefslogtreecommitdiffstats
path: root/net/sctp/ipv6.c
Commit message (Expand)AuthorAgeFilesLines
* net-ipv6: bugfix - raw & sctp - switch to ipv6_can_nonlocal_bind()Maciej Żenczykowski2021-04-051-4/+3
* sctp: bring inet(6)_skb_parm back to sctp_input_cbXin Long2020-11-051-1/+1
* sctp: support for sending packet over udp6 sockXin Long2020-10-301-11/+32
* sctp: allow changing transport encap_port by peer packetsXin Long2020-10-301-0/+1
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
* net/ipv6: remove compat_ipv6_{get,set}sockoptChristoph Hellwig2020-07-191-4/+0
* net: remove compat_sock_common_{get,set}sockoptChristoph Hellwig2020-07-191-2/+0
* ipv6: move SIOCADDRT and SIOCDELRT handling into ->compat_ioctlChristoph Hellwig2020-05-181-0/+1
* sctp: fix possibly using a bad saddr with a given dstMarcelo Ricardo Leitner2020-03-291-6/+14
* net: ipv6: add net argument to ip6_dst_lookup_flowSabrina Dubroca2019-12-041-2/+2
* ipv6: add priority parameter to ip6_xmit()Eric Dumazet2019-09-271-1/+1
* ipv6: elide flowlabel check if no exclusive leases existWillem de Bruijn2019-07-081-1/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 104Thomas Gleixner2019-05-241-16/+1
* net: rework SIOCGSTAMP ioctl handlingArnd Bergmann2019-04-191-0/+1
* sctp: set flow sport from saddr only when it's 0Xin Long2019-01-241-1/+2
* sctp: allocate sctp_sockaddr_entry with kzallocXin Long2019-01-161-4/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-12-201-0/+1
|\
| * sctp: initialize sin6_flowinfo for ipv6 addrs in sctp_inet6addr_eventXin Long2018-12-101-0/+1
* | net: Convert protocol error handlers from void to intStefano Brivio2018-11-081-2/+5
|/
* sctp: check for ipv6_pinfo legal sndflow with flowlabel in sctp_v6_get_dstXin Long2018-07-041-0/+9
* sctp: add support for dscp and flowlabel per transportXin Long2018-07-041-2/+9
* Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds2018-06-281-1/+1
* Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2018-06-041-1/+1
|\
| * net/sctp: convert to ->poll_maskChristoph Hellwig2018-05-261-1/+1
* | sctp: fix the issue that flags are ignored when using kernel_connectXin Long2018-05-221-1/+1
* | sctp: handle two v4 addrs comparison in sctp_inet6_cmp_addrXin Long2018-04-271-0/+3
|/
* sctp: do not check port in sctp_inet6_cmp_addrXin Long2018-04-121-30/+30
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-04-091-1/+3
|\
| * sctp: do not leak kernel memory to user spaceEric Dumazet2018-04-081-1/+3
* | Merge tag 'selinux-pr-20180403' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-04-061-7/+38
|\ \ | |/ |/|
| * sctp: Add ip option supportRichard Haines2018-02-261-7/+38
* | net: make getname() functions return length rather than use int* parameterDenys Vlasenko2018-02-121-4/+4
|/
* sctp: fix dst refcnt leak in sctp_v6_get_dst()Alexey Kodanev2018-02-051-3/+7
* sctp: avoid compiler warning on implicit fallthruMarcelo Ricardo Leitner2018-01-151-0/+1
* net/sctp: Always set scope_id in sctp_inet6_skb_msgnameEric W. Biederman2017-11-161-2/+3
* sctp: fix some type cast warnings introduced since very beginningXin Long2017-10-291-1/+1
* sctp: full support for ipv6 ip_nonlocal_bind & IP_FREEBINDLaszlo Toth2017-10-241-2/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-08-211-0/+2
|\
| * sctp: fully initialize the IPv6 address in sctp_v6_to_addr()Alexander Potapenko2017-08-181-0/+2
* | sctp: remove the typedef sctp_scope_tXin Long2017-08-061-3/+3
* | sctp: remove the typedef sctp_ipv6addr_param_tXin Long2017-07-161-1/+1
|/
* sctp: set the value of flowi6_oif to sk_bound_dev_if to make sctp_v6_get_dst ...Zheng Li2017-07-061-0/+2
* sctp: do not inherit ipv6_{mc|ac|fl}_list from parentEric Dumazet2017-05-181-0/+3
* sctp: fix src address selection if using secondary addresses for ipv6Xin Long2017-05-121-17/+29
* net: Work around lockdep limitation in sockets that use socketsDavid Howells2017-03-091-2/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-01-281-1/+2
|\
| * tcp: don't annotate mark on control socket from tcp_v6_send_response()Pablo Neira2017-01-271-1/+2
* | sctp: simplify addr copyMarcelo Ricardo Leitner2016-12-281-9/+7
|/
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* sctp: hold transport instead of assoc when lookup assoc in rx pathXin Long2016-10-311-1/+1