summaryrefslogtreecommitdiffstats
path: root/net/sctp/socket.c
Commit message (Expand)AuthorAgeFilesLines
* 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-161-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-021-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-181-2/+6
|/
* sctp: allow receiving msg when TCP-style sk is in CLOSED stateXin Long2016-07-301-1/+1
* net/sctp: terminate rhashtable walk correctlyVegard Nossum2016-07-251-0/+1
* sctp: recvmsg should be able to run even if sock is in closing stateMarcelo Ricardo Leitner2016-07-161-15/+17
* sctp: allow GSO frags to access the chunk tooMarcelo Ricardo Leitner2016-07-131-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-101-2/+6
* sctp: Add GSO supportMarcelo Ricardo Leitner2016-06-031-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-141-0/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2016-03-231-1/+3
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linuxDavid S. Miller2016-03-191-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-161-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-241-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. Miller2015-12-311-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
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-12-171-6/+6
|\ \ | |/
| * sctp: only drop the reference on the datamsg after sending a msglucien2015-12-061-4/+2
| * sctp: hold the chunks only after the chunk is enqueued in outqlucien2015-12-061-2/+0
| * sctp: also copy sk_tsflags when copying the socketMarcelo Ricardo Leitner2015-12-051-0/+1
| * sctp: update the netstamp_needed counter when copying socketsMarcelo Ricardo Leitner2015-12-051-0/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-12-031-14/+25
|\ \ | |/
OpenPOWER on IntegriCloud