summaryrefslogtreecommitdiffstats
path: root/net/sctp/socket.c
Commit message (Expand)AuthorAgeFilesLines
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* sctp: deny peeloff operation on asocs with threads sleeping on itMarcelo Ricardo Leitner2017-02-241-2/+6
* sctp: add support for MSG_MOREXin Long2017-02-201-0/+1
* sctp: implement sender-side procedures for Add Incoming/Outgoing Streams Requ...Xin Long2017-02-091-0/+29
* sctp: implement sender-side procedures for SSN/TSN Reset Request ParameterXin Long2017-02-091-0/+29
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-02-071-2/+3
|\
| * sctp: check af before verify address in sctp_addr_id2transportXin Long2017-02-071-1/+1
| * sctp: avoid BUG_ON on sctp_wait_for_sndbufMarcelo Ricardo Leitner2017-02-071-1/+2
* | sctp: add dst_pending_confirm flagJulian Anastasov2017-02-071-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-01-281-1/+5
|\|
| * sctp: sctp_addr_id2transport should verify the addr before looking up assocXin Long2017-01-251-1/+5
* | Introduce a sysctl that modifies the value of PROT_SOCK.Krister Johansen2017-01-241-4/+6
* | sctp: implement sender-side procedures for SSN Reset Request ParameterXin Long2017-01-181-0/+29
* | sctp: add sockopt SCTP_ENABLE_STREAM_RESETXin Long2017-01-181-0/+84
* | sctp: remove useless code from sctp_apply_peer_addr_paramsMarcelo Ricardo Leitner2017-01-161-1/+0Star
|/
* sctp: sctp_transport_lookup_process should rcu_read_unlock when transport is ...Xin Long2016-12-171-4/+3Star
* sctp: use new rhlist interface on sctp transport rhashtableXin Long2016-11-171-5/+2Star
* sctp: change sk state only when it has assocs in sctp_shutdownXin Long2016-11-141-8/+7Star
* sctp: assign assoc_id earlier in __sctp_connectMarcelo Ricardo Leitner2016-11-071-2/+5
* sctp: hold transport instead of assoc in sctp_diagXin Long2016-10-311-4/+1Star
* net: sctp, forbid negative lengthJiri Slaby2016-10-231-1/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-10-031-3/+7
|\
| * sctp: fix the issue sctp_diag uses lock_sock in rcu_read_lockXin Long2016-09-301-3/+7
* | sctp: free msg->chunks when sctp_primitive_SEND return errXin Long2016-09-191-2/+6
|/
* sctp: allow receiving msg when TCP-style sk is in CLOSED stateXin Long2016-07-311-1/+1
* net/sctp: terminate rhashtable walk correctlyVegard Nossum2016-07-261-0/+1
* sctp: recvmsg should be able to run even if sock is in closing stateMarcelo Ricardo Leitner2016-07-171-15/+17
* sctp: allow GSO frags to access the chunk tooMarcelo Ricardo Leitner2016-07-141-3/+7
* sctp: implement prsctp PRIO policyXin Long2016-07-111-0/+3
* sctp: implement prsctp TTL policyXin Long2016-07-111-2/+2
* sctp: add SCTP_PR_ASSOC_STATUS on sctp sockoptXin Long2016-07-111-0/+62
* sctp: add SCTP_DEFAULT_PRINFO into sctp sockoptXin Long2016-07-111-0/+91
* sctp: add SCTP_PR_SUPPORTED on sctp sockoptXin Long2016-07-111-0/+80
* sctp: change sk state to CLOSED instead of CLOSING in sctp_sock_migrateXin Long2016-06-161-1/+1
* sctp: sctp should change socket state when shutdown is receivedXin Long2016-06-111-2/+6
* sctp: Add GSO supportMarcelo Ricardo Leitner2016-06-041-0/+2
* sctp: sctp_diag should dump sctp socket typeXin Long2016-05-311-0/+1
* sctp: fix some rhashtable functions using in sctp proc/diagXin Long2016-04-151-5/+10
* sctp: export some apis or variables for sctp_diag and reuse some for procXin Long2016-04-151-0/+125
* sctp: add sctp_info dump api for sctp_diagXin Long2016-04-151-0/+86
* sctp: simplify sk_receive_queue lockingMarcelo Ricardo Leitner2016-04-151-3/+1Star
* sctp: add support for RPS and RFSMarcelo Ricardo Leitner2016-04-151-0/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2016-03-241-1/+3
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linuxDavid S. Miller2016-03-201-9/+8Star
| |\
| * | sctp: fix copying more bytes than expected in sctp_add_bind_addrMarcelo Ricardo Leitner2016-03-081-1/+3
* | | net/sctp: use in_compat_syscall for sctp_getsockopt_connectx3Andy Lutomirski2016-03-221-1/+1
| |/ |/|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2016-03-191-5/+4Star
|\ \
| * | sctp: consolidate local_bh_disable/enable + spin_lock/unlock to _bh variantNicholas Mc Guire2016-03-171-4/+2Star
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-02-231-2/+7
| |\|
| * | sock: struct proto hash function may errorCraig Gallek2016-02-111-1/+2