summaryrefslogtreecommitdiffstats
path: root/net/sctp/socket.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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/+0
|/
* sctp: sctp_transport_lookup_process should rcu_read_unlock when transport is ...Xin Long2016-12-171-4/+3
* sctp: use new rhlist interface on sctp transport rhashtableXin Long2016-11-171-5/+2
* sctp: change sk state only when it has assocs in sctp_shutdownXin Long2016-11-141-8/+7
* 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/+1
* 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/+1
* 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/+8
| |\
| * | 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/+4
|\ \
| * | sctp: consolidate local_bh_disable/enable + spin_lock/unlock to _bh variantNicholas Mc Guire2016-03-171-4/+2
| * | 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
* | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2016-03-171-4/+4
|\ \ \ | |_|/ |/| |
| * | sctp: Use shashHerbert Xu2016-01-271-4/+4
* | | sctp: translate network order to host order when users get a hmacidXin Long2016-02-091-2/+7
| |/ |/|
* | sctp: allow setting SCTP_SACK_IMMEDIATELY by the applicationMarcelo Ricardo Leitner2016-01-251-0/+2
|/
* sctp: drop the old assoc hashtable of sctpXin Long2016-01-051-5/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-01-011-5/+9
|\
| * sctp: sctp should release assoc when sctp_make_abort_user return NULL in sctp...Xin Long2015-12-301-2/+1
| * sctp: label accepted/peeled off socketsMarcelo Ricardo Leitner2015-12-281-0/+2
| * sctp: use GFP_USER for user-controlled kmallocMarcelo Ricardo Leitner2015-12-281-3/+6