summaryrefslogtreecommitdiff
path: root/net/sctp/socket.c
AgeCommit message (Expand)AuthorFilesLines
2018-11-10sctp: fix race on sctp_id2asocMarcelo Ricardo Leitner1-3/+2
2018-11-10sctp: translate network order to host order when users get a hmacidXin Long1-2/+7
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-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-16sctp: use the right sk after waking up from wait_buf sleepXin Long1-10/+11
2017-12-16sctp: 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-08-11net: sctp: fix race for one-to-many sockets in sendmsg's auto associateDaniel Borkmann1-1/+7
2017-05-08sctp: listen on the sock only when it's state is listening or closedXin Long1-0/+3
2017-04-22sctp: deny peeloff operation on asocs with threads sleeping on itMarcelo Ricardo Leitner1-2/+6
2017-04-18net: sctp, forbid negative lengthJiri Slaby1-1/+4
2017-04-18sctp: avoid BUG_ON on sctp_wait_for_sndbufMarcelo Ricardo Leitner1-1/+2
2016-02-15sctp: sctp should release assoc when sctp_make_abort_user return NULL in sctp...Xin Long1-2/+1
2016-01-16sctp: also copy sk_tsflags when copying the socketMarcelo Ricardo Leitner1-0/+1
2016-01-16sctp: update the netstamp_needed counter when copying socketsMarcelo Ricardo Leitner1-0/+3
2015-12-14ipv6: sctp: implement sctp_v6_destroy_sock()Eric Dumazet1-1/+8
2015-07-05sctp: fix ASCONF list handlingMarcelo Ricardo Leitner1-11/+32
2014-08-30net: sctp: fix ABI mismatch through sctp_assoc_to_state helperDaniel Borkmann1-1/+1
2014-08-01sctp: Fixup v4mapped behaviour to comply with Sock APIJason Gunthorpe1-17/+16
2014-07-17net: sctp: deprecate rfc6458, 5.3.2. SCTP_SNDRCV supportDaniel Borkmann1-2/+7
2014-07-17net: sctp: implement rfc6458, 8.1.31. SCTP_DEFAULT_SNDINFO supportGeir Ola Vaagland1-9/+98
2014-07-17net: sctp: implement rfc6458, 5.3.6. SCTP_NXTINFO cmsg supportGeir Ola Vaagland1-4/+48
2014-07-17net: sctp: implement rfc6458, 5.3.5. SCTP_RCVINFO cmsg supportGeir Ola Vaagland1-1/+48
2014-07-17net: sctp: implement rfc6458, 5.3.4. SCTP_SNDINFO cmsg supportGeir Ola Vaagland1-20/+57
2014-05-24net: Split sk_no_check into sk_no_check_{rx,tx}Tom Herbert1-1/+2
2014-05-14ipv4: make ip_local_reserved_ports per netnsWANG Cong1-2/+3
2014-04-21sctp: add support for busy polling to sctp protocolNeil Horman1-0/+5
2014-04-19net: sctp: cache auth_enable per endpointVlad Yasevich1-28/+26
2014-04-15Revert "net: sctp: Fix a_rwnd/rwnd management to reflect real state of the re...Daniel Borkmann1-0/+6
2014-04-12net: Fix use after free by removing length arg from sk_data_ready callbacks.David S. Miller1-1/+1
2014-04-09net: sctp: test if association is dead in sctp_wake_up_waitersDaniel Borkmann1-0/+6
2014-04-08net: sctp: wake up all assocs if sndbuf policy is per socketDaniel Borkmann1-1/+35
2014-02-19net: sctp: fix sctp_connectx abi for ia32 emulation/compat modeDaniel Borkmann1-9/+32
2014-02-17net: sctp: Fix a_rwnd/rwnd management to reflect real state of the receiver's...Matija Glavinic Pecotic1-6/+0
2014-01-22sctp: remove macros sctp_bh_[un]lock_sockwangweidong1-2/+2
2014-01-22sctp: remove macros sctp_{lock|release}_sockwangweidong1-31/+31
2014-01-22sctp: remove macros sctp_spin_[un]lockwangweidong1-8/+8
2014-01-22sctp: remove macros sctp_local_bh_{disable|enable}wangweidong1-8/+8
2014-01-16sctp: create helper function to enable|disable sackdelaywangweidong1-18/+19
2014-01-15sctp: remove a redundant NULL checkDan Carpenter1-1/+1
2014-01-15net: replace macros net_random and net_srandom with direct calls to prandomAruna-Hewapathirane1-1/+1
2014-01-04sctp: Add process name and pid to deprecation warningsNeil Horman1-6/+18
2013-12-31SCTP: Reduce log spamming for sctp setsockoptNeil Horman1-12/+18
2013-12-26sctp: fix checkpatch errors with //commenwangweidong1-1/+1
2013-12-26sctp: fix checkpatch errors with open brace '{' and trailing statementswangweidong1-1/+2