index
:
profile/common/kernel-common
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0_common
accepted/tizen_4.0_unified
accepted/tizen_common
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_wearable
sandbox/dkson95/gcc6
sandbox/jaehun77/hardfp
sandbox/jkozerski/ima-evm
sandbox/jobol/upstream
sandbox/jobol/v3.19.1
sandbox/jobol/v4.0
sandbox/lstelmach/memfd
sandbox/mwereski/kdbus-integration
sandbox/mwereski/memfd
sandbox/pcoval/devel-sdk
sandbox/pcoval/efi
sandbox/pcoval/ivi-devel
sandbox/pcoval/latest
sandbox/pcoval/rcar-m2
sandbox/pcoval/snapshot
sandbox/pcoval/tizen
sandbox/pcoval/tizen_common
sandbox/sdx/displaylink
sandbox/zjasinski/ima-evm
sandbox/zjasinski/ima-evm2
tizen
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m2
tizen_3.14.14
tizen_3.14.19
tizen_3.14.4
tizen_4.0
tizen_common
tizen_common_3.14.20
tizen_common_3.14.25
upstream
Domain: SCM / Uncategorized;
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
sctp
Age
Commit message (
Expand
)
Author
Files
Lines
2006-09-29
[SCTP]: Do not timestamp every SCTP packet.
Vlad Yasevich
2
-7
/
+9
2006-09-29
[SCTP]: Use correct mask when disabling PMTUD.
Vlad Yasevich
1
-1
/
+1
2006-09-29
[SCTP]: Include sk_buff overhead while updating the peer's receive window.
Sridhar Samudrala
2
-3
/
+10
2006-09-29
[SCTP]: Enable Nagle algorithm by default.
Sridhar Samudrala
1
-2
/
+2
2006-09-22
[IPV6] ADDRCONF: Convert addrconf_lock to RCU.
YOSHIFUJI Hideaki
1
-3
/
+3
2006-09-22
[SCTP]: Cleanups
Adrian Bunk
3
-15
/
+7
2006-09-22
[SCTP]: Change globals to __read_mostly
Brian Haley
1
-1
/
+1
2006-09-22
[NET]: Fix sk->sk_filter field access
Dmitry Mishin
1
-1
/
+1
2006-09-22
[SCTP]: Remove multiple levels of msecs to jiffies conversions.
Vladislav Yasevich
4
-87
/
+72
2006-09-22
[SCTP]: Use the flags value that is passed as an arg to sctp_accept.
Sridhar Samudrala
1
-1
/
+1
2006-09-22
[SCTP]: Fix IPv6 address flag setting when doing peel-off/accept.
Vladislav Yasevich
1
-0
/
+2
2006-09-22
[SCTP]: Cleanup nomem handling in the state functions.
Vladislav Yasevich
1
-73
/
+86
2006-09-22
[SCTP]: Extend /proc/net/sctp/snmp to provide more statistics.
Sridhar Samudrala
5
-6
/
+44
2006-09-21
[SCTP]: Use HMAC template and hash interface
Herbert Xu
3
-14
/
+31
2006-08-29
[SCTP]: Fix sctp_primitive_ABORT() call in sctp_close().
Sridhar Samudrala
1
-3
/
+7
2006-08-22
Fix sctp privilege elevation (CVE-2006-3745)
Sridhar Samudrala
3
-38
/
+22
2006-07-21
[SCTP]: ADDIP: Don't use an address as source until it is ASCONF-ACKed
Sridhar Samudrala
5
-22
/
+78
2006-07-21
[SCTP]: Set chunk->data_accepted only if we are going to accept it.
Sridhar Samudrala
1
-1
/
+2
2006-07-21
[SCTP]: Verify all the paths to a peer via heartbeat before using them.
Sridhar Samudrala
6
-19
/
+47
2006-07-21
[SCTP]: Unhash the endpoint in sctp_endpoint_free().
Vlad Yasevich
1
-5
/
+6
2006-07-21
[SCTP]: Check for NULL arg to sctp_bucket_destroy().
Sridhar Samudrala
1
-1
/
+1
2006-06-30
Remove obsolete #include <linux/config.h>
Jörn Engel
1
-1
/
+0
2006-06-20
[SCTP]: sctp_unpack_cookie() fix
Al Viro
1
-2
/
+2
2006-06-17
[SCTP]: Fix persistent slowdown in sctp when a gap ack consumes rx buffer.
Neil Horman
1
-1
/
+9
2006-06-17
[SCTP]: Send only 1 window update SACK per message.
Tsutomu Fujii
1
-2
/
+28
2006-06-17
[SCTP]: Don't do CRC32C checksum over loopback.
Sridhar Samudrala
2
-22
/
+29
2006-06-17
[SCTP] Reset rtt_in_progress for the chunk when processing its sack.
Vlad Yasevich
1
-0
/
+1
2006-06-17
[SCTP]: Reject sctp packets with broadcast addresses.
Vlad Yasevich
4
-5
/
+14
2006-06-17
[SCTP]: Limit association max_retrans setting in setsockopt.
Vlad Yasevich
1
-1
/
+25
2006-05-19
[SCTP]: Allow linger to abort 1-N style sockets.
Vladislav Yasevich
1
-6
/
+6
2006-05-19
[SCTP]: Validate the parameter length in HB-ACK chunk.
Vladislav Yasevich
1
-0
/
+6
2006-05-19
[SCTP]: A better solution to fix the race between sctp_peeloff() and
Vladislav Yasevich
2
-67
/
+89
2006-05-19
[SCTP]: Set sk_err so that poll wakes up after a non-blocking connect failure.
Sridhar Samudrala
4
-33
/
+63
2006-05-05
[SCTP]: Fix state table entries for chunks received in CLOSED state.
Sridhar Samudrala
1
-5
/
+5
2006-05-05
[SCTP]: Fix panic's when receiving fragmented SCTP control chunks.
Sridhar Samudrala
1
-5
/
+8
2006-05-05
[SCTP]: Prevent possible infinite recursion with multiple bundled DATA.
Vladislav Yasevich
1
-2
/
+25
2006-05-05
[SCTP]: Allow spillover of receive buffer to avoid deadlock.
Neil Horman
2
-10
/
+37
2006-04-11
[PATCH] for_each_possible_cpu: network codes
KAMEZAWA Hiroyuki
1
-1
/
+1
2006-03-25
Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
1
-8
/
+4
2006-03-25
[PATCH] POLLRDHUP/EPOLLRDHUP handling for half-closed devices notifications
Davide Libenzi
1
-0
/
+2
2006-03-25
[SCTP]: Fix up sctp_rcv return value
Herbert Xu
1
-8
/
+4
2006-03-20
[NET]: Identation & other cleanups related to compat_[gs]etsockopt cset
Arnaldo Carvalho de Melo
2
-93
/
+93
2006-03-20
[NET]: {get|set}sockopt compatibility layer
Dmitry Mishin
2
-0
/
+16
2006-02-02
[SCTP]: Fix 'fast retransmit' to send a TSN only once.
Vlad Yasevich
2
-6
/
+8
2006-01-30
[SCTP]: heartbeats exceed maximum retransmssion limit
Vlad Yasevich
1
-1
/
+1
2006-01-30
[SCTP]: correct the number of INIT retransmissions
Vlad Yasevich
2
-4
/
+4
2006-01-17
[SCTP]: Fix sctp_rcv_ootb() to handle the last chunk of a packet correctly.
Tsutomu Fujii
2
-4
/
+11
2006-01-17
[SCTP]: Fix couple of races between sctp_peeloff() and sctp_rcv().
Sridhar Samudrala
2
-1
/
+38
2006-01-17
[SCTP]: Fix machine check/connection hang on IA64.
Vlad Yasevich
1
-1
/
+1
2006-01-17
[SCTP]: Fix bad sysctl formatting of SCTP timeout values on 64-bit m/cs.
Vlad Yasevich
4
-9
/
+6
[next]