summaryrefslogtreecommitdiffstats
path: root/net/sctp/socket.c
AgeCommit message (Expand)AuthorLines
2017-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-2/+1
2017-08-23sctp: Avoid out-of-bounds reads from address storageStefano Brivio-2/+1
2017-08-11sctp: remove the typedef sctp_socket_type_tXin Long-3/+4
2017-08-11sctp: remove the typedef sctp_cmsgs_tXin Long-4/+5
2017-08-06sctp: remove the typedef sctp_scope_tXin Long-2/+2
2017-07-01sctp: Add peeloff-flags socket optionNeil Horman-15/+72
2017-07-01sctp: remove the typedef sctp_paramhdr_tXin Long-3/+4
2017-07-01net: convert sock.sk_wmem_alloc from atomic_t to refcount_tReshetova, Elena-2/+2
2017-07-01net: convert sk_buff.users from atomic_t to refcount_tReshetova, Elena-1/+1
2017-06-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-3/+2
2017-06-15sctp: return next obj by passing pos + 1 into sctp_transport_get_idxXin Long-3/+2
2017-06-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-2/+2
2017-06-10sctp: fix recursive locking warning in sctp_do_peeloffXin Long-2/+2
2017-06-10sctp: disable BH in sctp_for_each_endpointXin Long-2/+2
2017-06-08tcp: add TCPMemoryPressuresChrono counterEric Dumazet-1/+1
2017-06-02sctp: define the member stream as an object instead of pointer in asocXin Long-7/+7
2017-04-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-0/+3
2017-04-06sctp: listen on the sock only when it's state is listening or closedXin Long-0/+3
2017-04-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-9/+9
2017-04-05sctp: get sock from transport in sctp_transport_update_pmtuXin Long-3/+3
2017-04-03sctp: add SCTP_PR_STREAM_STATUS sockopt for prsctpXin Long-0/+59
2017-04-01sctp: use right in and out stream cntXin Long-5/+5
2017-03-28sctp: change to save MSG_MORE flag into assocXin Long-1/+1
2017-03-24net: Change return type of sk_busy_loop from bool to voidAlexander Duyck-3/+6
2017-03-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-2/+2
2017-03-12sctp: add get and set sockopt for reconf_enableXin Long-0/+81
2017-03-09net: Work around lockdep limitation in sockets that use socketsDavid Howells-2/+2
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar-0/+1
2017-02-24sctp: deny peeloff operation on asocs with threads sleeping on itMarcelo Ricardo Leitner-2/+6
2017-02-20sctp: add support for MSG_MOREXin Long-0/+1
2017-02-09sctp: implement sender-side procedures for Add Incoming/Outgoing Streams Requ...Xin Long-0/+29
2017-02-09sctp: implement sender-side procedures for SSN/TSN Reset Request ParameterXin Long-0/+29
2017-02-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-2/+3
2017-02-07sctp: check af before verify address in sctp_addr_id2transportXin Long-1/+1
2017-02-07sctp: add dst_pending_confirm flagJulian Anastasov-2/+2
2017-02-07sctp: avoid BUG_ON on sctp_wait_for_sndbufMarcelo Ricardo Leitner-1/+2
2017-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-1/+5
2017-01-25sctp: sctp_addr_id2transport should verify the addr before looking up assocXin Long-1/+5
2017-01-24Introduce a sysctl that modifies the value of PROT_SOCK.Krister Johansen-4/+6
2017-01-18sctp: implement sender-side procedures for SSN Reset Request ParameterXin Long-0/+29
2017-01-18sctp: add sockopt SCTP_ENABLE_STREAM_RESETXin Long-0/+84
2017-01-16sctp: remove useless code from sctp_apply_peer_addr_paramsMarcelo Ricardo Leitner-1/+0
2016-12-17sctp: sctp_transport_lookup_process should rcu_read_unlock when transport is ...Xin Long-4/+3
2016-11-16sctp: use new rhlist interface on sctp transport rhashtableXin Long-5/+2
2016-11-14sctp: change sk state only when it has assocs in sctp_shutdownXin Long-8/+7
2016-11-07sctp: assign assoc_id earlier in __sctp_connectMarcelo Ricardo Leitner-2/+5
2016-10-31sctp: hold transport instead of assoc in sctp_diagXin Long-4/+1
2016-10-23net: sctp, forbid negative lengthJiri Slaby-1/+4
2016-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-3/+7
2016-09-30sctp: fix the issue sctp_diag uses lock_sock in rcu_read_lockXin Long-3/+7