summaryrefslogtreecommitdiffstats
path: root/net/sctp
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-07-191-8/+4
|\
| * net: sctp: fix warning "NULL check before some freeing functions is not needed"Hariprasad Kelam2019-07-171-8/+4
* | proc/sysctl: add shared variables for range checkMatteo Croce2019-07-181-19/+16
|/
* sctp: remove rcu_read_lock from sctp_bind_addr_stateXin Long2019-07-081-9/+4
* sctp: rename sp strm_interleave to ep intl_enableXin Long2019-07-082-6/+6
* sctp: rename asoc intl_enable to asoc peer.intl_capableXin Long2019-07-084-6/+6
* sctp: remove prsctp_enable from asocXin Long2019-07-083-6/+5
* sctp: remove reconf_enable from asocXin Long2019-07-083-9/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-07-083-22/+14
|\
| * sctp: count data bundling sack chunk for outctrlchunksXin Long2019-07-031-0/+3
| * sctp: fix error handling on stream scheduler initializationMarcelo Ricardo Leitner2019-07-011-1/+8
| * sctp: not bind the socket in sctp_connectXin Long2019-06-291-21/+3
* | ipv6: elide flowlabel check if no exclusive leases existWillem de Bruijn2019-07-081-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-271-4/+4
|\|
| * sctp: change to hold sk after auth shkey is created successfullyXin Long2019-06-261-4/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-171-0/+8
|\|
| * sctp: Free cookie before we memdup a new oneNeil Horman2019-06-141-0/+8
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-073-20/+9
|\|
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-06-072-10/+8
| |\
| | * Fix memory leak in sctp_process_initNeil Horman2019-06-052-10/+8
| * | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner2019-05-301-10/+1
| |/
* | net: use new in_dev_ifa iteratorsFlorian Westphal2019-06-021-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-05-3131-496/+31
|\|
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 104Thomas Gleixner2019-05-2430-480/+30
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 103Thomas Gleixner2019-05-241-16/+1
* | sctp: deduplicate identical skb_checksum_opsMatteo Croce2019-05-301-6/+1
|/
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2019-05-077-56/+94
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-05-022-37/+27
| |\
| * | net: rework SIOCGSTAMP ioctl handlingArnd Bergmann2019-04-192-0/+2
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-04-171-1/+2
| |\ \
| * | | sctp: implement memory accounting on rx pathXin Long2019-04-153-14/+14
| * | | sctp: implement memory accounting on tx pathXin Long2019-04-151-2/+8
| * | | sctp: Pass sk_buff_head explicitly to sctp_ulpq_tail_event().David Miller2019-04-112-19/+12
| * | | sctp: Make sctp_enqueue_event tak an skb list.David Miller2019-04-112-15/+39
| * | | sctp: Use helper for sctp_ulpq_tail_event() when hooked up to ->enqueue_eventDavid Miller2019-04-111-1/+10
| * | | sctp: Always pass skbs on a list to sctp_ulpq_tail_event().David Miller2019-04-111-6/+10
| * | | sctp: Remove superfluous test in sctp_ulpq_reasm_drain().David Miller2019-04-111-1/+1
* | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2019-05-062-3/+0
|\ \ \ \ | |_|_|/ |/| | |
| * | | crypto: shash - remove shash_desc::flagsEric Biggers2019-04-252-3/+0
* | | | sctp: avoid running the sctp state machine recursivelyXin Long2019-05-012-37/+27
| |_|/ |/| |
* | | sctp: Check address length before reading address familyTetsuo Handa2019-04-121-1/+2
| |/ |/|
* | sctp: initialize _pad of sockaddr_in before copying to user memoryXin Long2019-04-011-0/+1
* | sctp: use memdup_user instead of vmemdup_userXin Long2019-03-201-6/+6
* | sctp: fix ignoring asoc_id for tcp-style sockets on SCTP_STREAM_SCHEDULER soc...Xin Long2019-03-181-0/+3
* | sctp: fix ignoring asoc_id for tcp-style sockets on SCTP_EVENT sockoptXin Long2019-03-181-0/+3
* | sctp: fix ignoring asoc_id for tcp-style sockets on SCTP_ENABLE_STREAM_RESET ...Xin Long2019-03-181-0/+3
* | sctp: fix ignoring asoc_id for tcp-style sockets on SCTP_DEFAULT_PRINFO sockoptXin Long2019-03-181-0/+3
* | sctp: fix ignoring asoc_id for tcp-style sockets on SCTP_AUTH_DEACTIVATE_KEY ...Xin Long2019-03-181-0/+3
* | sctp: fix ignoring asoc_id for tcp-style sockets on SCTP_AUTH_DELETE_KEY sockoptXin Long2019-03-181-0/+3