Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm
/
3888e9efc9bf05e60504d2a420be7a527ff43678
/
net
/
sctp
/
sm_statefuns.c
3888e9e
sctp: Mark the tsn as received after all allocations finish
by Vlad Yasevich
· 16 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
ab38fb0
[SCTP]: Fix compiler warning about const qualifiers
by Vlad Yasevich
· 17 years ago
f4ad85c
[SCTP]: Fix protocol violation when receiving an error lenght INIT-ACK
by Gui Jianfeng
· 17 years ago
bc09dff
[SCTP]: Remove sctp_add_cmd_sf wrapper bloat
by Ilpo Järvinen
· 17 years ago
2444844
[SCTP]: Replace char msg[] with static const char[].
by Florian Westphal
· 17 years ago
0dc4787
net: replace remaining __FUNCTION__ occurrences
by Harvey Harrison
· 17 years ago
58fbbed
[SCTP]: extend exported data in /proc/net/sctp/assoc
by Neil Horman
· 17 years ago
60c778b
[SCTP]: Stop claiming that this is a "reference implementation"
by Vlad Yasevich
· 17 years ago
d2f19fa
[SCTP]: Fix kernel panic while received AUTH chunk while enabled auth
by Wei Yongjun
· 17 years ago
ac461a0
typo fixes in net/sctp/sm_statefuns.c
by Oliver Pinter
· 17 years ago
853f4b5
[SCTP]: Correctly initialize error when parameter validation failed.
by Vlad Yasevich
· 17 years ago
66688ea
[SCTP]: Fix build warning in sctp_sf_do_5_1C_ack().
by David S. Miller
· 17 years ago
3ab224b
[NET] CORE: Introducing new memory accounting interface.
by Hideo Aoki
· 17 years ago
d670119
[SCTP]: Follow Add-IP security consideratiosn wrt INIT/INIT-ACK
by Vlad Yasevich
· 17 years ago
75205f4
[SCTP]: Implement ADD-IP special case processing for ABORT chunk
by Vlad Yasevich
· 17 years ago
a08de64
[SCTP]: Update ASCONF processing to conform to spec.
by Vlad Yasevich
· 17 years ago
6afd2e8
[SCTP]: Discard unauthenticated ASCONF and ASCONF ACK chunks
by Vlad Yasevich
· 17 years ago
6df9cfc
[SCTP]: Correctly handle AUTH parameters in unexpected INIT
by Vlad Yasevich
· 17 years ago
fd10279
SCTP: Fix the number of HB transmissions.
by Vlad Yasevich
· 17 years ago
9ee46f1
[SCTP]: Add missing "space"
by Joe Perches
· 17 years ago
9abed24
Fix memory leak in discard case of sctp_sf_abort_violation()
by Jesper Juhl
· 17 years ago
b6157d8
SCTP: Fix difference cases of retransmit.
by Vlad Yasevich
· 17 years ago
65b07e5
[SCTP]: API updates to suport SCTP-AUTH extensions.
by Vlad Yasevich
· 17 years ago
bbd0d59
[SCTP]: Implement the receive and verification of AUTH chunk
by Vlad Yasevich
· 17 years ago
730fc3d
[SCTP]: Implete SCTP-AUTH parameter processing
by Vlad Yasevich
· 17 years ago
4d93df0
[SCTP]: Rewrite of sctp buffer management code
by Neil Horman
· 17 years ago
6f4c618
SCTP : Add paramters validity check for ASCONF chunk
by Wei Yongjun
· 17 years ago
ece25df
SCTP: Clean up OOTB handling and fix infinite loop processing
by Vlad Yasevich
· 17 years ago
d3f2596
SCTP: Explicitely discard OOTB chunks
by Vlad Yasevich
· 17 years ago
02c4e12
SCTP: Send ABORT chunk with correct tag in response to INIT ACK
by Wei Yongjun
· 17 years ago
609ee46
SCTP: Abort on COOKIE-ECHO if backlog is exceeded.
by Vlad Yasevich
· 17 years ago
d99fa42
SCTP: Use net_ratelimit to suppress error messages print too fast
by Wei Yongjun
· 17 years ago
00f1c2d
SCTP: Fix to encode PROTOCOL VIOLATION error cause correctly
by Wei Yongjun
· 17 years ago
aecedea
SCTP: drop SACK if ctsn is not less than the next tsn of assoc
by Wei Yongjun
· 17 years ago
9cbcbf4
[NET] SCTP: Fix whitespace errors.
by YOSHIFUJI Hideaki
· 17 years ago
07d9396
[SCTP]: Set assoc_id correctly during INIT collision.
by Vlad Yasevich
· 18 years ago
3ff50b7
[NET]: cleanup extra semicolons
by Stephen Hemminger
· 18 years ago
a5a35e7
[SCTP]: Implement sac_info field in SCTP_ASSOC_CHANGE notification.
by Vlad Yasevich
· 18 years ago
27a884d
[SK_BUFF]: Convert skb->tail to sk_buff_data_t
by Arnaldo Carvalho de Melo
· 18 years ago
eddc9ec
[SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iph
by Arnaldo Carvalho de Melo
· 18 years ago
fb78525
[SCTP]: Increment error counters on user requested HBs.
by Vlad Yasevich
· 18 years ago
1845a57
[SCTP]: Strike the transport before updating rto.
by Vlad Yasevich
· 18 years ago
d808ad9
[NET] SCTP: Fix whitespace errors.
by YOSHIFUJI Hideaki
· 18 years ago
1e5c11f
[SCTP]: Fix compiler warning.
by Brian Haley
· 18 years ago
610ab73
[SCTP]: Correctly handle unexpected INIT-ACK chunk.
by Vlad Yasevich
· 18 years ago
d023f62
[SCTP]: Verify some mandatory parameters.
by Vlad Yasevich
· 18 years ago
0f3fffd
[SCTP]: Fix typo adaption -> adaptation as per the latest API draft.
by Ivan Skytte Jorgensen
· 18 years ago
34bcca2
[SCTP]: Even more trivial sctp annotations.
by Al Viro
· 18 years ago
2178eda
[SCTP]: SCTP_CMD_PROCESS_CTSN annotations.
by Al Viro
· 18 years ago
7dd8a58
[SCTP]: sctp_sf_send_restart_abort() is endian-agnostic.
by Al Viro
· 18 years ago
16b0a03
[SCTP]: Switch sctp_chunk ->dest to net-endian.
by Al Viro
· 18 years ago
d448388
[SCTP]: sctp_transport_route() switched to net-endian.
by Al Viro
· 18 years ago
6a1e5f3
[SCTP]: sctp_process_init() and sctp_source() switched to net-endian.
by Al Viro
· 18 years ago
b488c7d
[SCTP]: sctp_transport_{init,new}() switched to net-endian.
by Al Viro
· 18 years ago
9b1dfad
[SCTP]: Switch sctp_cookie ->peer_addr to net-endian.
by Al Viro
· 18 years ago
63de08f
[SCTP]: Switch address inside the heartbeat opaque data to net-endian.
by Al Viro
· 18 years ago
be29681
[SCTP]: Switch sctp_assoc_lookup_paddr() to net-endian.
by Al Viro
· 18 years ago
5f242a1
[SCTP]: Switch ->cmp_addr() and sctp_cmp_addr_exact() to net-endian.
by Al Viro
· 18 years ago
09ef7fe
[SCTP]: Beginning of conversion to net-endian for embedded sctp_addr.
by Al Viro
· 18 years ago
5be291f
[SCTP]: SCTP_CMD_ASSOC_FAILED annotations.
by Al Viro
· 18 years ago
dc251b2
[SCTP]: SCTP_CMD_INIT_FAILED annotations.
by Al Viro
· 18 years ago
f94c019
[SCTP]: sctp_stop_t1_and_abort() annotations.
by Al Viro
· 18 years ago
df7deeb
[SCTP]: Cleanup nomem handling in the state functions.
by Vladislav Yasevich
· 18 years ago
ac0b046
[SCTP]: Extend /proc/net/sctp/snmp to provide more statistics.
by Sridhar Samudrala
· 18 years ago
c164a9b
Fix sctp privilege elevation (CVE-2006-3745)
by Sridhar Samudrala
· 18 years ago
9faa730
[SCTP]: Set chunk->data_accepted only if we are going to accept it.
by Sridhar Samudrala
· 18 years ago
ad8fec1
[SCTP]: Verify all the paths to a peer via heartbeat before using them.
by Sridhar Samudrala
· 18 years ago
d5b9f4c
[SCTP]: Fix persistent slowdown in sctp when a gap ack consumes rx buffer.
by Neil Horman
· 18 years ago
a601266
[SCTP]: Validate the parameter length in HB-ACK chunk.
by Vladislav Yasevich
· 18 years ago
8de8c87
[SCTP]: Set sk_err so that poll wakes up after a non-blocking connect failure.
by Sridhar Samudrala
· 18 years ago
62b0808
[SCTP]: Fix panic's when receiving fragmented SCTP control chunks.
by Sridhar Samudrala
· 19 years ago
7c3ceb4f
[SCTP]: Allow spillover of receive buffer to avoid deadlock.
by Neil Horman
· 19 years ago
e2c2fc2
[SCTP]: heartbeats exceed maximum retransmssion limit
by Vlad Yasevich
· 19 years ago
81845c2
[SCTP]: correct the number of INIT retransmissions
by Vlad Yasevich
· 19 years ago
a7d1f1b
[SCTP]: Fix sctp_rcv_ootb() to handle the last chunk of a packet correctly.
by Tsutomu Fujii
· 19 years ago
46b86a2
[NET]: Use NIP6_FMT in kernel.h
by Joe Perches
· 19 years ago
52ccb8e
[SCTP]: Update SCTP_PEER_ADDR_PARAMS socket option to the latest api draft.
by Frank Filz
· 19 years ago
049b3ff
[SCTP]: Include ulpevents in socket receive buffer accounting.
by Neil Horman
· 19 years ago
eb0e007
[SCTP]: Fix SCTP_SHUTDOWN notifications.
by Sridhar Samudrala
· 19 years ago
52c1da3
[PATCH] make various thing static
by Adrian Bunk
· 19 years ago
3f7a87d
[SCTP] sctp_connectx() API support
by Frank Filz
· 19 years ago
047a242
[SCTP] Implement Sec 2.41 of SCTP Implementers guide.
by Jerome Forissier
· 20 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago