aboutsummaryrefslogtreecommitdiffstats
path: root/net/sctp (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-09-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+12
2016-09-10sctp: use IS_ENABLED() instead of checking for built-in or moduleJavier Martinez Canillas1-1/+1
2016-09-09sctp: identify chunks that need to be fragmented at IP levelMarcelo Ricardo Leitner1-1/+12
2016-09-08net: inet: diag: expose the socket mark to privileged processes.Lorenzo Colitti1-6/+14
2016-08-23sctp: fix overrun in sctp_diag_dump_one()Lance Richardson1-2/+4
2016-08-19sctp: linearize early if it's not GSOMarcelo Ricardo Leitner2-17/+7
2016-08-13net/sctp: always initialise sctp_ht_iter::start_failVegard Nossum1-0/+1
2016-08-08sctp: use event->chunk when it's validXin Long1-2/+2
2016-08-08sctp_diag: Respect ss adding TCPF_CLOSE to idiag_statesPhil Sutter1-2/+2
2016-08-08sctp_diag: Fix T3_rtx timer exportPhil Sutter1-4/+10
2016-07-30sctp: allow receiving msg when TCP-style sk is in CLOSED stateXin Long1-1/+1
2016-07-30sctp: allow delivering notifications after receiving SHUTDOWNXin Long1-1/+3
2016-07-30sctp: fix the issue sctp requeue auth chunk incorrectlyXin Long1-1/+2
2016-07-25net/sctp: terminate rhashtable walk correctlyVegard Nossum1-0/+1
2016-07-25sctp: also point GSO head_skb to the sk when it's availableMarcelo Ricardo Leitner1-0/+3
2016-07-25sctp: fix BH handling on socket backlogMarcelo Ricardo Leitner2-2/+2
2016-07-25sctp: use inet_recvmsg to support sctp RFS wellXin Long2-2/+2
2016-07-25sctp: support ipv6 nonlocal bindXin Long1-1/+3
2016-07-16sctp: fix GSO for IPv6Marcelo Ricardo Leitner1-1/+22
2016-07-16sctp: recvmsg should be able to run even if sock is in closing stateMarcelo Ricardo Leitner1-15/+17
2016-07-13sctp: only check for ECN if peer is using itMarcelo Ricardo Leitner1-3/+2
2016-07-13sctp: do not clear chunk->ecn_ce_done flagMarcelo Ricardo Leitner1-1/+0
2016-07-13sctp: avoid identifying address family many times for a chunkMarcelo Ricardo Leitner4-21/+8
2016-07-13sctp: allow GSO frags to access the chunk tooMarcelo Ricardo Leitner6-10/+30
2016-07-13sctp: reorder sctp_ulpevent and shrink msg_flagsMarcelo Ricardo Leitner1-2/+2
2016-07-13sctp: allow others to use sctp_input_cbMarcelo Ricardo Leitner1-11/+0
2016-07-11sctp: implement prsctp PRIO policyXin Long4-1/+105
2016-07-11sctp: implement prsctp RTX policyXin Long2-0/+6
2016-07-11sctp: implement prsctp TTL policyXin Long4-5/+33
2016-07-11sctp: add SCTP_PR_ASSOC_STATUS on sctp sockoptXin Long1-0/+62
2016-07-11sctp: add SCTP_DEFAULT_PRINFO into sctp sockoptXin Long1-0/+91
2016-07-11sctp: add SCTP_PR_SUPPORTED on sctp sockoptXin Long4-6/+88
2016-07-09sctp: fix panic when sending auth chunksMarcelo Ricardo Leitner1-3/+15
2016-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-6/+0
2016-06-16sctp: change sk state to CLOSED instead of CLOSING in sctp_sock_migrateXin Long1-1/+1
2016-06-14sctp: fix error return code in sctp_init()Wei Yongjun1-1/+2
2016-06-10net: diag: add missing declarationsBen Dooks1-6/+0
2016-06-10sctp: sctp should change socket state when shutdown is receivedXin Long2-3/+9
2016-06-03sctp: Fix warning in sctp_packet_transmit_chunk()David S. Miller1-1/+1
2016-06-03sctp: improve debug message to also log curr pkt and new chunk sizeMarcelo Ricardo Leitner1-1/+2
2016-06-03sctp: Add GSO supportMarcelo Ricardo Leitner7-124/+408
2016-06-03sctp: delay as much as possible skb_linearizeMarcelo Ricardo Leitner2-31/+43
2016-05-31sctp: sctp_diag should dump sctp socket typeXin Long1-0/+1
2016-05-25sctp: fix double EPs display in sctp_diagXin Long1-0/+3
2016-05-02sctp: prepare for socket backlog behavior changeEric Dumazet1-0/+2
2016-05-01sctp: signal sk_data_ready earlier on data chunks receptionMarcelo Ricardo Leitner2-13/+19
2016-04-27net: rename NET_{ADD|INC}_STATS_BH()Eric Dumazet1-1/+1
2016-04-27net: rename ICMP6_INC_STATS_BH()Eric Dumazet1-1/+1
2016-04-27net: sctp: rename SCTP_INC_STATS_BH()Eric Dumazet1-6/+6
2016-04-27net: rename ICMP_INC_STATS_BH()Eric Dumazet1-1/+1