summaryrefslogtreecommitdiff
path: root/net/sctp/sctp_diag.c
AgeCommit message (Expand)AuthorFilesLines
2017-09-27sctp: Fix a big endian bug in sctp_diag_dump()Dan Carpenter1-1/+3
2017-09-16sctp: do not mark sk dumped when inet_sctp_diag_fill returns errXin Long1-1/+0
2017-09-16sctp: fix an use-after-free issue in sctp_sock_dumpXin Long1-23/+9
2017-08-24sctp: 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-03Merge 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-09net: inet: diag: expose the socket mark to privileged processes.Lorenzo Colitti1-6/+14
2016-08-24sctp: 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-11net: diag: add missing declarationsBen Dooks1-6/+0
2016-05-26sctp: 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_poli...Xin 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-16sctp: add the sctp_diag.c fileXin Long1-0/+497