Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
9919479b835cb1c92b75965f2e120395078a1c55
/
net
/
sctp
ce402f0
sctp: fix the issue that the cookie-ack with auth can't get processed
by Xin Long
· 7 years ago
46e16d4
sctp: use the old asoc when making the cookie-ack chunk in dupcook_d
by Xin Long
· 7 years ago
4842a08
sctp: init active key for the new asoc in dupcook_a and dupcook_b
by Xin Long
· 7 years ago
6a9a27d
sctp: clear the new asoc's stream outcnt in sctp_stream_update
by Xin Long
· 7 years ago
d625329
sctp: handle two v4 addrs comparison in sctp_inet6_cmp_addr
by Xin Long
· 7 years ago
1071ec9
sctp: do not check port in sctp_inet6_cmp_addr
by Xin Long
· 7 years ago
c18bb39
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 7 years ago
81e9837
sctp: sctp_sockaddr_af must check minimal addr length for AF_INET6
by Eric Dumazet
· 7 years ago
6780db2
sctp: do not leak kernel memory to user space
by Eric Dumazet
· 7 years ago
9eda2d2
Merge tag 'selinux-pr-20180403' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/selinux
by Linus Torvalds
· 7 years ago
7ae665f
sctp: fix unused lable warning
by Arnd Bergmann
· 7 years ago
2f635ce
net: Drop pernet_operations::async
by Kirill Tkhai
· 7 years ago
5306653
sctp: remove unnecessary asoc in sctp_has_association
by Xin Long
· 7 years ago
d644406
net: Use octal not symbolic permissions
by Joe Perches
· 7 years ago
03fe2de
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
d47d08c
sctp: use proc_remove_subtree()
by Al Viro
· 7 years ago
0aee4c2
sctp: Fix double free in sctp_sendmsg_to_asoc
by Neil Horman
· 7 years ago
30f6ebf
sctp: add SCTP_AUTH_NO_AUTH type for AUTHENTICATION_EVENT
by Xin Long
· 7 years ago
ec2e506
sctp: add SCTP_AUTH_FREE_KEY type for AUTHENTICATION_EVENT
by Xin Long
· 7 years ago
601590e
sctp: add sockopt SCTP_AUTH_DEACTIVATE_KEY
by Xin Long
· 7 years ago
3ff547c
sctp: add support for SCTP AUTH Information for sendmsg
by Xin Long
· 7 years ago
1b1e0bc
sctp: add refcnt support for sh_key
by Xin Long
· 7 years ago
bfdfa38
net: Convert sctp_ctrlsock_ops
by Kirill Tkhai
· 7 years ago
2e01ae0
net: Convert sctp_defaults_ops
by Kirill Tkhai
· 7 years ago
d98985d
sctp: fix error return code in sctp_sendmsg_new_asoc()
by Wei Yongjun
· 7 years ago
1dd27cd
net: use skb_is_gso_sctp() instead of open-coding
by Daniel Axtens
· 7 years ago
4910280
sctp: add support for snd flag SCTP_SENDALL process in sendmsg
by Xin Long
· 7 years ago
2c0dbaa
sctp: add support for SCTP_DSTADDRV4/6 Information for sendmsg
by Xin Long
· 7 years ago
ed63afb
sctp: add support for PR-SCTP Information for sendmsg
by Xin Long
· 7 years ago
0a3920d
sctp: adjust some codes in a better order in sctp_sendmsg
by Xin Long
· 7 years ago
007b7e1
sctp: improve some variables in sctp_sendmsg
by Xin Long
· 7 years ago
8e87c6e
sctp: remove the unnecessary transport looking up from sctp_sendmsg
by Xin Long
· 7 years ago
d42cb06
sctp: factor out sctp_sendmsg_update_sinfo from sctp_sendmsg
by Xin Long
· 7 years ago
204f817
sctp: factor out sctp_sendmsg_parse from sctp_sendmsg
by Xin Long
· 7 years ago
becef9b
sctp: factor out sctp_sendmsg_get_daddr from sctp_sendmsg
by Xin Long
· 7 years ago
c2666de
sctp: factor out sctp_sendmsg_check_sflags from sctp_sendmsg
by Xin Long
· 7 years ago
2bfd80f
sctp: factor out sctp_sendmsg_new_asoc from sctp_sendmsg
by Xin Long
· 7 years ago
f84af33
sctp: factor out sctp_sendmsg_to_asoc from sctp_sendmsg
by Xin Long
· 7 years ago
2277c7c
sctp: Add LSM hooks
by Richard Haines
· 7 years ago
b7e10c2
sctp: Add ip option support
by Richard Haines
· 7 years ago
f5c0c6f
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
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
6f68dc9
sctp: add file comments in diag.c
by Xin Long
· 7 years ago
ff22b5b
sctp: rename sctp_diag.c as diag.c
by Xin Long
· 7 years ago
9b2c45d
net: make getname() functions return length rather than use int* parameter
by Denys Vlasenko
· 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
Next »