summaryrefslogtreecommitdiffstats
path: root/net/sctp
AgeCommit message (Expand)Author
2020-06-04sctp: Fix bundling of SHUTDOWN with COOKIE-ACKJere Leppänen
2020-06-04sctp: Fix SHUTDOWN CTSN Ack in the peer restart caseJere Leppänen
2020-05-21net: silence KCSAN warnings about sk->sk_backlog.len readsEric Dumazet
2020-05-21inet_diag: return classid for all socket typesDmitry Yakunin
2020-05-15sctp: move the format error check out of __sctp_sf_do_9_1_abortXin Long
2020-03-20sctp: free cmd->obj.chunk for the unprocessed SCTP_CMD_REPLYXin Long
2020-03-07net: add bool confirm_neigh parameter for dst_ops.update_pmtuHangbin Liu
2020-02-24sctp: fix err handling of stream initializationMarcelo Ricardo Leitner
2020-02-24sctp: fully initialize v4 addr in some functionsXin Long
2020-02-24sctp: fix memleak on err handling of stream initializationMarcelo Ricardo Leitner
2020-01-31net: ipv6: add net argument to ip6_dst_lookup_flowSabrina Dubroca
2020-01-19sctp: cache netns in sctp_ep_commonXin Long
2020-01-19sctp: Fix memory leak in sctp_sf_do_5_2_4_dupcookNavid Emamdoost
2019-12-16net: use skb_queue_empty_lockless() in busy poll contextsEric Dumazet
2019-12-16net: use skb_queue_empty_lockless() in poll() handlersEric Dumazet
2019-12-16inet: stop leaking jiffies on the wireEric Dumazet
2019-11-25sctp: change sctp_prot .no_autobind with trueXin Long
2019-09-19sctp: fix the missing put_user when dumping transport thresholdsXin Long
2019-09-19sctp: use transport pf_retrans in sctp_do_8_2_transport_strikeXin Long
2019-09-19sctp: Fix the link time qualifier of 'sctp_ctrlsock_exit()'Christophe JAILLET
2019-08-25sctp: fix the transport error_count checkXin Long
2019-08-25sctp: fix memleak in sctp_send_reset_streamszhengbin
2019-07-28sctp: not bind the socket in sctp_connectXin Long
2019-07-28sctp: fix error handling on stream scheduler initializationMarcelo Ricardo Leitner
2019-06-26sctp: change to hold sk after auth shkey is created successfullyXin Long
2019-06-14sctp: Free cookie before we memdup a new oneNeil Horman
2019-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2019-06-05Fix memory leak in sctp_process_initNeil Horman
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 104Thomas Gleixner
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 103Thomas Gleixner
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2019-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2019-05-06Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2019-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-05-01sctp: avoid running the sctp state machine recursivelyXin Long
2019-04-25crypto: shash - remove shash_desc::flagsEric Biggers
2019-04-19net: rework SIOCGSTAMP ioctl handlingArnd Bergmann
2019-04-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-04-15sctp: implement memory accounting on rx pathXin Long
2019-04-15sctp: implement memory accounting on tx pathXin Long
2019-04-12sctp: Check address length before reading address familyTetsuo Handa
2019-04-11sctp: Pass sk_buff_head explicitly to sctp_ulpq_tail_event().David Miller
2019-04-11sctp: Make sctp_enqueue_event tak an skb list.David Miller
2019-04-11sctp: Use helper for sctp_ulpq_tail_event() when hooked up to ->enqueue_eventDavid Miller
2019-04-11sctp: Always pass skbs on a list to sctp_ulpq_tail_event().David Miller
2019-04-11sctp: Remove superfluous test in sctp_ulpq_reasm_drain().David Miller
2019-04-01sctp: initialize _pad of sockaddr_in before copying to user memoryXin Long
2019-03-20sctp: use memdup_user instead of vmemdup_userXin Long
2019-03-18sctp: fix ignoring asoc_id for tcp-style sockets on SCTP_STREAM_SCHEDULER soc...Xin Long