summaryrefslogtreecommitdiff
path: root/net/sctp
Commit message (Expand)AuthorAge
* sctp: ensure ep is not destroyed before doing the dumpXin Long2017-06-19
* sctp: return next obj by passing pos + 1 into sctp_transport_get_idxXin Long2017-06-15
* sctp: disable BH in sctp_for_each_endpointXin Long2017-06-10
* sctp: fix ICMP processing if skb is non-linearDavide Caratti2017-05-26
* sctp: set new_asoc temp when processing dupcookieXin Long2017-05-24
* sctp: fix stream update when processing dupcookieXin Long2017-05-24
* sctp: do not inherit ipv6_{mc|ac|fl}_list from parentEric Dumazet2017-05-18
* sctp: fix src address selection if using secondary addresses for ipv6Xin Long2017-05-12
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-05-02
|\
| * sctp: process duplicated strreset asoc request correctlyXin Long2017-04-18
| * sctp: process duplicated strreset in and addstrm in requests correctlyXin Long2017-04-18
| * sctp: process duplicated strreset out and addstrm out requests correctlyXin Long2017-04-18
| * sctp: get list_of_streams of strreset outreq earlierXin Long2017-04-17
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-04-15
| |\
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-04-06
| |\ \
| * | | sctp: add SCTP_PR_STREAM_STATUS sockopt for prsctpXin Long2017-04-03
| * | | net: Change return type of sk_busy_loop from bool to voidAlexander Duyck2017-03-24
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-03-23
| |\ \ \
| * \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-03-15
| |\ \ \ \
| * | | | | sctp: add get and set sockopt for reconf_enableXin Long2017-03-12
| * | | | | sctp: implement receiver-side procedures for the Reconf Response ParameterXin Long2017-03-12
| * | | | | sctp: implement receiver-side procedures for the Add Incoming Streams Request...Xin Long2017-03-12
| * | | | | sctp: implement receiver-side procedures for the Add Outgoing Streams Request...Xin Long2017-03-12
| * | | | | sctp: add support for generating add stream change event notificationXin Long2017-03-12
| * | | | | sctp: implement receiver-side procedures for the SSN/TSN Reset Request ParameterXin Long2017-03-12
| * | | | | sctp: add support for generating assoc reset event notificationXin Long2017-03-12
* | | | | | sctp: switch to copy_from_iter_full()Al Viro2017-04-21
| |_|_|_|/ |/| | | |
* | | | | sctp: listen on the sock only when it's state is listening or closedXin Long2017-04-06
| |_|_|/ |/| | |
* | | | sctp: get sock from transport in sctp_transport_update_pmtuXin Long2017-04-05
* | | | sctp: check for dst and pathmtu update in sctp_packet_configXin Long2017-04-03
* | | | sctp: use right in and out stream cntXin Long2017-04-01
* | | | sctp: alloc stream info when initializing asocXin Long2017-03-30
* | | | sctp: change to save MSG_MORE flag into assocXin Long2017-03-28
| |_|/ |/| |
* | | sctp: remove useless err from sctp_association_initXin Long2017-03-22
* | | sctp: out_qlen should be updated when pruning unsent queueXin Long2017-03-21
* | | sctp: remove temporary variable confirm from sctp_packet_transmitXin Long2017-03-21
| |/ |/|
* | net: Work around lockdep limitation in sockets that use socketsDavid Howells2017-03-09
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-03-04
|\
| * sctp: call rcu_read_lock before checking for duplicate transport nodesXin Long2017-03-01
* | sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-02
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-02-28
|\
| * sctp: set sin_port for addr param when checking duplicate addressXin Long2017-02-26
| * sctp: deny peeloff operation on asocs with threads sleeping on itMarcelo Ricardo Leitner2017-02-24
* | lib/vsprintf.c: remove %Z supportAlexey Dobriyan2017-02-27
* | scripts/spelling.txt: add "varible" pattern and fix typo instancesMasahiro Yamada2017-02-27
|/
* sctp: add support for MSG_MOREXin Long2017-02-20
* sctp: flush out queue once assoc state falls into SHUTDOWN_PENDINGXin Long2017-02-20
* sctp: check duplicate node before inserting a new transportXin Long2017-02-19
* sctp: add reconf chunk eventXin Long2017-02-19
* sctp: add reconf chunk processXin Long2017-02-19