summaryrefslogtreecommitdiff
path: root/net/sctp/socket.c
AgeCommit message (Expand)AuthorFilesLines
2018-11-23sctp: not allow to set asoc prsctp_enable by sockoptXin Long1-21/+5
2018-11-10sctp: fix race on sctp_id2asocMarcelo Ricardo Leitner1-3/+2
2018-11-10sctp: use right member as the param of list_for_each_entryXin Long1-3/+3
2018-09-15sctp: hold transport before accessing its asoc in sctp_transport_get_nextXin Long1-7/+15
2018-04-13sctp: sctp_sockaddr_af must check minimal addr length for AF_INET6Eric Dumazet1-5/+8
2018-04-13sctp: fix recursive locking warning in sctp_do_peeloffXin Long1-2/+2
2018-03-03sctp: make use of pre-calculated lenMarcelo Ricardo Leitner1-6/+10
2018-02-25sctp: set frag_point in sctp_setsockopt_maxseg correctlyXin Long1-10/+19
2018-01-31sctp: return error if the asoc has been peeled off in sctp_wait_for_sndbufXin Long1-10/+6
2018-01-31sctp: do not allow the v4 socket to bind a v4mapped v6 addressXin Long1-8/+6
2018-01-02sctp: Replace use of sockets_allocated with specified macro.Tonghao Zhang1-2/+2
2017-12-14sctp: use the right sk after waking up from wait_buf sleepXin Long1-10/+11
2017-12-14sctp: do not free asoc when it is already dead in sctp_sendmsgXin Long1-3/+14
2017-11-24sctp: do not peel off an assoc from one netns to another oneXin Long1-0/+4
2017-11-18sctp: reset owner sk for data chunks on out queues when migrating a sockXin Long1-0/+32
2017-09-20sctp: Avoid out-of-bounds reads from address storageStefano Brivio1-2/+1
2017-07-05sctp: check af before verify address in sctp_addr_id2transportXin Long1-1/+1
2017-07-05sctp: return next obj by passing pos + 1 into sctp_transport_get_idxXin Long1-3/+2
2017-07-05sctp: disable BH in sctp_for_each_endpointXin Long1-2/+2
2017-06-17sctp: sctp_addr_id2transport should verify the addr before looking up assocXin Long1-1/+5
2017-05-03sctp: listen on the sock only when it's state is listening or closedXin Long1-0/+3
2017-04-21sctp: deny peeloff operation on asocs with threads sleeping on itMarcelo Ricardo Leitner1-2/+6
2017-02-18sctp: avoid BUG_ON on sctp_wait_for_sndbufMarcelo Ricardo Leitner1-1/+2
2017-01-15sctp: sctp_transport_lookup_process should rcu_read_unlock when transport is ...Xin Long1-2/+3
2016-11-15sctp: change sk state only when it has assocs in sctp_shutdownXin Long1-8/+7
2016-11-07sctp: assign assoc_id earlier in __sctp_connectMarcelo Ricardo Leitner1-2/+5
2016-10-31sctp: hold transport instead of assoc in sctp_diagXin Long1-4/+1
2016-10-24net: sctp, forbid negative lengthJiri Slaby1-1/+4
2016-10-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+7
2016-09-30sctp: fix the issue sctp_diag uses lock_sock in rcu_read_lockXin Long1-3/+7
2016-09-19sctp: free msg->chunks when sctp_primitive_SEND return errXin Long1-2/+6
2016-07-31sctp: allow receiving msg when TCP-style sk is in CLOSED stateXin Long1-1/+1
2016-07-26net/sctp: terminate rhashtable walk correctlyVegard Nossum1-0/+1
2016-07-17sctp: recvmsg should be able to run even if sock is in closing stateMarcelo Ricardo Leitner1-15/+17
2016-07-14sctp: allow GSO frags to access the chunk tooMarcelo Ricardo Leitner1-3/+7
2016-07-11sctp: implement prsctp PRIO policyXin Long1-0/+3
2016-07-11sctp: implement prsctp TTL policyXin Long1-2/+2
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 Long1-0/+80
2016-06-17sctp: change sk state to CLOSED instead of CLOSING in sctp_sock_migrateXin Long1-1/+1
2016-06-11sctp: sctp should change socket state when shutdown is receivedXin Long1-2/+6
2016-06-04sctp: Add GSO supportMarcelo Ricardo Leitner1-0/+2
2016-05-31sctp: sctp_diag should dump sctp socket typeXin Long1-0/+1
2016-04-16sctp: fix some rhashtable functions using in sctp proc/diagXin Long1-5/+10
2016-04-16sctp: export some apis or variables for sctp_diag and reuse some for procXin Long1-0/+125
2016-04-16sctp: add sctp_info dump api for sctp_diagXin Long1-0/+86
2016-04-16sctp: simplify sk_receive_queue lockingMarcelo Ricardo Leitner1-3/+1
2016-04-15sctp: add support for RPS and RFSMarcelo Ricardo Leitner1-0/+3
2016-03-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-1/+3