aboutsummaryrefslogtreecommitdiffstats
path: root/net/sctp (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-03-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-6/+8
2017-03-12sctp: add get and set sockopt for reconf_enableXin Long2-0/+88
2017-03-12sctp: implement receiver-side procedures for the Reconf Response ParameterXin Long2-3/+157
2017-03-12sctp: implement receiver-side procedures for the Add Incoming Streams Request ParameterXin Long2-12/+65
2017-03-12sctp: implement receiver-side procedures for the Add Outgoing Streams Request ParameterXin Long2-10/+82
2017-03-12sctp: add support for generating add stream change event notificationXin Long1-0/+28
2017-03-12sctp: implement receiver-side procedures for the SSN/TSN Reset Request ParameterXin Long2-0/+82
2017-03-12sctp: add support for generating assoc reset event notificationXin Long1-0/+28
2017-03-09net: Work around lockdep limitation in sockets that use socketsDavid Howells3-6/+8
2017-03-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-0/+3
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/signal.h>Ingo Molnar1-0/+1
2017-03-01sctp: call rcu_read_lock before checking for duplicate transport nodesXin Long1-0/+3
2017-02-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2-3/+11
2017-02-27lib/vsprintf.c: remove %Z supportAlexey Dobriyan1-1/+1
2017-02-27scripts/spelling.txt: add "varible" pattern and fix typo instancesMasahiro Yamada1-3/+1
2017-02-26sctp: set sin_port for addr param when checking duplicate addressXin Long1-1/+5
2017-02-24sctp: deny peeloff operation on asocs with threads sleeping on itMarcelo Ricardo Leitner1-2/+6
2017-02-20sctp: add support for MSG_MOREXin Long2-6/+4
2017-02-20sctp: flush out queue once assoc state falls into SHUTDOWN_PENDINGXin Long1-0/+4
2017-02-19sctp: check duplicate node before inserting a new transportXin Long1-0/+13
2017-02-19sctp: add reconf chunk eventXin Long1-0/+30
2017-02-19sctp: add reconf chunk processXin Long1-0/+54
2017-02-19sctp: add a function to verify the sctp reconf chunkXin Long1-0/+59
2017-02-19sctp: implement receiver-side procedures for the Incoming SSN Reset Request ParameterXin Long2-7/+71
2017-02-19sctp: implement receiver-side procedures for the Outgoing SSN Reset Request ParameterXin Long1-0/+113
2017-02-19sctp: add support for generating stream ssn reset event notificationXin Long1-0/+29
2017-02-19sctp: add support for generating stream reconf resp chunkXin Long1-0/+74
2017-02-09sctp: implement sender-side procedures for Add Incoming/Outgoing Streams Request ParameterXin Long2-0/+106
2017-02-09sctp: add support for generating stream reconf add incoming/outgoing streams request chunkXin Long1-0/+46
2017-02-09sctp: implement sender-side procedures for SSN/TSN Reset Request ParameterXin Long2-0/+69
2017-02-09sctp: add support for generating stream reconf ssn/tsn reset request chunkXin Long1-0/+29
2017-02-09sctp: streams should be recovered when it fails to send request.Xin Long1-2/+17
2017-02-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+3
2017-02-07sctp: check af before verify address in sctp_addr_id2transportXin Long1-1/+1
2017-02-07sctp: add dst_pending_confirm flagJulian Anastasov7-12/+31
2017-02-07sctp: avoid BUG_ON on sctp_wait_for_sndbufMarcelo Ricardo Leitner1-1/+2
2017-02-06sctp: process fwd tsn chunk only when prsctp is enabledXin Long1-0/+6
2017-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-3/+8
2017-01-27tcp: don't annotate mark on control socket from tcp_v6_send_response()Pablo Neira1-1/+2
2017-01-25sctp: sctp gso should set feature with NETIF_F_SG when calling skb_segmentXin Long1-1/+1
2017-01-25sctp: sctp_addr_id2transport should verify the addr before looking up assocXin Long1-1/+5
2017-01-24net: sctp: fix array overrun read on sctp_timer_tblColin Ian King1-1/+4
2017-01-24Introduce a sysctl that modifies the value of PROT_SOCK.Krister Johansen1-4/+6
2017-01-20Revert "net: sctp: fix array overrun read on sctp_timer_tbl"David S. Miller1-1/+1
2017-01-20net: sctp: fix array overrun read on sctp_timer_tblColin Ian King1-1/+1
2017-01-18sctp: implement sender-side procedures for SSN Reset Request ParameterXin Long3-10/+131
2017-01-18sctp: add sockopt SCTP_ENABLE_STREAM_RESETXin Long2-0/+85
2017-01-18sctp: add reconf_enable in asoc ep and netnsXin Long4-0/+20
2017-01-18sctp: add stream reconf primitiveXin Long3-0/+36
2017-01-18sctp: add stream reconf timerXin Long5-2/+104