Age | Commit message (Expand) | Author | Files | Lines |
2018-02-06 | sctp: fix dst refcnt leak in sctp_v4_get_dst | Tommi Rantala | 1 | -6/+4 |
2018-02-06 | sctp: fix dst refcnt leak in sctp_v6_get_dst() | Alexey Kodanev | 1 | -3/+7 |
2018-02-04 | Merge tag 'usercopy-v4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -1/+9 |
2018-02-01 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 20 | -424/+1640 |
2018-01-31 | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -48/+11 |
2018-01-31 | Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -2/+2 |
2018-01-23 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -0/+3 |
2018-01-23 | sctp: reset ret in again path in sctp_for_each_transport | Xin Long | 1 | -1/+2 |
2018-01-23 | gso: validate gso_type in GSO handlers | Willem de Bruijn | 1 | -0/+3 |
2018-01-20 | sctp: use vmemdup_user() rather than badly open-coding memdup_user() | Al Viro | 1 | -48/+11 |
2018-01-17 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 3 | -22/+23 |
2018-01-16 | net: delete /proc THIS_MODULE references | Alexey Dobriyan | 1 | -1/+0 |
2018-01-16 | sctp: do not allow the v4 socket to bind a v4mapped v6 address | Xin Long | 1 | -8/+6 |
2018-01-16 | sctp: return error if the asoc has been peeled off in sctp_wait_for_sndbuf | Xin Long | 1 | -10/+6 |
2018-01-16 | sctp: reinit stream if stream outcnt has been change by sinit in sendmsg | Xin Long | 1 | -2/+8 |
2018-01-15 | sctp: Copy struct sctp_sock.autoclose to userspace using put_user() | David Windsor | 1 | -1/+1 |
2018-01-15 | sctp: Define usercopy region in SCTP proto slab cache | David Windsor | 1 | -0/+8 |
2018-01-15 | sctp: removed unused var from sctp_make_auth | Marcelo Ricardo Leitner | 1 | -2/+1 |
2018-01-15 | sctp: avoid compiler warning on implicit fallthru | Marcelo Ricardo Leitner | 2 | -2/+3 |
2018-01-12 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -7/+21 |
2018-01-10 | sctp: make use of pre-calculated len | Marcelo Ricardo Leitner | 1 | -6/+10 |
2018-01-10 | sctp: add a ceiling to optlen in some sockopts | Marcelo Ricardo Leitner | 1 | -0/+10 |
2018-01-10 | sctp: GFP_ATOMIC is not needed in sctp_setsockopt_events | Marcelo Ricardo Leitner | 1 | -1/+1 |
2018-01-09 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 3 | -34/+45 |
2018-01-08 | sctp: fix the handling of ICMP Frag Needed for too small MTUs | Marcelo Ricardo Leitner | 2 | -12/+25 |
2018-01-08 | sctp: do not retransmit upon FragNeeded if PMTU discovery is disabled | Marcelo Ricardo Leitner | 1 | -12/+12 |
2018-01-03 | sctp: fix error path in sctp_stream_init | Marcelo Ricardo Leitner | 1 | -12/+10 |
2018-01-02 | net: sctp: Remove debug SCTP probe module | Masami Hiramatsu | 3 | -259/+0 |
2018-01-02 | net: sctp: Add SCTP ACK tracking trace event | Masami Hiramatsu | 1 | -0/+5 |
2017-12-29 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -2/+2 |
2017-12-27 | sctp: Replace use of sockets_allocated with specified macro. | Tonghao Zhang | 1 | -2/+2 |
2017-12-22 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2 | -16/+11 |
2017-12-20 | net: tracepoint: using sock_set_state tracepoint to trace SCTP state transition | Yafang Shao | 3 | -9/+9 |
2017-12-18 | sctp: add SCTP_CID_RECONF conversion in sctp_cname | Xin Long | 1 | -0/+3 |
2017-12-18 | sctp: fix the issue that a __u16 variable may overflow in sctp_ulpq_renege | Xin Long | 1 | -16/+8 |
2017-12-17 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+5 |
2017-12-15 | sctp: support sysctl to allow users to use stream interleave | Xin Long | 1 | -0/+7 |
2017-12-15 | sctp: update mid instead of ssn when doing stream and asoc reset | Xin Long | 1 | -15/+25 |
2017-12-15 | sctp: add stream interleave support in stream scheduler | Xin Long | 1 | -1/+2 |
2017-12-15 | sctp: implement handle_ftsn for sctp_stream_interleave | Xin Long | 2 | -13/+51 |
2017-12-15 | sctp: implement report_ftsn for sctp_stream_interleave | Xin Long | 3 | -12/+51 |
2017-12-15 | sctp: implement validate_ftsn for sctp_stream_interleave | Xin Long | 3 | -18/+54 |
2017-12-15 | sctp: implement generate_ftsn for sctp_stream_interleave | Xin Long | 2 | -6/+81 |
2017-12-15 | sctp: add basic structures and make chunk function for ifwdtsn | Xin Long | 1 | -0/+24 |
2017-12-11 | sctp: make sure stream nums can match optlen in sctp_setsockopt_reset_streams | Xin Long | 1 | -1/+5 |
2017-12-11 | sctp: add support for the process of unordered idata | Xin Long | 3 | -27/+378 |
2017-12-11 | sctp: implement abort_pd for sctp_stream_interleave | Xin Long | 4 | -5/+107 |
2017-12-11 | sctp: implement start_pd for sctp_stream_interleave | Xin Long | 2 | -1/+3 |
2017-12-11 | sctp: implement renege_events for sctp_stream_interleave | Xin Long | 3 | -4/+114 |
2017-12-11 | sctp: implement enqueue_event for sctp_stream_interleave | Xin Long | 5 | -7/+10 |