index
:
talos-op-linux
master
Talos™ II Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
sctp
Commit message (
Expand
)
Author
Age
Files
Lines
*
sctp: correctly mark missing chunks in fast recovery
Vlad Yasevich
2010-04-30
1
-5
/
+13
*
sctp: rwnd_press should be cumulative
Vlad Yasevich
2010-04-30
1
-1
/
+1
*
sctp: fast recovery algorithm is per association.
Vlad Yasevich
2010-04-30
1
-15
/
+17
*
sctp: update transport initializations
Vlad Yasevich
2010-04-30
3
-30
/
+0
*
sctp: Do not force T3 timer on fast retransmissions.
Vlad Yasevich
2010-04-30
2
-14
/
+5
*
sctp: remove 'resent' bit from the chunk
Vlad Yasevich
2010-04-30
3
-18
/
+9
*
sctp: Make sure we always return valid retransmit path
Vlad Yasevich
2010-04-30
1
-1
/
+2
*
sctp: cleanup: remove duplicate assignment
Dan Carpenter
2010-04-30
1
-14
/
+9
*
sctp: implement sctp association probing module
Wei Yongjun
2010-04-30
3
-0
/
+228
*
sctp: use sctp_chunk_is_data macro to decide a chunk is data chunk
Shan Wei
2010-04-30
1
-1
/
+1
*
sctp: Do no select unconfirmed transports for retransmissions
Vlad Yasevich
2010-04-30
1
-2
/
+3
*
sctp: fix to retranmit at least one DATA chunk
Wei Yongjun
2010-04-30
1
-0
/
+12
*
sctp: missing set src and dest port while lookup output route
Wei Yongjun
2010-04-30
1
-1
/
+6
*
sctp: assure at least one T3-rtx timer is running if a FORWARD TSN is sent
Wei Yongjun
2010-04-30
1
-0
/
+6
*
sctp: send SHUTDOWN-ACK chunk back to the source.
Vlad Yasevich
2010-04-30
1
-2
/
+6
*
sctp: Use correct address family in sctp_getsockopt_peer_addrs()
Vlad Yasevich
2010-04-30
1
-1
/
+1
*
net: sk_add_backlog() take rmem_alloc into account
Eric Dumazet
2010-04-27
1
-3
/
+0
*
net: sk_sleep() helper
Eric Dumazet
2010-04-20
1
-10
/
+10
*
net: replace ipfragok with skb->local_df
Shan Wei
2010-04-15
2
-2
/
+2
*
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
2010-04-11
19
-0
/
+19
|
\
|
*
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
2010-03-30
19
-0
/
+19
*
|
SCTP: Change to use ipv6_addr_copy()
Brian Haley
2010-04-03
1
-4
/
+4
*
|
sctp: eliminate useless code
Hagen Paul Pfeifer
2010-03-30
1
-1
/
+0
*
|
sctp: Use ipv6_addr_diff() in sctp_v6_addr_match_len().
YOSHIFUJI Hideaki / 吉藤英明
2010-03-30
1
-14
/
+1
*
|
ipv6: convert idev_list to list macros
stephen hemminger
2010-03-20
1
-1
/
+1
|
/
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
2010-03-13
2
-15
/
+30
|
\
|
*
net: backlog functions rename
Zhu Yi
2010-03-05
1
-2
/
+2
|
*
sctp: use limited socket backlog
Zhu Yi
2010-03-05
2
-15
/
+30
*
|
Merge branch 'for-next' into for-linus
Jiri Kosina
2010-03-08
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
tree-wide: Assorted spelling fixes
Daniel Mack
2010-02-09
1
-1
/
+1
*
|
net: remove INIT_RCU_HEAD() usage
Alexey Dobriyan
2010-02-17
3
-3
/
+0
*
|
percpu: add __percpu sparse annotations to net
Tejun Heo
2010-02-16
2
-3
/
+4
*
|
net: constify MIB name tables
Alexey Dobriyan
2010-01-23
1
-1
/
+1
*
|
net/sctp: Eliminate useless code
Julia Lawall
2010-01-21
1
-1
/
+1
|
/
*
net/sctp/socket.c: squish warning
Andrew Morton
2010-01-03
1
-2
/
+1
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
2009-12-09
2
-2
/
+2
|
\
|
*
Merge branch 'for-next' into for-linus
Jiri Kosina
2009-12-07
2
-2
/
+2
|
|
\
|
|
*
tree-wide: fix assorted typos all over the place
André Goddard Rosa
2009-12-04
1
-1
/
+1
|
|
*
tree-wide: fix some typos and punctuation in comments
Thadeu Lima de Souza Cascardo
2009-12-04
1
-1
/
+1
*
|
|
sctp: fix compile error due to sysctl mismerge
Linus Torvalds
2009-12-08
1
-1
/
+0
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6
Linus Torvalds
2009-12-08
12
-431
/
+201
|
\
\
\
|
*
|
|
sctp: fix sctp_setsockopt_autoclose compile warning
Andrei Pelinescu-Onciul
2009-12-02
1
-1
/
+1
|
*
|
|
net: Move && and || to end of previous line
Joe Perches
2009-11-29
2
-4
/
+4
|
*
|
|
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
2009-11-29
3
-14
/
+2
|
|
\
\
\
|
|
|
/
/
|
*
|
|
sctp: prevent too-fast association id reuse
Vlad Yasevich
2009-11-23
1
-1
/
+12
|
*
|
|
sctp: fix integer overflow when setting the autoclose timer
Andrei Pelinescu-Onciul
2009-11-23
1
-1
/
+1
|
*
|
|
sctp: limit maximum autoclose setsockopt value
Andrei Pelinescu-Onciul
2009-11-23
1
-0
/
+3
|
*
|
|
sctp: Fix mis-ordering of user space data when multihoming in use
Neil Horman
2009-11-23
1
-12
/
+13
|
*
|
|
sctp: Update max.burst implementation
Vlad Yasevich
2009-11-23
4
-23
/
+54
|
*
|
|
sctp: Remove useless last_time_used variable
Vlad Yasevich
2009-11-23
3
-9
/
+5
[next]