Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
682f981c8b13d1bdf474c15ab137534d1820c512
/
net
/
sctp
/
sm_make_chunk.c
b50afd2
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 8 years ago
0605483
sctp: remove prsctp_param from sctp_chunk
by Xin Long
· 8 years ago
e2f036a
sctp: rename WORD_TRUNC/ROUND macros
by Marcelo Ricardo Leitner
· 8 years ago
e7487c8
sctp: avoid identifying address family many times for a chunk
by Marcelo Ricardo Leitner
· 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
28aa4c2
sctp: add SCTP_PR_SUPPORTED on sctp sockopt
by Xin Long
· 8 years ago
ba6f5e3
sctp: avoid refreshing heartbeat timer too often
by Marcelo Ricardo Leitner
· 9 years ago
c78a85a
Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux
by David S. Miller
· 9 years ago
1200b68
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
by Linus Torvalds
· 9 years ago
cea8768
sctp: allow sctp_transmit_packet and others to use gfp
by Marcelo Ricardo Leitner
· 9 years ago
133800d
sctp: fix copying more bytes than expected in sctp_add_bind_addr
by Marcelo Ricardo Leitner
· 9 years ago
5821c76
sctp: Use shash
by Herbert Xu
· 9 years ago
cb5e173
sctp: use the same clock as if sock source timestamps were on
by Marcelo Ricardo Leitner
· 9 years ago
3ef0a25
net: sctp: avoid incorrect time_t use
by Arnd Bergmann
· 9 years ago
7c5a946
sctp: ASCONF-ACK with Unresolvable Address should be sent
by lucien
· 9 years ago
ce7b4cc
sctp: asconf's process should verify address parameter is in the beginning
by lucien
· 9 years ago
cfbf654
net: sctp: fix passing wrong parameter header to param_type2af in sctp_process_param
by Saran Maruti Ramanara
· 10 years ago
e0eb093
switch sctp_user_addto_chunk() and sctp_datamsg_from_user() to passing iov_iter
by Al Viro
· 10 years ago
6ce8e9c
new helper: memcpy_from_msg()
by Al Viro
· 11 years ago
e40607c
net: sctp: fix NULL pointer dereference in af->from_addr_param on malformed packet
by Daniel Borkmann
· 10 years ago
9de7922
net: sctp: fix skb_over_panic when receiving malformed ASCONF chunks
by Daniel Borkmann
· 10 years ago
67cb936
ktime: add ktime_after and ktime_before helper
by Daniel Borkmann
· 10 years ago
b14878c
net: sctp: cache auth_enable per endpoint
by Vlad Yasevich
· 11 years ago
c485658
net: sctp: fix skb leakage in COOKIE ECHO path of chunk->auth_chunk
by Daniel Borkmann
· 11 years ago
6daaf0d
sctp: make sctp_addto_chunk_fixed local
by stephen hemminger
· 11 years ago
f7010e6
sctp: fix checkpatch errors with indent
by wangweidong
· 11 years ago
26ac8e5
sctp: fix checkpatch errors with (foo*)|foo * bar|foo* bar
by wangweidong
· 11 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
3dc0a54
sctp: remove the repeat initialize with 0
by wangweidong
· 11 years ago
7613f5f
net: sctp: sctp_verify_init: clean up mandatory checks and add comment
by Daniel Borkmann
· 11 years ago
072017b
net: sctp: Add rudimentary infrastructure to account for control chunks
by Vlad Yasevich
· 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
52db882
net: sctp: migrate cookie life from timeval to ktime
by Daniel Borkmann
· 11 years ago
dda9192
net: sctp: remove SCTP_STATIC macro
by Daniel Borkmann
· 11 years ago
9afa319
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 12 years ago
570617e
net: sctp: remove unused multiple cookie keys
by Daniel Borkmann
· 12 years ago
6176772
Merge branch 'master' into for-next
by Jiri Kosina
· 12 years ago
d82603c
treewide: Replace incomming with incoming in all comments and strings
by Jorrit Schippers
· 12 years ago
196d675
sctp: Add support to per-association statistics via a new SCTP_GET_ASSOC_STATS call
by Michele Baldessari
· 12 years ago
de4594a
sctp: send abort chunk when max_retrans exceeded
by Neil Horman
· 12 years ago
e1fc3b1
sctp: Make sysctl tunables per net
by Eric W. Biederman
· 12 years ago
f53b5b0
sctp: Push struct net down into sctp_verify_ext_param
by Eric W. Biederman
· 12 years ago
e7ff4a7
sctp: Push struct net down into sctp_in_scope
by Eric W. Biederman
· 12 years ago
db28aaf
sctp: fix sparse warning for sctp_init_cause_fixed
by Ioan Orghici
· 12 years ago
4244854
sctp: be more restrictive in transport selection on bundled sacks
by Neil Horman
· 12 years ago
ddc4bbe
sctp: fasthandoff with ASCONF at mobile-node
by Michio Honda
· 13 years ago
6af29cc
sctp: Bundle HEAERTBEAT into ASCONF_ACK
by Michio Honda
· 13 years ago
ea11073
net: Remove casts of void *
by Joe Perches
· 13 years ago
8a07eb0
sctp: Add ASCONF operation on the single-homed host
by Michio Honda
· 14 years ago
b136410
sctp: Add ADD/DEL ASCONF handling at the receiver.
by Michio Honda
· 14 years ago
92c73af
sctp: make heartbeat information in sctp_make_heartbeat()
by Wei Yongjun
· 14 years ago
de6becd
sctp: fix to check the source address of COOKIE-ECHO chunk
by Wei Yongjun
· 14 years ago
c6ef006
sctp: Release all routes when processing acks ADD_IP or DEL_IP
by Vlad Yasevich
· 14 years ago
6a43573
sctp: use common head of addr parameter to access member in addr-unrelated code
by Shan Wei
· 14 years ago
2cab86b
sctp: malloc enough room for asconf-ack chunk
by Wei Yongjun
· 14 years ago
efea2c6
sctp: several declared/set but unused fixes
by Hagen Paul Pfeifer
· 14 years ago
2205a6e
sctp: fix reporting of unknown parameters
by Jiri Bohac
· 14 years ago
145ce50
net/sctp: Use pr_fmt and pr_<level>
by Joe Perches
· 14 years ago
bc10502
net: use __packed annotation
by Eric Dumazet
· 14 years ago
2e3219b
sctp: fix append error cause to ERROR chunk correctly
by Wei Yongjun
· 15 years ago
f546061
Merge branch 'net-next' of git://git.kernel.org/pub/scm/linux/kernel/git/vxy/lksctp-dev
by David S. Miller
· 15 years ago
ae19c54
sctp: remove 'resent' bit from the chunk
by Vlad Yasevich
· 15 years ago
b99a4d5
sctp: cleanup: remove duplicate assignment
by Dan Carpenter
· 15 years ago
5fa782c
sctp: Fix skb_over_panic resulting from multiple invalid parameter errors (CVE-2010-1173) (v4)
by Neil Horman
· 15 years ago
c078669
sctp: Fix oops when sending queued ASCONF chunks
by Vlad Yasevich
· 15 years ago
a8170c3
sctp: fix to calc the INIT/INIT-ACK chunk length correctly is set
by Wei Yongjun
· 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
6383cfb
sctp: Fix malformed "Invalid Stream Identifier" error
by Vlad Yasevich
· 15 years ago
3cd9749
sctp: update the route for non-active transports after addresses are added
by Wei Yongjun
· 15 years ago
44e65c1
sctp: check the unrecognized ASCONF parameter before access it
by Wei Yongjun
· 15 years ago
425e0f6
sctp: avoid overwrite the return value of sctp_process_asconf_ack()
by Wei Yongjun
· 15 years ago
945e5ab
sctp: fix the error code when ASCONF is received with invalid address
by Wei Yongjun
· 16 years ago
a987f76
sctp: fix report unrecognized parameter in ACSONF-ACK
by Wei Yongjun
· 16 years ago
6fc791e
sctp: add Adaptation Layer Indication parameter only when it's set
by malc
· 16 years ago
5ffad5a
sctp: fix to indicate ASCONF support in INIT-ACK only if peer has such capable
by Wei Yongjun
· 16 years ago
09640e6
net: replace uses of __constant_{endian}
by Harvey Harrison
· 16 years ago
0201518
sctp: shrink sctp_tsnmap some more by removing gabs array
by Vlad Yasevich
· 16 years ago
8e1ee18
sctp: Rework the tsn map to use generic bitmap.
by Vlad Yasevich
· 16 years ago
e69c4e0
sctp: correctly save sctp_adaptation from parameter.
by Vlad Yasevich
· 16 years ago
c226ef9
sctp: reduce memory footprint of sctp_chunk structure
by Neil Horman
· 16 years ago
ba01667
sctp: Fix kernel panic while process protocol violation parameter
by Wei Yongjun
· 16 years ago
add5237
sctp: Fix oops when INIT-ACK indicates that peer doesn't support AUTH
by Vlad Yasevich
· 16 years ago
0ef46e2
sctp: do not enable peer features if we can't do them.
by Vlad Yasevich
· 16 years ago
7dab83d
sctp: Support ipv6only AF_INET6 sockets.
by Vlad Yasevich
· 16 years ago
c1cc678
sctp: Fix use of uninitialized pointer
by Patrick McHardy
· 17 years ago
c449258
sctp: Add address type check while process paramaters of ASCONF chunk
by Wei Yongjun
· 17 years ago
6e40a91
sctp: Do not enable peer IPv6 address support on PF_INET socket
by Wei Yongjun
· 17 years ago
df39e8b
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 17 years ago
9dbc15f
[SCTP]: "list_for_each()" -> "list_for_each_entry()" where appropriate.
by Robert P. J. Day
· 17 years ago
72da7b3
[SCTP]: Add check for hmac_algo parameter in sctp_verify_param()
by Wei Yongjun
· 17 years ago
2444844
[SCTP]: Replace char msg[] with static const char[].
by Florian Westphal
· 17 years ago
140ee96
SCTP: Fix chunk parameter processing bug
by Gui Jianfeng
· 17 years ago
5f9646c
[SCTP]: Make sure the chunk is off the transmitted list prior to freeing.
by Vlad Yasevich
· 17 years ago
60c778b
[SCTP]: Stop claiming that this is a "reference implementation"
by Vlad Yasevich
· 17 years ago
ec9dbb1
[SCTP]: Fix miss of report unrecognized HMAC Algorithm parameter
by Wei Yongjun
· 17 years ago
Next »