Sign in
android-kvm
/
linux
/
35060ed6a1ffc92106904f5e4b5823ca4facfc73
/
net
/
sctp
9ab2323
sctp: remove the left unnecessary check for chunk in sctp_renege_events
by Xin Long
· 7 years ago
fae8b6f
sctp: fix some copy-paste errors for file comments
by Xin Long
· 7 years ago
fb23403
sctp: remove the useless check in sctp_renege_events
by Xin Long
· 7 years ago
947820b
sctp: add SCTP_CID_I_DATA and SCTP_CID_I_FWD_TSN conversion in sctp_cname
by Xin Long
· 7 years ago
27af86b
sctp: do not pr_err for the duplicated node in transport rhlist
by Xin Long
· 7 years ago
a9a0884
vfs: do bulk POLL* -> EPOLL* replacement
by Linus Torvalds
· 7 years ago
07f2c7a
sctp: verify size of a new chunk in _sctp_make_chunk()
by Alexey Kodanev
· 7 years ago
4a31a6b
sctp: fix dst refcnt leak in sctp_v4_get_dst
by Tommi Rantala
· 7 years ago
957d761
sctp: fix dst refcnt leak in sctp_v6_get_dst()
by Alexey Kodanev
· 7 years ago
617aebe
Merge tag 'usercopy-v4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux
by Linus Torvalds
· 7 years ago
b2fe5fa
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
by Linus Torvalds
· 7 years ago
19e7b5f
Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 7 years ago
168fe32
Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 7 years ago
5ca1144
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
f53d77e
sctp: reset ret in again path in sctp_for_each_transport
by Xin Long
· 7 years ago
121d57a
gso: validate gso_type in GSO handlers
by Willem de Bruijn
· 7 years ago
c981f25
sctp: use vmemdup_user() rather than badly open-coding memdup_user()
by Al Viro
· 7 years ago
c02b374
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
96890d6
net: delete /proc THIS_MODULE references
by Alexey Dobriyan
· 7 years ago
c5006b8
sctp: do not allow the v4 socket to bind a v4mapped v6 address
by Xin Long
· 7 years ago
a0ff660
sctp: return error if the asoc has been peeled off in sctp_wait_for_sndbuf
by Xin Long
· 7 years ago
625637bf
sctp: reinit stream if stream outcnt has been change by sinit in sendmsg
by Xin Long
· 7 years ago
b2ce04c
sctp: Copy struct sctp_sock.autoclose to userspace using put_user()
by David Windsor
· 8 years ago
ab9ee8e
sctp: Define usercopy region in SCTP proto slab cache
by David Windsor
· 7 years ago
594831a
sctp: removed unused var from sctp_make_auth
by Marcelo Ricardo Leitner
· 7 years ago
37f47bc
sctp: avoid compiler warning on implicit fallthru
by Marcelo Ricardo Leitner
· 7 years ago
19d28fb
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
c76f97c
sctp: make use of pre-calculated len
by Marcelo Ricardo Leitner
· 7 years ago
5960cef
sctp: add a ceiling to optlen in some sockopts
by Marcelo Ricardo Leitner
· 7 years ago
2e83acb
sctp: GFP_ATOMIC is not needed in sctp_setsockopt_events
by Marcelo Ricardo Leitner
· 7 years ago
a0ce093
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
b6c5734
sctp: fix the handling of ICMP Frag Needed for too small MTUs
by Marcelo Ricardo Leitner
· 7 years ago
cc35c3d
sctp: do not retransmit upon FragNeeded if PMTU discovery is disabled
by Marcelo Ricardo Leitner
· 7 years ago
79d0895
sctp: fix error path in sctp_stream_init
by Marcelo Ricardo Leitner
· 7 years ago
fa4475f
net: sctp: Remove debug SCTP probe module
by Masami Hiramatsu
· 7 years ago
103d750
net: sctp: Add SCTP ACK tracking trace event
by Masami Hiramatsu
· 7 years ago
6bb8824
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
8cb38a6
sctp: Replace use of sockets_allocated with specified macro.
by Tonghao Zhang
· 7 years ago
fba961a
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
cbabf46
net: tracepoint: using sock_set_state tracepoint to trace SCTP state transition
by Yafang Shao
· 7 years ago
d196975
sctp: add SCTP_CID_RECONF conversion in sctp_cname
by Xin Long
· 7 years ago
5c46867
sctp: fix the issue that a __u16 variable may overflow in sctp_ulpq_renege
by Xin Long
· 7 years ago
c30abd5
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
463118c
sctp: support sysctl to allow users to use stream interleave
by Xin Long
· 7 years ago
107e242
sctp: update mid instead of ssn when doing stream and asoc reset
by Xin Long
· 7 years ago
ef4775e
sctp: add stream interleave support in stream scheduler
by Xin Long
· 7 years ago
de60fe9
sctp: implement handle_ftsn for sctp_stream_interleave
by Xin Long
· 7 years ago
47b20a8
sctp: implement report_ftsn for sctp_stream_interleave
by Xin Long
· 7 years ago
0fc2ea9
sctp: implement validate_ftsn for sctp_stream_interleave
by Xin Long
· 7 years ago
8e0c3b7
sctp: implement generate_ftsn for sctp_stream_interleave
by Xin Long
· 7 years ago
2d07a49
sctp: add basic structures and make chunk function for ifwdtsn
by Xin Long
· 7 years ago
2342b8d
sctp: make sure stream nums can match optlen in sctp_setsockopt_reset_streams
by Xin Long
· 7 years ago
1322823
sctp: add support for the process of unordered idata
by Xin Long
· 7 years ago
65f5e35
sctp: implement abort_pd for sctp_stream_interleave
by Xin Long
· 7 years ago
be4e0ce
sctp: implement start_pd for sctp_stream_interleave
by Xin Long
· 7 years ago
94014e8
sctp: implement renege_events for sctp_stream_interleave
by Xin Long
· 7 years ago
9162e0e
sctp: implement enqueue_event for sctp_stream_interleave
by Xin Long
· 7 years ago
bd4d627
sctp: implement ulpevent_data for sctp_stream_interleave
by Xin Long
· 7 years ago
9d4ceaf
sctp: implement validate_data for sctp_stream_interleave
by Xin Long
· 7 years ago
668c9be
sctp: implement assign_number for sctp_stream_interleave
by Xin Long
· 7 years ago
0c3f6f6
sctp: implement make_datafrag for sctp_stream_interleave
by Xin Long
· 7 years ago
ad05a7a
sctp: add basic structures and make chunk function for idata
by Xin Long
· 7 years ago
96b120b
sctp: add asoc intl_enable negotiation during 4 shakehands
by Xin Long
· 7 years ago
772a586
sctp: add stream interleave enable members and sockopt
by Xin Long
· 7 years ago
97a6ec4
rhashtable: Change rhashtable_walk_start to return void
by Tom Herbert
· 7 years ago
8e1611e
make sock_alloc_file() do sock_release() on failures
by Al Viro
· 7 years ago
779edd7
sctp: do not abandon the other frags in unsent outq if one msg has outstanding frags
by Xin Long
· 7 years ago
e5f6129
sctp: abandon the whole msg if one part of a fragmented message is abandoned
by Xin Long
· 7 years ago
d30fc51
sctp: only update outstanding_bytes for transmitted queue when doing prsctp_prune
by Xin Long
· 7 years ago
a8dd397
sctp: use right member as the param of list_for_each_entry
by Xin Long
· 7 years ago
1ba896f
sctp: remove extern from stream sched
by Xin Long
· 7 years ago
08f4607
sctp: force SCTP_ERROR_INV_STRM with __u32 when calling sctp_chunk_fail
by Xin Long
· 7 years ago
ade994f
net: annotate ->poll() instances
by Al Viro
· 7 years ago
52a3958
sctp: set sender next_tsn for the old result with ctsn_ack_point plus 1
by Xin Long
· 7 years ago
159f2a7
sctp: avoid flushing unsent queue when doing asoc reset
by Xin Long
· 7 years ago
5c6144a
sctp: only allow the asoc reset when the asoc outq is empty
by Xin Long
· 7 years ago
d570a59
sctp: only allow the out stream reset when the stream outq is empty
by Xin Long
· 7 years ago
3aa623d
sctp: use sizeof(__u16) for each stream number length instead of magic number
by Xin Long
· 7 years ago
ecca8f8
sctp: set frag_point in sctp_setsockopt_maxseg correctly
by Xin Long
· 7 years ago
7c8a61d
net/sctp: Always set scope_id in sctp_inet6_skb_msgname
by Eric W. Biederman
· 7 years ago
423852f
sctp: check stream reset info len before making reconf chunk
by Xin Long
· 7 years ago
cea0cc8
sctp: use the right sk after waking up from wait_buf sleep
by Xin Long
· 7 years ago
ca3af4d
sctp: do not free asoc when it is already dead in sctp_sendmsg
by Xin Long
· 7 years ago
2a17178
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
ead7515
Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
by Linus Torvalds
· 7 years ago
b244131
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
by Greg Kroah-Hartman
· 7 years ago
dc82673
sctp: fix error return code in sctp_send_add_streams()
by Wei Yongjun
· 7 years ago
e1ea2f9
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
978aa04
sctp: fix some type cast warnings introduced since very beginning
by Xin Long
· 7 years ago
f6fc6bc
sctp: fix a type cast warnings that causes a_rwnd gets the wrong value
by Xin Long
· 7 years ago
8d32503
sctp: fix some type cast warnings introduced by transport rhashtable
by Xin Long
· 7 years ago
1da4fc9
sctp: fix some type cast warnings introduced by stream reconf
by Xin Long
· 7 years ago
d04adf1
sctp: reset owner sk for data chunks on out queues when migrating a sock
by Xin Long
· 7 years ago
9c3b575
net: sctp: Convert timers to use timer_setup()
by Kees Cook
· 7 years ago
b71d21c
sctp: full support for ipv6 ip_nonlocal_bind & IP_FREEBIND
by Laszlo Toth
· 7 years ago
f8ddadc
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
1cc276c
sctp: add the missing sock_owned_by_user check in sctp_icmp_redirect
by Xin Long
· 7 years ago
df80cd9
sctp: do not peel off an assoc from one netns to another one
by Xin Long
· 7 years ago
1a37b77
sctp: make array sctp_sched_ops static
by Colin Ian King
· 7 years ago
53954cf
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
Next »