aboutsummaryrefslogtreecommitdiffstats
path: root/net/sctp/socket.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-07-25net/sctp: terminate rhashtable walk correctlyVegard Nossum1-0/+1
2016-07-16sctp: recvmsg should be able to run even if sock is in closing stateMarcelo Ricardo Leitner1-15/+17
2016-07-13sctp: allow GSO frags to access the chunk tooMarcelo Ricardo Leitner1-3/+7
2016-07-11sctp: implement prsctp PRIO policyXin Long1-0/+3
2016-07-11sctp: implement prsctp TTL policyXin Long1-2/+2
2016-07-11sctp: add SCTP_PR_ASSOC_STATUS on sctp sockoptXin Long1-0/+62
2016-07-11sctp: add SCTP_DEFAULT_PRINFO into sctp sockoptXin Long1-0/+91
2016-07-11sctp: add SCTP_PR_SUPPORTED on sctp sockoptXin Long1-0/+80
2016-06-16sctp: change sk state to CLOSED instead of CLOSING in sctp_sock_migrateXin Long1-1/+1
2016-06-10sctp: sctp should change socket state when shutdown is receivedXin Long1-2/+6
2016-06-03sctp: Add GSO supportMarcelo Ricardo Leitner1-0/+2
2016-05-31sctp: sctp_diag should dump sctp socket typeXin Long1-0/+1
2016-04-15sctp: fix some rhashtable functions using in sctp proc/diagXin Long1-5/+10
2016-04-15sctp: export some apis or variables for sctp_diag and reuse some for procXin Long1-0/+125
2016-04-15sctp: add sctp_info dump api for sctp_diagXin Long1-0/+86
2016-04-15sctp: simplify sk_receive_queue lockingMarcelo Ricardo Leitner1-3/+1
2016-04-14sctp: add support for RPS and RFSMarcelo Ricardo Leitner1-0/+3
2016-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-1/+3
2016-03-22net/sctp: use in_compat_syscall for sctp_getsockopt_connectx3Andy Lutomirski1-1/+1
2016-03-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linuxDavid S. Miller1-9/+8
2016-03-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-5/+4
2016-03-17Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-4/+4
2016-03-16sctp: consolidate local_bh_disable/enable + spin_lock/unlock to _bh variantNicholas Mc Guire1-4/+2
2016-03-08sctp: fix copying more bytes than expected in sctp_add_bind_addrMarcelo Ricardo Leitner1-1/+3
2016-02-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+7
2016-02-11sock: struct proto hash function may errorCraig Gallek1-1/+2
2016-02-09sctp: translate network order to host order when users get a hmacidXin Long1-2/+7
2016-01-27sctp: Use shashHerbert Xu1-4/+4
2016-01-24sctp: allow setting SCTP_SACK_IMMEDIATELY by the applicationMarcelo Ricardo Leitner1-0/+2
2016-01-05sctp: drop the old assoc hashtable of sctpXin Long1-5/+1
2015-12-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-5/+9
2015-12-30sctp: sctp should release assoc when sctp_make_abort_user return NULL in sctp_closeXin Long1-2/+1
2015-12-28sctp: label accepted/peeled off socketsMarcelo Ricardo Leitner1-0/+2
2015-12-28sctp: use GFP_USER for user-controlled kmallocMarcelo Ricardo Leitner1-3/+6
2015-12-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-6/+6
2015-12-06sctp: only drop the reference on the datamsg after sending a msglucien1-4/+2
2015-12-06sctp: hold the chunks only after the chunk is enqueued in outqlucien1-2/+0
2015-12-05sctp: also copy sk_tsflags when copying the socketMarcelo Ricardo Leitner1-0/+1
2015-12-05sctp: update the netstamp_needed counter when copying socketsMarcelo Ricardo Leitner1-0/+3
2015-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-14/+25
2015-12-03ipv6: sctp: implement sctp_v6_destroy_sock()Eric Dumazet1-1/+8
2015-12-02sctp: use GFP_USER for user-controlled kmallocMarcelo Ricardo Leitner1-2/+2
2015-12-01net: fix sock_wake_async() rcu protectionEric Dumazet1-10/+14
2015-12-01net: rename SOCK_ASYNC_NOSPACE and SOCK_ASYNC_WAITDATAEric Dumazet1-1/+1
2015-11-30net: Generalise wq_has_sleeper helperHerbert Xu1-1/+1
2015-09-29net: Drop unlikely before IS_ERR(_OR_NULL)Viresh Kumar1-1/+1
2015-07-26net: sctp: stop spamming klog with rfc6458, 5.3.2. deprecation warningsDaniel Borkmann1-6/+0
2015-06-28net: Kill sock->sk_protinfoDavid Miller1-6/+0
2015-06-14sctp: fix ASCONF list handlingMarcelo Ricardo Leitner1-11/+32
2015-03-25sctp: avoid to repeatedly declare external variablesYing Xue1-5/+0