aboutsummaryrefslogtreecommitdiffstats
path: root/net/sctp
Commit message (Expand)AuthorAge
* sctp: allow receiving msg when TCP-style sk is in CLOSED stateXin Long2016-07-31
* sctp: allow delivering notifications after receiving SHUTDOWNXin Long2016-07-31
* sctp: fix the issue sctp requeue auth chunk incorrectlyXin Long2016-07-31
* net/sctp: terminate rhashtable walk correctlyVegard Nossum2016-07-25
* sctp: also point GSO head_skb to the sk when it's availableMarcelo Ricardo Leitner2016-07-25
* sctp: fix BH handling on socket backlogMarcelo Ricardo Leitner2016-07-25
* sctp: use inet_recvmsg to support sctp RFS wellXin Long2016-07-25
* sctp: support ipv6 nonlocal bindXin Long2016-07-25
* sctp: fix GSO for IPv6Marcelo Ricardo Leitner2016-07-17
* sctp: recvmsg should be able to run even if sock is in closing stateMarcelo Ricardo Leitner2016-07-17
* sctp: only check for ECN if peer is using itMarcelo Ricardo Leitner2016-07-13
* sctp: do not clear chunk->ecn_ce_done flagMarcelo Ricardo Leitner2016-07-13
* sctp: avoid identifying address family many times for a chunkMarcelo Ricardo Leitner2016-07-13
* sctp: allow GSO frags to access the chunk tooMarcelo Ricardo Leitner2016-07-13
* sctp: reorder sctp_ulpevent and shrink msg_flagsMarcelo Ricardo Leitner2016-07-13
* sctp: allow others to use sctp_input_cbMarcelo Ricardo Leitner2016-07-13
* sctp: implement prsctp PRIO policyXin Long2016-07-11
* sctp: implement prsctp RTX policyXin Long2016-07-11
* sctp: implement prsctp TTL policyXin Long2016-07-11
* sctp: add SCTP_PR_ASSOC_STATUS on sctp sockoptXin Long2016-07-11
* sctp: add SCTP_DEFAULT_PRINFO into sctp sockoptXin Long2016-07-11
* sctp: add SCTP_PR_SUPPORTED on sctp sockoptXin Long2016-07-11
* sctp: fix panic when sending auth chunksMarcelo Ricardo Leitner2016-07-09
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-06-30
|\
| * net: diag: add missing declarationsBen Dooks2016-06-11
* | sctp: change sk state to CLOSED instead of CLOSING in sctp_sock_migrateXin Long2016-06-16
* | sctp: fix error return code in sctp_init()Wei Yongjun2016-06-15
* | sctp: sctp should change socket state when shutdown is receivedXin Long2016-06-11
* | sctp: Fix warning in sctp_packet_transmit_chunk()David S. Miller2016-06-04
* | sctp: improve debug message to also log curr pkt and new chunk sizeMarcelo Ricardo Leitner2016-06-03
* | sctp: Add GSO supportMarcelo Ricardo Leitner2016-06-03
* | sctp: delay as much as possible skb_linearizeMarcelo Ricardo Leitner2016-06-03
|/
* sctp: sctp_diag should dump sctp socket typeXin Long2016-05-31
* sctp: fix double EPs display in sctp_diagXin Long2016-05-26
* sctp: prepare for socket backlog behavior changeEric Dumazet2016-05-02
* sctp: signal sk_data_ready earlier on data chunks receptionMarcelo Ricardo Leitner2016-05-01
* net: rename NET_{ADD|INC}_STATS_BH()Eric Dumazet2016-04-27
* net: rename ICMP6_INC_STATS_BH()Eric Dumazet2016-04-27
* net: sctp: rename SCTP_INC_STATS_BH()Eric Dumazet2016-04-27
* net: rename ICMP_INC_STATS_BH()Eric Dumazet2016-04-27
* net: snmp: kill various STATS_USER() helpersEric Dumazet2016-04-27
* sctp: sctp_diag should fill RMEM_ALLOC with asoc->rmem_alloc when rcvbuf_poli...Xin Long2016-04-26
* sock_diag: align nlattr properly when neededNicolas Dichtel2016-04-26
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-04-23
|\
| * sctp: avoid refreshing heartbeat timer too oftenMarcelo Ricardo Leitner2016-04-10
* | net: use jiffies_to_msecs to replace EXPIRES_IN_MS in inet/sctp_diagXin Long2016-04-21
* | sctp: fix some rhashtable functions using in sctp proc/diagXin Long2016-04-15
* | sctp: merge the seq_start/next/exits in remaddrs and assocsXin Long2016-04-15
* | sctp: add the sctp_diag.c fileXin Long2016-04-15
* | sctp: export some apis or variables for sctp_diag and reuse some for procXin Long2016-04-15