aboutsummaryrefslogtreecommitdiffstats
path: root/net/sctp (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2019-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-37/+27
2019-05-01sctp: avoid running the sctp state machine recursivelyXin Long2-37/+27
2019-04-25crypto: shash - remove shash_desc::flagsEric Biggers2-3/+0
2019-04-19net: rework SIOCGSTAMP ioctl handlingArnd Bergmann2-0/+2
2019-04-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+2
2019-04-15sctp: implement memory accounting on rx pathXin Long3-14/+14
2019-04-15sctp: implement memory accounting on tx pathXin Long1-2/+8
2019-04-12sctp: Check address length before reading address familyTetsuo Handa1-1/+2
2019-04-11sctp: Pass sk_buff_head explicitly to sctp_ulpq_tail_event().David Miller2-19/+12
2019-04-11sctp: Make sctp_enqueue_event tak an skb list.David Miller2-15/+39
2019-04-11sctp: Use helper for sctp_ulpq_tail_event() when hooked up to ->enqueue_eventDavid Miller1-1/+10
2019-04-11sctp: Always pass skbs on a list to sctp_ulpq_tail_event().David Miller1-6/+10
2019-04-11sctp: Remove superfluous test in sctp_ulpq_reasm_drain().David Miller1-1/+1
2019-04-01sctp: initialize _pad of sockaddr_in before copying to user memoryXin Long1-0/+1
2019-03-20sctp: use memdup_user instead of vmemdup_userXin Long1-6/+6
2019-03-18sctp: fix ignoring asoc_id for tcp-style sockets on SCTP_STREAM_SCHEDULER sockoptXin Long1-0/+3
2019-03-18sctp: fix ignoring asoc_id for tcp-style sockets on SCTP_EVENT sockoptXin Long1-0/+3
2019-03-18sctp: fix ignoring asoc_id for tcp-style sockets on SCTP_ENABLE_STREAM_RESET sockoptXin Long1-0/+3
2019-03-18sctp: fix ignoring asoc_id for tcp-style sockets on SCTP_DEFAULT_PRINFO sockoptXin Long1-0/+3
2019-03-18sctp: fix ignoring asoc_id for tcp-style sockets on SCTP_AUTH_DEACTIVATE_KEY sockoptXin Long1-0/+3