aboutsummaryrefslogtreecommitdiffstats
path: root/net/sctp/sctp_diag.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-09-26sctp: Fix a big endian bug in sctp_diag_dump()Dan Carpenter1-1/+3
2017-09-15sctp: do not mark sk dumped when inet_sctp_diag_fill returns errXin Long1-1/+0
2017-09-15sctp: fix an use-after-free issue in sctp_sock_dumpXin Long1-23/+9
2017-08-23sctp: Avoid out-of-bounds reads from address storageStefano Brivio1-2/+5
2017-06-19sctp: ensure ep is not destroyed before doing the dumpXin Long1-2/+3
2016-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-18/+40
2016-09-30sctp: fix the issue sctp_diag uses lock_sock in rcu_read_lockXin Long1-18/+40
2016-09-08net: inet: diag: expose the socket mark to privileged processes.Lorenzo Colitti1-6/+14
2016-08-23sctp: fix overrun in sctp_diag_dump_one()Lance Richardson1-2/+4
2016-08-08sctp_diag: Respect ss adding TCPF_CLOSE to idiag_statesPhil Sutter1-2/+2
2016-08-08sctp_diag: Fix T3_rtx timer exportPhil Sutter1-4/+10
2016-06-10net: diag: add missing declarationsBen Dooks1-6/+0
2016-05-25sctp: fix double EPs display in sctp_diagXin Long1-0/+3
2016-04-26sctp: sctp_diag should fill RMEM_ALLOC with asoc->rmem_alloc when rcvbuf_policy is setXin Long1-1/+5
2016-04-26sock_diag: align nlattr properly when neededNicolas Dichtel1-2/+3
2016-04-21net: use jiffies_to_msecs to replace EXPIRES_IN_MS in inet/sctp_diagXin Long1-4/+2
2016-04-15sctp: add the sctp_diag.c fileXin Long1-0/+497