index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
sctp
/
sctp_diag.c
Age
Commit message (
Expand
)
Author
2017-09-26
sctp: Fix a big endian bug in sctp_diag_dump()
Dan Carpenter
2017-09-15
sctp: do not mark sk dumped when inet_sctp_diag_fill returns err
Xin Long
2017-09-15
sctp: fix an use-after-free issue in sctp_sock_dump
Xin Long
2017-08-23
sctp: Avoid out-of-bounds reads from address storage
Stefano Brivio
2017-06-19
sctp: ensure ep is not destroyed before doing the dump
Xin Long
2016-10-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2016-09-30
sctp: fix the issue sctp_diag uses lock_sock in rcu_read_lock
Xin Long
2016-09-08
net: inet: diag: expose the socket mark to privileged processes.
Lorenzo Colitti
2016-08-23
sctp: fix overrun in sctp_diag_dump_one()
Lance Richardson
2016-08-08
sctp_diag: Respect ss adding TCPF_CLOSE to idiag_states
Phil Sutter
2016-08-08
sctp_diag: Fix T3_rtx timer export
Phil Sutter
2016-06-10
net: diag: add missing declarations
Ben Dooks
2016-05-25
sctp: fix double EPs display in sctp_diag
Xin Long
2016-04-26
sctp: sctp_diag should fill RMEM_ALLOC with asoc->rmem_alloc when rcvbuf_poli...
Xin Long
2016-04-26
sock_diag: align nlattr properly when needed
Nicolas Dichtel
2016-04-21
net: use jiffies_to_msecs to replace EXPIRES_IN_MS in inet/sctp_diag
Xin Long
2016-04-15
sctp: add the sctp_diag.c file
Xin Long