Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
b79462a8b9f9a452edc20c64a70a89ba3b0a6a88
/
net
/
sctp
/
outqueue.c
dacda32
net: sctp: outqueue: simplify sctp_outq_uncork function
by Daniel Borkmann
· 12 years ago
165a4c3
net: sctp: sctp_outq: remove 'malloced' from its struct
by Daniel Borkmann
· 12 years ago
25cc4ae
net: remove redundant check for timer pending state before del_timer
by Ying Xue
· 12 years ago
2f94aab
sctp: refactor sctp_outq_teardown to insure proper re-initalization
by Neil Horman
· 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
edfee03
sctp: check src addr when processing SACK to update transport state
by Nicolas Dichtel
· 12 years ago
54a2792
sctp: use list_move_tail instead of list_del/list_add_tail
by Wei Yongjun
· 12 years ago
b01a240
sctp: Make the mib per network namespace
by Eric W. Biederman
· 12 years ago
5aa93bc
sctp: Implement quick failover draft from tsvwg
by Neil Horman
· 12 years ago
95c9617
net: cleanup unsigned to unsigned int
by Eric Dumazet
· 13 years ago
a76c0ad
sctp: Do not account for sizeof(struct sk_buff) in estimated rwnd
by Thomas Graf
· 13 years ago
f207c05
sctp: HEARTBEAT negotiation after ASCONF
by Michio Honda
· 13 years ago
6a7ebdf
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 13 years ago
f8d9605
sctp: Enforce retransmission limit during shutdown
by Thomas Graf
· 13 years ago
8a07eb0
sctp: Add ASCONF operation on the single-homed host
by Michio Honda
· 14 years ago
4c6a6f4
sctp: move chunk from retransmit queue to abandoned list
by Wei Yongjun
· 14 years ago
0b8f9e2
sctp: remove completely unsed EMPTY state
by Vlad Yasevich
· 14 years ago
f246a7b
sctp: teach CACC algorithm about removed transports
by Vlad Yasevich
· 14 years ago
25985ed
Fix common misspellings
by Lucas De Marchi
· 14 years ago
efea2c6
sctp: several declared/set but unused fixes
by Hagen Paul Pfeifer
· 14 years ago
145ce50
net/sctp: Use pr_fmt and pr_<level>
by Joe Perches
· 14 years ago
3fa21e0
net: Remove unnecessary returns from void function()s
by Joe Perches
· 14 years ago
bfa0d98
sctp: Optimize computation of highest new tsn in SACK.
by Vlad Yasevich
· 15 years ago
ea862c8
sctp: correctly mark missing chunks in fast recovery
by Vlad Yasevich
· 15 years ago
d9efc22
sctp: Do not force T3 timer on fast retransmissions.
by Vlad Yasevich
· 15 years ago
ae19c54
sctp: remove 'resent' bit from the chunk
by Vlad Yasevich
· 15 years ago
ec7b951
sctp: use sctp_chunk_is_data macro to decide a chunk is data chunk
by Shan Wei
· 15 years ago
bc4f841
sctp: fix to retranmit at least one DATA chunk
by Wei Yongjun
· 15 years ago
bd69b98
sctp: assure at least one T3-rtx timer is running if a FORWARD TSN is sent
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
f64f9e7
net: Move && and || to end of previous line
by Joe Perches
· 15 years ago
9b963e5
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 15 years ago
5fdd4ba
sctp: on T3_RTX retransmit all the in-flight chunks
by Andrei Pelinescu-Onciul
· 15 years ago
46d5a80
sctp: Update max.burst implementation
by Vlad Yasevich
· 15 years ago
b93d647
sctp: implement the sender side for SACK-IMMEDIATELY extension
by Wei Yongjun
· 15 years ago
31b02e1
sctp: Failover transmitted list on transport delete
by Vlad Yasevich
· 15 years ago
7659502
sctp: fix to send FORWARD-TSN chunk only if peer has such capable
by Wei Yongjun
· 16 years ago
f61f6f8
sctp: use time_before or time_after for comparing jiffies
by Wei Yongjun
· 16 years ago
6574df9
sctp: Correctly start rtx timer on new packet transmissions.
by Vlad Yasevich
· 16 years ago
c226ef9
sctp: reduce memory footprint of sctp_chunk structure
by Neil Horman
· 16 years ago
845b8ed
sctp: Retransmit list is ineligable for missing indications
by Vlad Yasevich
· 16 years ago
ab5216a
sctp: Optimize SFR-CACC transport list walking during SACK processing
by Vlad Yasevich
· 16 years ago
2cd9b82
sctp: Only mark chunks as missing when there are gaps
by Vlad Yasevich
· 16 years ago
abd0b198
sctp: make sctp_outq_flush() static
by Adrian Bunk
· 16 years ago
2e3216c
sctp: Follow security requirement of responding with 1 packet
by Vlad Yasevich
· 16 years ago
8b750ce
sctp: Flush the queue only once during fast retransmit.
by Vlad Yasevich
· 16 years ago
62aeaff
sctp: Start T3-RTX timer when fast retransmitting lowest TSN
by Vlad Yasevich
· 16 years ago
8b73a07
SCTP: Initialize partial_bytes_acked to 0, when all of the data is acked.
by Gui Jianfeng
· 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
f4ad85c
[SCTP]: Fix protocol violation when receiving an error lenght INIT-ACK
by Gui Jianfeng
· 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
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
a08de64
[SCTP]: Update ASCONF processing to conform to spec.
by Vlad Yasevich
· 17 years ago
7d54dc6
SCTP: Always flush the queue when uncorcking.
by Vlad Yasevich
· 17 years ago
b6157d8
SCTP: Fix difference cases of retransmit.
by Vlad Yasevich
· 17 years ago
64b0812b
SCTP : Fix bad formatted comment in outqueue.c
by Wei Yongjun
· 17 years ago
d0ce929
SCTP: Do not retransmit chunks that are newer then rtt.
by Vlad Yasevich
· 17 years ago
3ff50b7
[NET]: cleanup extra semicolons
by Stephen Hemminger
· 18 years ago
8c4a2d4
[SCTP]: Fix connection hang/slowdown with PR-SCTP
by Vlad Yasevich
· 18 years ago
d808ad9
[NET] SCTP: Fix whitespace errors.
by YOSHIFUJI Hideaki
· 18 years ago
34bcca2
[SCTP]: Even more trivial sctp annotations.
by Al Viro
· 18 years ago
9f81bcd
[SCTP]: More trivial sctp annotations.
by Al Viro
· 18 years ago
cd49788
[SCTP]: Include sk_buff overhead while updating the peer's receive window.
by Sridhar Samudrala
· 18 years ago
ac0b046
[SCTP]: Extend /proc/net/sctp/snmp to provide more statistics.
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
4c9f5d5
[SCTP] Reset rtt_in_progress for the chunk when processing its sack.
by Vlad Yasevich
· 18 years ago
27852c2
[SCTP]: Fix 'fast retransmit' to send a TSN only once.
by Vlad Yasevich
· 19 years ago
79af02c
[SCTP]: Use struct list_head for chunk lists, not sk_buff_head.
by David S. Miller
· 19 years ago
3f7a87d
[SCTP] sctp_connectx() API support
by Frank Filz
· 19 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago