index
:
litmus-rt.git
archive/unc-master-3.0
archived-2013.1
archived-private-master
archived-semi-part
demo
ecrts-pgm-final
ecrts14-pgm-final
gpusync-rtss12
gpusync/staging
linux-tip
litmus2008-patch-series
master
pgm
prop/litmus-signals
prop/robust-tie-break
staging
test
tracing-devel
v2.6.34-with-arm-patches
v2015.1
wip-2011.2-bbb
wip-2011.2-bbb-trace
wip-2012.3-gpu
wip-2012.3-gpu-preport
wip-2012.3-gpu-rtss13
wip-2012.3-gpu-sobliv-budget-w-kshark
wip-aedzl-final
wip-aedzl-revised
wip-arbit-deadline
wip-aux-tasks
wip-bbb
wip-bbb-prio-don
wip-better-break
wip-binary-heap
wip-budget
wip-color
wip-color-jlh
wip-d10-hz1000
wip-default-clustering
wip-dissipation-jerickso
wip-dissipation2-jerickso
wip-ecrts14-pgm
wip-edf-hsb
wip-edf-os
wip-edf-tie-break
wip-edzl-critique
wip-edzl-final
wip-edzl-revised
wip-events
wip-extra-debug
wip-fix-switch-jerickso
wip-fix3
wip-fmlp-dequeue
wip-ft-irq-flag
wip-gpu-cleanup
wip-gpu-interrupts
wip-gpu-rtas12
wip-gpu-rtss12
wip-gpu-rtss12-srp
wip-gpusync-merge
wip-ikglp
wip-k-fmlp
wip-kernel-coloring
wip-kernthreads
wip-klmirqd-to-aux
wip-kshark
wip-litmus-3.2
wip-litmus2011.2
wip-litmus3.0-2011.2
wip-master-2.6.33-rt
wip-mc
wip-mc-bipasa
wip-mc-jerickso
wip-mc2-cache-slack
wip-mcrit-mac
wip-merge-3.0
wip-merge-v3.0
wip-migration-affinity
wip-mmap-uncache
wip-modechange
wip-nested-locking
wip-omlp-gedf
wip-pai
wip-percore-lib
wip-performance
wip-pgm
wip-pgm-split
wip-pm-ovd
wip-prio-inh
wip-prioq-dgl
wip-refactored-gedf
wip-release-master-fix
wip-robust-tie-break
wip-rt-kshark
wip-rtas12-pgm
wip-semi-part
wip-semi-part-edfos-jerickso
wip-shared-lib
wip-shared-lib2
wip-shared-mem
wip-splitting-jerickso
wip-splitting-omlp-jerickso
wip-stage-binheap
wip-sun-port
wip-timer-trace
wip-tracepoints
The LITMUS^RT kernel.
Bjoern Brandenburg
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
sctp
Commit message (
Expand
)
Author
Age
...
*
sctp: Correctly track if AUTH has been bundled.
Vlad Yasevich
2009-09-04
*
sctp: fix to reset packet information after packet transmit
Wei Yongjun
2009-09-04
*
sctp: Failover transmitted list on transport delete
Vlad Yasevich
2009-09-04
*
sctp: Fix SCTP_MAXSEG socket option to comply to spec.
Vlad Yasevich
2009-09-04
*
sctp: Don't do NAGLE delay on large writes that were fragmented small
Vlad Yasevich
2009-09-04
*
sctp: Nagle delay should be based on path mtu
Vlad Yasevich
2009-09-04
*
sctp: Try not to change a_rwnd when faking a SACK from SHUTDOWN.
Vlad Yasevich
2009-09-04
*
sctp: drop a_rwnd to 0 when receive buffer overflows.
Vlad Yasevich
2009-09-04
*
sctp: Clear fast_recovery on the transport when T3 timer expires.
Vlad Yasevich
2009-09-04
*
sctp: Fix error count increments that were results of HEARTBEATS
Vlad Yasevich
2009-09-04
*
sctp: use proc_create()
Alexey Dobriyan
2009-09-04
*
sctp: fix check the chunk length of received HEARTBEAT-ACK chunk
Wei Yongjun
2009-09-04
*
sctp: drop SHUTDOWN chunk if the TSN is less than the CTSN
Wei Yongjun
2009-09-04
*
sctp: Send user messages to the lower layer as one
Vlad Yasevich
2009-09-04
*
sctp: Try to encourage SACK bundling with DATA.
Vlad Yasevich
2009-09-04
*
sctp: Generate SACKs when actually sending outbound DATA
Vlad Yasevich
2009-09-04
*
sctp: Fix data segmentation with small frag_size
Vlad Yasevich
2009-09-04
*
sctp: Disallow new connection on a closing socket
Vlad Yasevich
2009-09-04
*
sctp: Fix piggybacked ACKs
Doug Graham
2009-09-04
*
sctp: release cached route when the transport goes down.
Vlad Yasevich
2009-09-04
*
sctp: update the route for non-active transports after addresses are added
Wei Yongjun
2009-09-04
*
sctp: check the unrecognized ASCONF parameter before access it
Wei Yongjun
2009-09-04
*
sctp: avoid overwrite the return value of sctp_process_asconf_ack()
Wei Yongjun
2009-09-04
*
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
2009-08-12
|
\
|
*
sctp: fix missing destroy of percpu counter variable in sctp_proc_exit()
Rafael Laufer
2009-08-10
*
|
net: mark read-only arrays as const
Jan Engelhardt
2009-08-05
|
/
*
sctp: fix warning at inet_sock_destruct() while release sctp socket
Wei Yongjun
2009-07-06
*
sctp: xmit sctp packet always return no route error
Wei Yongjun
2009-06-29
*
ipv6: Use correct data types for ICMPv6 type and code
Brian Haley
2009-06-23
*
net: correct off-by-one write allocations reports
Eric Dumazet
2009-06-18
*
sctp: protocol.c call rcu_barrier() on unload.
Jesper Dangaard Brouer
2009-06-10
*
sctp: Use frag list abstraction interfaces.
David S. Miller
2009-06-09
*
sctp: support non-blocking version of the new sctp_connectx() API
Vlad Yasevich
2009-06-03
*
sctp: fix to choose alternate destination when retransmit ASCONF chunk
Wei Yongjun
2009-06-03
*
sctp: fix sack_timeout sysctl min and max types
Jean-Mickael Guerin
2009-06-03
*
sctp: fix panic when T4-rto timer expire on removed transport
Wei Yongjun
2009-06-03
*
sctp: fix panic when T2-shutdown timer expire on removed transport
Wei Yongjun
2009-06-03
*
sctp: fix to only enable IPv6 address support on PF_INET6 socket
Wei Yongjun
2009-06-03
*
sctp: fix a typo in net/sctp/sm_statetable.c
Wei Yongjun
2009-06-03
*
sctp: fix the error code when ASCONF is received with invalid address
Wei Yongjun
2009-06-03
*
sctp: fix report unrecognized parameter in ACSONF-ACK
Wei Yongjun
2009-06-03
*
net: skb->dst accessors
Eric Dumazet
2009-06-03
*
net: skb->rtable accessor
Eric Dumazet
2009-06-03
*
sctp: add feature bit for SCTP offload in hardware
Jesse Brandeburg
2009-04-28
*
proc 2/2: remove struct proc_dir_entry::owner
Alexey Dobriyan
2009-03-30
*
sctp: Clean up TEST_FRAME hacks.
Vlad Yasevich
2009-03-21
*
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
2009-03-20
|
\
|
*
net: fix sctp breakage
Al Viro
2009-03-18
*
|
sctp: add Adaptation Layer Indication parameter only when it's set
malc
2009-03-13
*
|
sctp: fix to send FORWARD-TSN chunk only if peer has such capable
Wei Yongjun
2009-03-13
[prev]
[next]