aboutsummaryrefslogtreecommitdiffstats
path: root/net/sctp
Commit message (Expand)AuthorAge
...
| * sctp: not bind the socket in sctp_connectXin Long2019-06-29
* | ipv6: elide flowlabel check if no exclusive leases existWillem de Bruijn2019-07-08
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-28
|\|
| * sctp: change to hold sk after auth shkey is created successfullyXin Long2019-06-26
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-17
|\|
| * sctp: Free cookie before we memdup a new oneNeil Horman2019-06-14
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-07
|\|
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-06-07
| |\
| | * Fix memory leak in sctp_process_initNeil Horman2019-06-05
| * | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner2019-05-30
| |/
* | net: use new in_dev_ifa iteratorsFlorian Westphal2019-06-02
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-05-31
|\|
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 104Thomas Gleixner2019-05-24
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 103Thomas Gleixner2019-05-24
* | sctp: deduplicate identical skb_checksum_opsMatteo Croce2019-05-30
|/
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-21
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2019-05-08
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-05-02
| |\
| * | net: rework SIOCGSTAMP ioctl handlingArnd Bergmann2019-04-19
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-04-17
| |\ \
| * | | sctp: implement memory accounting on rx pathXin Long2019-04-15
| * | | sctp: implement memory accounting on tx pathXin Long2019-04-15
| * | | sctp: Pass sk_buff_head explicitly to sctp_ulpq_tail_event().David Miller2019-04-12
| * | | sctp: Make sctp_enqueue_event tak an skb list.David Miller2019-04-12
| * | | sctp: Use helper for sctp_ulpq_tail_event() when hooked up to ->enqueue_eventDavid Miller2019-04-12
| * | | sctp: Always pass skbs on a list to sctp_ulpq_tail_event().David Miller2019-04-12
| * | | sctp: Remove superfluous test in sctp_ulpq_reasm_drain().David Miller2019-04-12
* | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2019-05-06
|\ \ \ \ | |_|_|/ |/| | |
| * | | crypto: shash - remove shash_desc::flagsEric Biggers2019-04-25
* | | | sctp: avoid running the sctp state machine recursivelyXin Long2019-05-01
| |_|/ |/| |
* | | sctp: Check address length before reading address familyTetsuo Handa2019-04-12
| |/ |/|
* | sctp: initialize _pad of sockaddr_in before copying to user memoryXin Long2019-04-01
* | sctp: use memdup_user instead of vmemdup_userXin Long2019-03-20
* | sctp: fix ignoring asoc_id for tcp-style sockets on SCTP_STREAM_SCHEDULER soc...Xin Long2019-03-18
* | sctp: fix ignoring asoc_id for tcp-style sockets on SCTP_EVENT sockoptXin Long2019-03-18
* | sctp: fix ignoring asoc_id for tcp-style sockets on SCTP_ENABLE_STREAM_RESET ...Xin Long2019-03-18
* | sctp: fix ignoring asoc_id for tcp-style sockets on SCTP_DEFAULT_PRINFO sockoptXin Long2019-03-18
* | sctp: fix ignoring asoc_id for tcp-style sockets on SCTP_AUTH_DEACTIVATE_KEY ...Xin Long2019-03-18
* | sctp: fix ignoring asoc_id for tcp-style sockets on SCTP_AUTH_DELETE_KEY sockoptXin Long2019-03-18
* | sctp: fix ignoring asoc_id for tcp-style sockets on SCTP_AUTH_ACTIVE_KEY sockoptXin Long2019-03-18
* | sctp: fix ignoring asoc_id for tcp-style sockets on SCTP_AUTH_KEY sockoptXin Long2019-03-18
* | sctp: fix ignoring asoc_id for tcp-style sockets on SCTP_MAX_BURST sockoptXin Long2019-03-18
* | sctp: fix ignoring asoc_id for tcp-style sockets on SCTP_CONTEXT sockoptXin Long2019-03-18
* | sctp: fix ignoring asoc_id for tcp-style sockets on SCTP_DEFAULT_SNDINFO sockoptXin Long2019-03-18
* | sctp: fix ignoring asoc_id for tcp-style sockets on SCTP_DELAYED_SACK sockoptXin Long2019-03-18
* | sctp: fix ignoring asoc_id for tcp-style sockets on SCTP_DEFAULT_SEND_PARAM s...Marcelo Ricardo Leitner2019-03-18
* | sctp: not copy sctp_sock pd_lobby in sctp_copy_descendantXin Long2019-03-18
|/
* sctp: convert to genradixKent Overstreet2019-03-12
* sctp: call sctp_auth_init_hmacs() in sctp_sock_migrate()Xin Long2019-03-08
* sctp: move up sctp_auth_init_hmacs() in sctp_endpoint_init()Xin Long2019-03-08