index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
sctp
/
ipv6.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-07-26
sctp: delete addr based on sin6_scope_id
Chen Shen
1
-2
/
+3
2021-06-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+6
2021-06-29
net: sock: introduce sk_error_report
Alexander Aring
1
-1
/
+1
2021-06-28
sctp: validate from_addr_param return
Marcelo Ricardo Leitner
1
-1
/
+6
2021-06-22
sctp: process sctp over udp icmp err on sctp side
Xin Long
1
-0
/
+30
2021-06-22
sctp: extract sctp_v6_err_handle function from sctp_v6_err
Xin Long
1
-36
/
+40
2021-06-22
sctp: remove the unessessary hold for idev in sctp_v6_err
Xin Long
1
-10
/
+2
2021-04-05
net-ipv6: bugfix - raw & sctp - switch to ipv6_can_nonlocal_bind()
Maciej Żenczykowski
1
-4
/
+3
2020-11-05
sctp: bring inet(6)_skb_parm back to sctp_input_cb
Xin Long
1
-1
/
+1
2020-10-30
sctp: support for sending packet over udp6 sock
Xin Long
1
-11
/
+32
2020-10-30
sctp: allow changing transport encap_port by peer packets
Xin Long
1
-0
/
+1
2020-08-23
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
1
-1
/
+1
2020-07-19
net/ipv6: remove compat_ipv6_{get,set}sockopt
Christoph Hellwig
1
-4
/
+0
2020-07-19
net: remove compat_sock_common_{get,set}sockopt
Christoph Hellwig
1
-2
/
+0
2020-05-18
ipv6: move SIOCADDRT and SIOCDELRT handling into ->compat_ioctl
Christoph Hellwig
1
-0
/
+1
2020-03-29
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-08
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-19
net: rework SIOCGSTAMP ioctl handling
Arnd Bergmann
1
-0
/
+1
2019-01-24
sctp: set flow sport from saddr only when it's 0
Xin Long
1
-1
/
+2
2019-01-16
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-08
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-12
sctp: do not check port in sctp_inet6_cmp_addr
Xin Long
1
-30
/
+30
2018-04-09
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-06
Merge tag 'selinux-pr-20180403' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-7
/
+38
2018-02-26
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-05
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-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+2
2017-08-18
sctp: fully initialize the IPv6 address in sctp_v6_to_addr()
Alexander Potapenko
1
-0
/
+2
2017-08-06
sctp: remove the typedef sctp_scope_t
Xin Long
1
-3
/
+3
2017-07-16
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
[next]