index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
sctp
/
output.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
1
-23
/
+0
*
sctp: Remove useless last_time_used variable
Vlad Yasevich
2009-11-23
1
-2
/
+0
*
sctp: remove dup code in net/sctp/output.c
Wei Yongjun
2009-09-04
1
-24
/
+13
*
sctp: Correctly track if AUTH has been bundled.
Vlad Yasevich
2009-09-04
1
-1
/
+1
*
sctp: fix to reset packet information after packet transmit
Wei Yongjun
2009-09-04
1
-1
/
+12
*
sctp: Don't do NAGLE delay on large writes that were fragmented small
Vlad Yasevich
2009-09-04
1
-1
/
+3
*
sctp: Nagle delay should be based on path mtu
Vlad Yasevich
2009-09-04
1
-2
/
+3
*
sctp: Generate SACKs when actually sending outbound DATA
Vlad Yasevich
2009-09-04
1
-57
/
+85
*
sctp: Fix piggybacked ACKs
Doug Graham
2009-09-04
1
-4
/
+5
*
sctp: xmit sctp packet always return no route error
Wei Yongjun
2009-06-29
1
-1
/
+1
*
net: skb->dst accessors
Eric Dumazet
2009-06-03
1
-3
/
+3
*
sctp: add feature bit for SCTP offload in hardware
Jesse Brandeburg
2009-04-28
1
-3
/
+14
*
sctp: Clean up TEST_FRAME hacks.
Vlad Yasevich
2009-03-21
1
-4
/
+1
*
sctp: Clean up sctp checksumming code
Vlad Yasevich
2009-02-16
1
-8
/
+6
*
sctp: Allow to disable SCTP checksums via module parameter
Lucas Nussbaum
2009-02-16
1
-1
/
+1
*
net: replace uses of __constant_{endian}
Harvey Harrison
2009-02-01
1
-1
/
+1
*
sctp: Properly timestamp outgoing data chunks for rtx purposes
Vlad Yasevich
2009-01-22
1
-3
/
+4
*
sctp: reduce memory footprint of sctp_chunk structure
Neil Horman
2008-10-01
1
-1
/
+1
*
sctp: set the skb->ip_summed correctly when sending over loopback.
Vlad Yasevich
2008-09-18
1
-1
/
+2
*
sctp: Drop ipfargok in sctp_xmit function
Herbert Xu
2008-08-03
1
-4
/
+2
*
sctp: remove unnecessary byteshifting, calculate directly in big-endian
Harvey Harrison
2008-07-18
1
-2
/
+2
*
mib: add net to IP_INC_STATS_BH
Pavel Emelyanov
2008-07-16
1
-1
/
+2
*
sctp: Follow security requirement of responding with 1 packet
Vlad Yasevich
2008-06-19
1
-2
/
+5
*
sctp: Fix ECN markings for IPv6
Vlad Yasevich
2008-06-04
1
-1
/
+1
*
net: replace remaining __FUNCTION__ occurrences
Harvey Harrison
2008-03-05
1
-7
/
+7
*
[SCTP]: Stop claiming that this is a "reference implementation"
Vlad Yasevich
2008-02-05
1
-4
/
+4
*
[SCTP]: Use crc32c library for checksum calculations.
Vlad Yasevich
2008-01-28
1
-0
/
+1
*
[SCTP]: Enable the sending of the AUTH chunk.
Vlad Yasevich
2007-10-10
1
-27
/
+104
*
[SCTP]: Implement SCTP-AUTH initializations.
Vlad Yasevich
2007-10-10
1
-0
/
+4
*
[NET]: cleanup extra semicolons
Stephen Hemminger
2007-04-25
1
-1
/
+1
*
[NET] SCTP: Fix whitespace errors.
YOSHIFUJI Hideaki
2007-02-10
1
-6
/
+6
*
[SCTP]: Include sk_buff overhead while updating the peer's receive window.
Sridhar Samudrala
2006-09-29
1
-2
/
+8
*
[SCTP]: Don't do CRC32C checksum over loopback.
Sridhar Samudrala
2006-06-17
1
-21
/
+27
*
[SCTP]: Fix 'fast retransmit' to send a TSN only once.
Vlad Yasevich
2006-02-02
1
-1
/
+1
*
[SCTP]: Update SCTP_PEER_ADDR_PARAMS socket option to the latest api draft.
Frank Filz
2006-01-03
1
-6
/
+11
*
[SCTP]: Use struct list_head for chunk lists, not sk_buff_head.
David S. Miller
2005-07-08
1
-9
/
+13
*
[SCTP] Replace incorrect use of dev_alloc_skb with alloc_skb in sctp_packet_t...
Sridhar Samudrala
2005-04-28
1
-2
/
+2
*
Linux-2.6.12-rc2
v2.6.12-rc2
Linus Torvalds
2005-04-16
1
-0
/
+646