index
:
kernel/linux.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.12.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
sctp
/
output.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-11-04
sctp: Perform software checksum if packet has to be fragmented.
Vlad Yasevich
1
-1
/
+1
2013-11-04
sctp: Use software crc32 checksum when xfrm transform will happen.
Fan Du
1
-1
/
+2
2013-04-23
net: sctp: minor: remove dead code from sctp_packet
Daniel Borkmann
1
-4
/
+1
2012-12-03
sctp: Add support to per-association statistics via a new SCTP_GET_ASSOC_STAT...
Michele Baldessari
1
-5
/
+9
2012-09-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+20
2012-09-03
sctp: Don't charge for data in sndbuf again when transmitting packet
Thomas Graf
1
-1
/
+20
2012-08-15
sctp: Make the mib per network namespace
Eric W. Biederman
1
-1
/
+1
2012-07-16
sctp: Adjust PMTU updates to accomodate route invalidation.
David S. Miller
1
-1
/
+1
2012-07-09
sctp: refactor sctp_packet_append_chunk and clenup some memory leaks
Neil Horman
1
-27
/
+52
2012-07-01
sctp: be more restrictive in transport selection on bundled sacks
Neil Horman
1
-0
/
+5
2012-05-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-3
/
+1
2012-05-11
sctp: check cached dst before using it
Nicolas Dichtel
1
-3
/
+1
2012-04-15
net: cleanup unsigned to unsigned int
Eric Dumazet
1
-2
/
+2
2011-12-20
sctp: Do not account for sizeof(struct sk_buff) in estimated rwnd
Thomas Graf
1
-7
/
+1
2011-07-15
net: sctp: fix checksum marking for outgoing packets
Michał Mirosław
1
-11
/
+8
2011-03-31
Fix common misspellings
Lucas De Marchi
1
-1
/
+1
2010-09-27
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
1
-1
/
+0
2010-09-18
sctp: Do not reset the packet during sctp_packet_config().
Vlad Yasevich
1
-1
/
+0
2010-08-27
net/sctp: Use pr_fmt and pr_<level>
Joe Perches
1
-0
/
+2
2010-05-01
sctp: Tag messages that can be Nagle delayed at creation.
Vlad Yasevich
1
-1
/
+1
2010-05-01
sctp: remove 'resent' bit from the chunk
Vlad Yasevich
1
-16
/
+9
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
1
-0
/
+1
2009-11-23
sctp: Fix mis-ordering of user space data when multihoming in use
Neil Horman
1
-12
/
+13
2009-11-23
sctp: Update max.burst implementation
Vlad Yasevich
1
-23
/
+0
2009-11-23
sctp: Remove useless last_time_used variable
Vlad Yasevich
1
-2
/
+0
2009-09-05
sctp: remove dup code in net/sctp/output.c
Wei Yongjun
1
-24
/
+13
2009-09-05
sctp: Correctly track if AUTH has been bundled.
Vlad Yasevich
1
-1
/
+1
2009-09-05
sctp: fix to reset packet information after packet transmit
Wei Yongjun
1
-1
/
+12
2009-09-05
sctp: Don't do NAGLE delay on large writes that were fragmented small
Vlad Yasevich
1
-1
/
+3
2009-09-05
sctp: Nagle delay should be based on path mtu
Vlad Yasevich
1
-2
/
+3
2009-09-05
sctp: Generate SACKs when actually sending outbound DATA
Vlad Yasevich
1
-57
/
+85
2009-09-05
sctp: Fix piggybacked ACKs
Doug Graham
1
-4
/
+5
2009-06-30
sctp: xmit sctp packet always return no route error
Wei Yongjun
1
-1
/
+1
2009-06-03
net: skb->dst accessors
Eric Dumazet
1
-3
/
+3
2009-04-28
sctp: add feature bit for SCTP offload in hardware
Jesse Brandeburg
1
-3
/
+14
2009-03-21
sctp: Clean up TEST_FRAME hacks.
Vlad Yasevich
1
-4
/
+1
2009-02-16
sctp: Clean up sctp checksumming code
Vlad Yasevich
1
-8
/
+6
2009-02-16
sctp: Allow to disable SCTP checksums via module parameter
Lucas Nussbaum
1
-1
/
+1
2009-02-01
net: replace uses of __constant_{endian}
Harvey Harrison
1
-1
/
+1
2009-01-23
sctp: Properly timestamp outgoing data chunks for rtx purposes
Vlad Yasevich
1
-3
/
+4
2008-10-01
sctp: reduce memory footprint of sctp_chunk structure
Neil Horman
1
-1
/
+1
2008-09-18
sctp: set the skb->ip_summed correctly when sending over loopback.
Vlad Yasevich
1
-1
/
+2
2008-08-04
sctp: Drop ipfargok in sctp_xmit function
Herbert Xu
1
-4
/
+2
2008-07-19
sctp: remove unnecessary byteshifting, calculate directly in big-endian
Harvey Harrison
1
-2
/
+2
2008-07-17
mib: add net to IP_INC_STATS_BH
Pavel Emelyanov
1
-1
/
+2
2008-06-20
sctp: Follow security requirement of responding with 1 packet
Vlad Yasevich
1
-2
/
+5
2008-06-04
sctp: Fix ECN markings for IPv6
Vlad Yasevich
1
-1
/
+1
2008-03-06
net: replace remaining __FUNCTION__ occurrences
Harvey Harrison
1
-7
/
+7
2008-02-05
[SCTP]: Stop claiming that this is a "reference implementation"
Vlad Yasevich
1
-4
/
+4
2008-01-29
[SCTP]: Use crc32c library for checksum calculations.
Vlad Yasevich
1
-0
/
+1
[next]