aboutsummaryrefslogtreecommitdiffstats
path: root/net/sctp/protocol.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-06-25sctp: Don't advertise IPv4 addresses if ipv6only is set on the socketMarcelo Ricardo Leitner1-1/+2
2020-03-29sctp: fix possibly using a bad saddr with a given dstMarcelo Ricardo Leitner1-9/+19
2019-12-09sctp: fully initialize v4 addr in some functionsXin Long1-0/+5
2019-11-08sctp: add support for Primary Path SwitchoverXin Long1-0/+3
2019-11-08sctp: add pf_expose per netns and sock and asocXin Long1-0/+3
2019-09-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+1
2019-09-12sctp: Fix the link time qualifier of 'sctp_ctrlsock_exit()'Christophe JAILLET1-1/+1
2019-08-27sctp: make ecn flag per netns and endpointXin Long1-0/+3
2019-06-02net: use new in_dev_ifa iteratorsFlorian Westphal1-1/+1
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 104Thomas Gleixner1-16/+1
2019-04-19net: rework SIOCGSTAMP ioctl handlingArnd Bergmann1-0/+1
2019-04-01sctp: initialize _pad of sockaddr_in before copying to user memoryXin Long1-0/+1
2019-01-24sctp: set flow sport from saddr only when it's 0Xin Long1-1/+2
2019-01-16sctp: allocate sctp_sockaddr_entry with kzallocXin Long1-3/+1
2018-12-28mm: convert totalram_pages and totalhigh_pages variables to atomicArun KS1-1/+1
2018-12-28mm: reference totalram_pages and managed_pages once per functionArun KS1-3/+4
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport1-1/+1
2018-07-04sctp: add support for dscp and flowlabel per transportXin Long1-4/+12
2018-06-28Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds1-1/+1
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook1-1/+1
2018-06-04Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2018-05-26net/sctp: convert to ->poll_maskChristoph Hellwig1-1/+1
2018-05-22sctp: fix the issue that flags are ignored when using kernel_connectXin Long1-1/+1
2018-04-06Merge tag 'selinux-pr-20180403' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/selinuxLinus Torvalds1-0/+43
2018-03-29sctp: fix unused lable warningArnd Bergmann1-0/+2
2018-03-27net: Drop pernet_operations::asyncKirill Tkhai1-2/+0
2018-03-17sctp: use proc_remove_subtree()Al Viro1-53/+6
2018-03-13net: Convert sctp_ctrlsock_opsKirill Tkhai1-0/+1
2018-03-13net: Convert sctp_defaults_opsKirill Tkhai1-0/+1
2018-02-26sctp: Add ip option supportRichard Haines1-0/+43
2018-02-05sctp: fix dst refcnt leak in sctp_v4_get_dstTommi Rantala1-6/+4
2017-11-28sctp: remove extern from stream schedXin Long1-0/+1
2017-10-25net: sctp: Convert timers to use timer_setup()Kees Cook1-4/+3
2017-08-06sctp: remove the typedef sctp_scope_tXin Long1-3/+3
2017-07-16sctp: remove the typedef sctp_ipv4addr_param_tXin Long1-1/+1
2017-03-09net: Work around lockdep limitation in sockets that use socketsDavid Howells1-2/+3
2017-02-26sctp: set sin_port for addr param when checking duplicate addressXin Long1-1/+5
2017-01-18sctp: add reconf_enable in asoc ep and netnsXin Long1-0/+3
2016-12-28sctp: simplify addr copyMarcelo Ricardo Leitner1-11/+7
2016-12-20sctp: not copying duplicate addrs to the assoc's bind address listXin Long1-0/+3
2016-12-20sctp: reduce indent level in sctp_copy_local_addr_listXin Long1-18/+19
2016-07-25sctp: use inet_recvmsg to support sctp RFS wellXin Long1-1/+1
2016-07-13sctp: allow GSO frags to access the chunk tooMarcelo Ricardo Leitner1-0/+1
2016-06-14sctp: fix error return code in sctp_init()Wei Yongjun1-1/+2
2016-06-03sctp: Add GSO supportMarcelo Ricardo Leitner1-0/+3
2016-03-08sctp: fix copying more bytes than expected in sctp_add_bind_addrMarcelo Ricardo Leitner1-0/+1
2016-02-21sctp: Fix port hash table size computationNeil Horman1-8/+38
2016-01-05sctp: drop the old assoc hashtable of sctpXin Long1-28/+2
2016-01-05sctp: apply rhashtable api to send/recv pathXin Long1-0/+6
2015-12-16net: sctp: dynamically enable or disable pf stateZhu Yanjun1-0/+3