summaryrefslogtreecommitdiffstats
path: root/net/sctp
AgeCommit message (Expand)Author
2017-04-06sctp: listen on the sock only when it's state is listening or closedXin Long
2017-04-05sctp: get sock from transport in sctp_transport_update_pmtuXin Long
2017-04-03sctp: check for dst and pathmtu update in sctp_packet_configXin Long
2017-04-01sctp: use right in and out stream cntXin Long
2017-03-30sctp: alloc stream info when initializing asocXin Long
2017-03-28sctp: change to save MSG_MORE flag into assocXin Long
2017-03-22sctp: remove useless err from sctp_association_initXin Long
2017-03-21sctp: out_qlen should be updated when pruning unsent queueXin Long
2017-03-21sctp: remove temporary variable confirm from sctp_packet_transmitXin Long
2017-03-09net: Work around lockdep limitation in sockets that use socketsDavid Howells
2017-03-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-03-01sctp: call rcu_read_lock before checking for duplicate transport nodesXin Long
2017-02-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2017-02-27lib/vsprintf.c: remove %Z supportAlexey Dobriyan
2017-02-27scripts/spelling.txt: add "varible" pattern and fix typo instancesMasahiro Yamada
2017-02-26sctp: set sin_port for addr param when checking duplicate addressXin Long
2017-02-24sctp: deny peeloff operation on asocs with threads sleeping on itMarcelo Ricardo Leitner
2017-02-20sctp: add support for MSG_MOREXin Long
2017-02-20sctp: flush out queue once assoc state falls into SHUTDOWN_PENDINGXin Long
2017-02-19sctp: check duplicate node before inserting a new transportXin Long
2017-02-19sctp: add reconf chunk eventXin Long
2017-02-19sctp: add reconf chunk processXin Long
2017-02-19sctp: add a function to verify the sctp reconf chunkXin Long
2017-02-19sctp: implement receiver-side procedures for the Incoming SSN Reset Request P...Xin Long
2017-02-19sctp: implement receiver-side procedures for the Outgoing SSN Reset Request P...Xin Long
2017-02-19sctp: add support for generating stream ssn reset event notificationXin Long
2017-02-19sctp: add support for generating stream reconf resp chunkXin Long
2017-02-09sctp: implement sender-side procedures for Add Incoming/Outgoing Streams Requ...Xin Long
2017-02-09sctp: add support for generating stream reconf add incoming/outgoing streams ...Xin Long
2017-02-09sctp: implement sender-side procedures for SSN/TSN Reset Request ParameterXin Long
2017-02-09sctp: add support for generating stream reconf ssn/tsn reset request chunkXin Long
2017-02-09sctp: streams should be recovered when it fails to send request.Xin Long
2017-02-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-02-07sctp: check af before verify address in sctp_addr_id2transportXin Long
2017-02-07sctp: add dst_pending_confirm flagJulian Anastasov
2017-02-07sctp: avoid BUG_ON on sctp_wait_for_sndbufMarcelo Ricardo Leitner
2017-02-06sctp: process fwd tsn chunk only when prsctp is enabledXin Long
2017-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-01-27tcp: don't annotate mark on control socket from tcp_v6_send_response()Pablo Neira
2017-01-25sctp: sctp gso should set feature with NETIF_F_SG when calling skb_segmentXin Long
2017-01-25sctp: sctp_addr_id2transport should verify the addr before looking up assocXin Long
2017-01-24net: sctp: fix array overrun read on sctp_timer_tblColin Ian King
2017-01-24Introduce a sysctl that modifies the value of PROT_SOCK.Krister Johansen
2017-01-20Revert "net: sctp: fix array overrun read on sctp_timer_tbl"David S. Miller
2017-01-20net: sctp: fix array overrun read on sctp_timer_tblColin Ian King
2017-01-18sctp: implement sender-side procedures for SSN Reset Request ParameterXin Long
2017-01-18sctp: add sockopt SCTP_ENABLE_STREAM_RESETXin Long
2017-01-18sctp: add reconf_enable in asoc ep and netnsXin Long
2017-01-18sctp: add stream reconf primitiveXin Long