Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-5.4
/
9faa89d4ed9d7d326f4763d262842270450f9b1f
/
net
/
sctp
/
chunk.c
fedb1bd3
sctp: fix erroneous inc of snmp SctpFragUsrMsgs
by Marcelo Ricardo Leitner
· 6 years ago
2f5e3c9
sctp: introduce sctp_assoc_update_frag_point
by Marcelo Ricardo Leitner
· 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
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
b7e10c2
sctp: Add ip option support
by Richard Haines
· 7 years ago
9162e0e
sctp: implement enqueue_event 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
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
f952be7
sctp: introduce struct sctp_stream_out_ext
by Marcelo Ricardo Leitner
· 7 years ago
bb96dec
sctp: remove the typedef sctp_auth_chunk_t
by Xin Long
· 7 years ago
d4d6c61
sctp: remove the typedef sctp_sack_chunk_t
by Xin Long
· 7 years ago
c0acdfb
net, sctp: convert sctp_datamsg.refcnt from atomic_t to refcount_t
by Reshetova, Elena
· 7 years ago
cee360a
sctp: define the member stream as an object instead of pointer in asoc
by Xin Long
· 7 years ago
d229d48
sctp: add SCTP_PR_STREAM_STATUS sockopt for prsctp
by Xin Long
· 8 years ago
bfd2e4b
sctp: refactor sctp_datamsg_from_user
by Marcelo Ricardo Leitner
· 8 years ago
8ae808e
sctp: remove the old ttl expires policy
by Xin Long
· 8 years ago
b50afd2
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 8 years ago
be4947b
sctp: change to check peer prsctp_capable when using prsctp polices
by Xin Long
· 8 years ago
0605483
sctp: remove prsctp_param from sctp_chunk
by Xin Long
· 8 years ago
4a225ce
sctp: make use of SCTP_TRUNC4 macro
by Marcelo Ricardo Leitner
· 8 years ago
e2f036a
sctp: rename WORD_TRUNC/ROUND macros
by Marcelo Ricardo Leitner
· 8 years ago
b61c654
sctp: free msg->chunks when sctp_primitive_SEND return err
by Xin Long
· 8 years ago
8dbdf1f
sctp: implement prsctp PRIO policy
by Xin Long
· 8 years ago
01aadb3
sctp: implement prsctp RTX policy
by Xin Long
· 8 years ago
a6c2f79
sctp: implement prsctp TTL policy
by Xin Long
· 8 years ago
6aef70a
net: snmp: kill various STATS_USER() helpers
by Eric Dumazet
· 9 years ago
cea8768
sctp: allow sctp_transmit_packet and others to use gfp
by Marcelo Ricardo Leitner
· 9 years ago
1cd4d5c
sctp: remove the unused sctp_datamsg_free()
by Xin Long
· 9 years ago
e0eb093
switch sctp_user_addto_chunk() and sctp_datamsg_from_user() to passing iov_iter
by Al Viro
· 10 years ago
cb3f837
sctp: fix checkpatch errors with space required or prohibited
by wangweidong
· 11 years ago
4b2f13a
sctp: Fix FSF address in file headers
by Jeff Kirsher
· 11 years ago
2bccbad
sctp: fix some comments in chunk.c and associola.c
by wangweidong
· 11 years ago
c08751c
net: sctp: Fix data chunk fragmentation for MTU values which are not multiple of 4
by Alexander Sverdlin
· 11 years ago
477143e
net: sctp: trivial: update bug report in header comment
by Daniel Borkmann
· 11 years ago
91705c6
net: sctp: trivial: update mailing list address
by Daniel Borkmann
· 11 years ago
bb33381
net: sctp: rework debugging framework to use pr_debug and friends
by Daniel Borkmann
· 11 years ago
dda9192
net: sctp: remove SCTP_STATIC macro
by Daniel Borkmann
· 11 years ago
6e51fe7
sctp: fix -ENOMEM result with invalid user space pointer in sendto() syscall
by Tommi Rantala
· 12 years ago
be364c8
sctp: fix memory leak in sctp_datamsg_from_user() when copy from user space fails
by Tommi Rantala
· 12 years ago
b01a240
sctp: Make the mib per network namespace
by Eric W. Biederman
· 12 years ago
145ce50
net/sctp: Use pr_fmt and pr_<level>
by Joe Perches
· 14 years ago
0e3aef8
sctp: Tag messages that can be Nagle delayed at creation.
by Vlad Yasevich
· 15 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
b93d647
sctp: implement the sender side for SACK-IMMEDIATELY extension
by Wei Yongjun
· 15 years ago
cb95ea3
sctp: Don't do NAGLE delay on large writes that were fragmented small
by Vlad Yasevich
· 15 years ago
9c5c62b
sctp: Send user messages to the lower layer as one
by Vlad Yasevich
· 15 years ago
5d7ff26
sctp: Try to encourage SACK bundling with DATA.
by Vlad Yasevich
· 15 years ago
3e62abf
sctp: Fix data segmentation with small frag_size
by Vlad Yasevich
· 15 years ago
e8c3875
SCTP: fix wrong debug counting of datamsg
by Li Zefan
· 17 years ago
80445cf
[SCTP]: Remove redundant wrapper functions.
by Florian Westphal
· 17 years ago
0dc4787
net: replace remaining __FUNCTION__ occurrences
by Harvey Harrison
· 17 years ago
60c778b
[SCTP]: Stop claiming that this is a "reference implementation"
by Vlad Yasevich
· 17 years ago
4cd57c8
[SCTP]: Enable the sending of the AUTH chunk.
by Vlad Yasevich
· 17 years ago
59c5159
Fix occurrences of "the the "
by Michael Opdenacker
· 18 years ago
dd0fc66
[PATCH] gfp flags annotations - part 1
by Al Viro
· 19 years ago
3182cd8
[SCTP]: __nocast annotations
by Alexey Dobriyan
· 19 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago