aboutsummaryrefslogtreecommitdiffstats
path: root/net/sctp (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-08-27sctp: allow users to set ep ecn flag by sockoptXin Long1-0/+73
2019-08-27sctp: allow users to set netns ecn flag with sysctlXin Long1-0/+7
2019-08-27sctp: make ecn flag per netns and endpointXin Long3-4/+16
2019-08-19sctp: remove net sctp.x_enable working as a global switchXin Long1-16/+12
2019-08-19sctp: add SCTP_AUTH_SUPPORTED sockoptXin Long1-0/+86
2019-08-19sctp: add sctp_auth_init and sctp_auth_freeXin Long2-56/+74
2019-08-19sctp: use ep and asoc auth_enable properlyXin Long2-33/+44
2019-08-19sctp: add SCTP_ASCONF_SUPPORTED sockoptXin Long1-0/+82
2019-08-19sctp: check asoc peer.asconf_capable before processing asconfXin Long1-2/+4
2019-08-19sctp: not set peer.asconf_capable in sctp_association_initXin Long1-9/+0
2019-08-19sctp: add asconf_enable in struct sctp_endpointXin Long3-20/+18
2019-08-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2-1/+2
2019-08-13sctp: fix memleak in sctp_send_reset_streamszhengbin1-0/+1
2019-08-13sctp: fix the transport error_count checkXin Long1-1/+1
2019-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-2/+2
2019-07-30sctp: factor out sctp_connect_add_peerXin Long1-45/+31
2019-07-30sctp: factor out sctp_connect_new_asocXin Long1-84/+76
2019-07-30sctp: clean up __sctp_connectXin Long1-136/+73
2019-07-30sctp: check addr_size with sa_family_t size in __sctp_setsockopt_connectxXin Long1-1/+2
2019-07-30sctp: only copy the available addr data in sctp_transport_initXin Long1-1/+1
2019-07-29net: sctp: drop unneeded likely() call around IS_ERR()Enrico Weigelt1-2/+2
2019-07-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-8/+4
2019-07-18proc/sysctl: add shared variables for range checkMatteo Croce1-19/+16
2019-07-17net: sctp: fix warning "NULL check before some freeing functions is not needed"Hariprasad Kelam1-8/+4
2019-07-08sctp: remove rcu_read_lock from sctp_bind_addr_stateXin Long1-9/+4
2019-07-08sctp: rename sp strm_interleave to ep intl_enableXin Long2-6/+6
2019-07-08sctp: rename asoc intl_enable to asoc peer.intl_capableXin Long4-6/+6
2019-07-08sctp: remove prsctp_enable from asocXin Long3-6/+5
2019-07-08sctp: remove reconf_enable from asocXin Long3-9/+4
2019-07-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-22/+14
2019-07-08ipv6: elide flowlabel check if no exclusive leases existWillem de Bruijn1-1/+1
2019-07-03sctp: count data bundling sack chunk for outctrlchunksXin Long1-0/+3
2019-07-01sctp: fix error handling on stream scheduler initializationMarcelo Ricardo Leitner1-1/+8
2019-06-29sctp: not bind the socket in sctp_connectXin Long1-21/+3
2019-06-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+4
2019-06-26sctp: change to hold sk after auth shkey is created successfullyXin Long1-4/+4
2019-06-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+8
2019-06-14sctp: Free cookie before we memdup a new oneNeil Horman1-0/+8
2019-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-20/+9
2019-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2-10/+8
2019-06-05Fix memory leak in sctp_process_initNeil Horman2-10/+8
2019-06-02net: use new in_dev_ifa iteratorsFlorian Westphal1-1/+1
2019-05-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller31-496/+31
2019-05-30sctp: deduplicate identical skb_checksum_opsMatteo Croce1-6/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner1-10/+1
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 104Thomas Gleixner30-480/+30
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 103Thomas Gleixner1-16/+1
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2019-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds7-56/+94
2019-05-06Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2-3/+0