aboutsummaryrefslogtreecommitdiff
path: root/net/sctp
AgeCommit message (Expand)Author
2016-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-09-30sctp: fix the issue sctp_diag uses lock_sock in rcu_read_lockXin Long
2016-09-30sctp: change to check peer prsctp_capable when using prsctp policesXin Long
2016-09-30sctp: remove prsctp_param from sctp_chunkXin Long
2016-09-30net: Suppress the "Comparison to NULL could be written" warningsJia He
2016-09-30proc: Reduce cache miss in sctp_snmp_seq_showJia He
2016-09-23sctp: fix the handling of SACK Gap Ack blocksMarcelo Ricardo Leitner
2016-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-09-22sctp: make use of SCTP_TRUNC4 macroMarcelo Ricardo Leitner
2016-09-22sctp: rename WORD_TRUNC/ROUND macrosMarcelo Ricardo Leitner
2016-09-19sctp: Remove some redundant codeChristophe Jaillet
2016-09-18sctp: not return ENOMEM err back in sctp_packet_transmitXin Long
2016-09-18sctp: make sctp_outq_flush/tail/uncork return voidXin Long
2016-09-18sctp: save transmit error to sk_err in sctp_outq_flushXin Long
2016-09-18sctp: free msg->chunks when sctp_primitive_SEND return errXin Long
2016-09-18sctp: do not return the transmit err back to sctp_sendmsgXin Long
2016-09-18sctp: remove the unnecessary state check in sctp_outq_tailXin Long
2016-09-13sctp: hold the transport before using it in sctp_hash_cmpXin Long
2016-09-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-09-10sctp: use IS_ENABLED() instead of checking for built-in or moduleJavier Martinez Canillas
2016-09-09sctp: identify chunks that need to be fragmented at IP levelMarcelo Ricardo Leitner
2016-09-08net: inet: diag: expose the socket mark to privileged processes.Lorenzo Colitti
2016-08-23sctp: fix overrun in sctp_diag_dump_one()Lance Richardson
2016-08-19sctp: linearize early if it's not GSOMarcelo Ricardo Leitner
2016-08-13net/sctp: always initialise sctp_ht_iter::start_failVegard Nossum
2016-08-08sctp: use event->chunk when it's validXin Long
2016-08-08sctp_diag: Respect ss adding TCPF_CLOSE to idiag_statesPhil Sutter
2016-08-08sctp_diag: Fix T3_rtx timer exportPhil Sutter
2016-07-30sctp: allow receiving msg when TCP-style sk is in CLOSED stateXin Long
2016-07-30sctp: allow delivering notifications after receiving SHUTDOWNXin Long
2016-07-30sctp: fix the issue sctp requeue auth chunk incorrectlyXin Long
2016-07-25net/sctp: terminate rhashtable walk correctlyVegard Nossum
2016-07-25sctp: also point GSO head_skb to the sk when it's availableMarcelo Ricardo Leitner
2016-07-25sctp: fix BH handling on socket backlogMarcelo Ricardo Leitner
2016-07-25sctp: use inet_recvmsg to support sctp RFS wellXin Long
2016-07-25sctp: support ipv6 nonlocal bindXin Long
2016-07-16sctp: fix GSO for IPv6Marcelo Ricardo Leitner
2016-07-16sctp: recvmsg should be able to run even if sock is in closing stateMarcelo Ricardo Leitner
2016-07-13sctp: only check for ECN if peer is using itMarcelo Ricardo Leitner
2016-07-13sctp: do not clear chunk->ecn_ce_done flagMarcelo Ricardo Leitner
2016-07-13sctp: avoid identifying address family many times for a chunkMarcelo Ricardo Leitner
2016-07-13sctp: allow GSO frags to access the chunk tooMarcelo Ricardo Leitner
2016-07-13sctp: reorder sctp_ulpevent and shrink msg_flagsMarcelo Ricardo Leitner
2016-07-13sctp: allow others to use sctp_input_cbMarcelo Ricardo Leitner
2016-07-11sctp: implement prsctp PRIO policyXin Long
2016-07-11sctp: implement prsctp RTX policyXin Long
2016-07-11sctp: implement prsctp TTL policyXin Long
2016-07-11sctp: add SCTP_PR_ASSOC_STATUS on sctp sockoptXin Long
2016-07-11sctp: add SCTP_DEFAULT_PRINFO into sctp sockoptXin Long
2016-07-11sctp: add SCTP_PR_SUPPORTED on sctp sockoptXin Long