| Commit message (Expand) | Author | Age | Files | Lines |
* | net: annotate lockless accesses to sk->sk_err_soft | Eric Dumazet | 2023-03-17 | 1 | -1/+1 |
* | net: no longer support SOCK_REFCNT_DEBUG feature | Jason Xing | 2023-02-15 | 1 | -2/+0 |
* | sctp: add skb_sdif in struct sctp_af | Xin Long | 2022-11-18 | 1 | -1/+7 |
* | sctp: check ipv6 addr with sk_bound_dev if set | Xin Long | 2022-11-18 | 1 | -3/+11 |
* | ipv6: Remove __ipv6_only_sock(). | Kuniyuki Iwashima | 2022-04-22 | 1 | -2/+2 |
* | sctp: delete addr based on sin6_scope_id | Chen Shen | 2021-07-26 | 1 | -2/+3 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2021-06-30 | 1 | -1/+6 |
|\ |
|
| * | sctp: validate from_addr_param return | Marcelo Ricardo Leitner | 2021-06-29 | 1 | -1/+6 |
* | | net: sock: introduce sk_error_report | Alexander Aring | 2021-06-29 | 1 | -1/+1 |
* | | sctp: process sctp over udp icmp err on sctp side | Xin Long | 2021-06-22 | 1 | -0/+30 |
* | | sctp: extract sctp_v6_err_handle function from sctp_v6_err | Xin Long | 2021-06-22 | 1 | -36/+40 |
* | | sctp: remove the unessessary hold for idev in sctp_v6_err | Xin Long | 2021-06-22 | 1 | -10/+2 |
|/ |
|
* | net-ipv6: bugfix - raw & sctp - switch to ipv6_can_nonlocal_bind() | Maciej Żenczykowski | 2021-04-05 | 1 | -4/+3 |
* | sctp: bring inet(6)_skb_parm back to sctp_input_cb | Xin Long | 2020-11-05 | 1 | -1/+1 |
* | sctp: support for sending packet over udp6 sock | Xin Long | 2020-10-30 | 1 | -11/+32 |
* | sctp: allow changing transport encap_port by peer packets | Xin Long | 2020-10-30 | 1 | -0/+1 |
* | treewide: Use fallthrough pseudo-keyword | Gustavo A. R. Silva | 2020-08-24 | 1 | -1/+1 |
* | net/ipv6: remove compat_ipv6_{get,set}sockopt | Christoph Hellwig | 2020-07-20 | 1 | -4/+0 |
* | net: remove compat_sock_common_{get,set}sockopt | Christoph Hellwig | 2020-07-20 | 1 | -2/+0 |
* | ipv6: move SIOCADDRT and SIOCDELRT handling into ->compat_ioctl | Christoph Hellwig | 2020-05-19 | 1 | -0/+1 |
* | sctp: fix possibly using a bad saddr with a given dst | Marcelo Ricardo Leitner | 2020-03-30 | 1 | -6/+14 |
* | net: ipv6: add net argument to ip6_dst_lookup_flow | Sabrina Dubroca | 2019-12-04 | 1 | -2/+2 |
* | ipv6: add priority parameter to ip6_xmit() | Eric Dumazet | 2019-09-27 | 1 | -1/+1 |
* | ipv6: elide flowlabel check if no exclusive leases exist | Willem de Bruijn | 2019-07-09 | 1 | -1/+1 |
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 104 | Thomas Gleixner | 2019-05-24 | 1 | -16/+1 |
* | net: rework SIOCGSTAMP ioctl handling | Arnd Bergmann | 2019-04-19 | 1 | -0/+1 |
* | sctp: set flow sport from saddr only when it's 0 | Xin Long | 2019-01-25 | 1 | -1/+2 |
* | sctp: allocate sctp_sockaddr_entry with kzalloc | Xin Long | 2019-01-16 | 1 | -4/+1 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2018-12-20 | 1 | -0/+1 |
|\ |
|
| * | sctp: initialize sin6_flowinfo for ipv6 addrs in sctp_inet6addr_event | Xin Long | 2018-12-10 | 1 | -0/+1 |
* | | net: Convert protocol error handlers from void to int | Stefano Brivio | 2018-11-09 | 1 | -2/+5 |
|/ |
|
* | sctp: check for ipv6_pinfo legal sndflow with flowlabel in sctp_v6_get_dst | Xin Long | 2018-07-04 | 1 | -0/+9 |
* | sctp: add support for dscp and flowlabel per transport | Xin Long | 2018-07-04 | 1 | -2/+9 |
* | Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLL | Linus Torvalds | 2018-06-28 | 1 | -1/+1 |
* | Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/vi... | Linus Torvalds | 2018-06-04 | 1 | -1/+1 |
|\ |
|
| * | net/sctp: convert to ->poll_mask | Christoph Hellwig | 2018-05-26 | 1 | -1/+1 |
* | | sctp: fix the issue that flags are ignored when using kernel_connect | Xin Long | 2018-05-22 | 1 | -1/+1 |
* | | sctp: handle two v4 addrs comparison in sctp_inet6_cmp_addr | Xin Long | 2018-04-27 | 1 | -0/+3 |
|/ |
|
* | sctp: do not check port in sctp_inet6_cmp_addr | Xin Long | 2018-04-13 | 1 | -30/+30 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2018-04-10 | 1 | -1/+3 |
|\ |
|
| * | sctp: do not leak kernel memory to user space | Eric Dumazet | 2018-04-08 | 1 | -1/+3 |
* | | Merge tag 'selinux-pr-20180403' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2018-04-07 | 1 | -7/+38 |
|\ \
| |/
|/| |
|
| * | sctp: Add ip option support | Richard Haines | 2018-02-26 | 1 | -7/+38 |
* | | net: make getname() functions return length rather than use int* parameter | Denys Vlasenko | 2018-02-12 | 1 | -4/+4 |
|/ |
|
* | sctp: fix dst refcnt leak in sctp_v6_get_dst() | Alexey Kodanev | 2018-02-06 | 1 | -3/+7 |
* | sctp: avoid compiler warning on implicit fallthru | Marcelo Ricardo Leitner | 2018-01-15 | 1 | -0/+1 |
* | net/sctp: Always set scope_id in sctp_inet6_skb_msgname | Eric W. Biederman | 2017-11-16 | 1 | -2/+3 |
* | sctp: fix some type cast warnings introduced since very beginning | Xin Long | 2017-10-29 | 1 | -1/+1 |
* | sctp: full support for ipv6 ip_nonlocal_bind & IP_FREEBIND | Laszlo Toth | 2017-10-24 | 1 | -2/+4 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2017-08-22 | 1 | -0/+2 |
|\ |
|