Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
kernel
/
msm
/
ff937938e7781b2c1bffce0a5400af308e3946d5
/
include
/
net
/
sctp
/
structs.h
ff93793
sctp: dubious bitfields in sctp_transport
by Dan Carpenter
· 14 years ago
278554b
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 14 years ago
50b5d6a
sctp: Fix a race between ICMP protocol unreachable and connect()
by Vlad Yasevich
· 15 years ago
f546061
Merge branch 'net-next' of git://git.kernel.org/pub/scm/linux/kernel/git/vxy/lksctp-dev
by David S. Miller
· 15 years ago
0e3aef8
sctp: Tag messages that can be Nagle delayed at creation.
by Vlad Yasevich
· 15 years ago
cf9b481
sctp: fast recovery algorithm is per association.
by Vlad Yasevich
· 15 years ago
c0058a3
sctp: Save some room in the sctp_transport by using bitfields
by Vlad Yasevich
· 15 years ago
ae19c54
sctp: remove 'resent' bit from the chunk
by Vlad Yasevich
· 15 years ago
5fa782c
sctp: Fix skb_over_panic resulting from multiple invalid parameter errors (CVE-2010-1173) (v4)
by Neil Horman
· 15 years ago
4ef58d4
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 15 years ago
d014d04
Merge branch 'for-next' into for-linus
by Jiri Kosina
· 15 years ago
af901ca
tree-wide: fix assorted typos all over the place
by André Goddard Rosa
· 15 years ago
9b963e5
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 15 years ago
5fdd4ba
sctp: on T3_RTX retransmit all the in-flight chunks
by Andrei Pelinescu-Onciul
· 15 years ago
46d5a80
sctp: Update max.burst implementation
by Vlad Yasevich
· 15 years ago
245cba7
sctp: Remove useless last_time_used variable
by Vlad Yasevich
· 15 years ago
90f2f53
sctp: Update SWS avaoidance receiver side algorithm
by Vlad Yasevich
· 15 years ago
409b95a
sctp: Set source addresses on the association before adding transports
by Vlad Yasevich
· 15 years ago
b705884
net: Make setsockopt() optlen be unsigned.
by David S. Miller
· 15 years ago
9237ccb
sctp: turn flags in 'struct sctp_association' into bit fields
by Wei Yongjun
· 15 years ago
7238843
sctp: Sysctl configuration for IPv4 Address Scoping
by Bhaskar Dutta
· 15 years ago
a803c94
sctp: Turn flags in 'sctp_packet' into bit fields
by Vlad Yasevich
· 15 years ago
f68b2e0
sctp: Fix SCTP_MAXSEG socket option to comply to spec.
by Vlad Yasevich
· 15 years ago
cb95ea3
sctp: Don't do NAGLE delay on large writes that were fragmented small
by Vlad Yasevich
· 15 years ago
4d3c46e
sctp: drop a_rwnd to 0 when receive buffer overflows.
by Vlad Yasevich
· 15 years ago
9c5c62b
sctp: Send user messages to the lower layer as one
by Vlad Yasevich
· 15 years ago
9919b45
sctp: fix to choose alternate destination when retransmit ASCONF chunk
by Wei Yongjun
· 15 years ago
faee47c
sctp: Fix the RTO-doubling on idle-link heartbeats
by Vlad Yasevich
· 16 years ago
06e8680
sctp: Allow to disable SCTP checksums via module parameter
by Lucas Nussbaum
· 16 years ago
8e1ee18
sctp: Rework the tsn map to use generic bitmap.
by Vlad Yasevich
· 16 years ago
52cae8f
sctp: try harder to figure out address family when checking wildcards
by Vlad Yasevich
· 16 years ago
c226ef9
sctp: reduce memory footprint of sctp_chunk structure
by Neil Horman
· 16 years ago
f880374
sctp: Drop ipfargok in sctp_xmit function
by Herbert Xu
· 16 years ago
abd0b19
sctp: make sctp_outq_flush() static
by Adrian Bunk
· 16 years ago
7dab83d
sctp: Support ipv6only AF_INET6 sockets.
by Vlad Yasevich
· 16 years ago
2e3216c
sctp: Follow security requirement of responding with 1 packet
by Vlad Yasevich
· 16 years ago
65b53e4
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 16 years ago
b9031d9
sctp: Fix ECN markings for IPv6
by Vlad Yasevich
· 16 years ago
62aeaff
sctp: Start T3-RTX timer when fast retransmitting lowest TSN
by Vlad Yasevich
· 16 years ago
a646523
sctp: Correctly implement Fast Recovery cwnd manipulations.
by Vlad Yasevich
· 16 years ago
e511710
[SCTP]: Fix NULL dereference of asoc.
by YOSHIFUJI Hideaki
· 16 years ago
d364d92
sctp: Bring SCTP_DELAYED_ACK socket option into API compliance
by Wei Yongjun
· 17 years ago
80445cf
[SCTP]: Remove redundant wrapper functions.
by Florian Westphal
· 17 years ago
58fbbed
[SCTP]: extend exported data in /proc/net/sctp/assoc
by Neil Horman
· 17 years ago
60c778b
[SCTP]: Stop claiming that this is a "reference implementation"
by Vlad Yasevich
· 17 years ago
75205f4
[SCTP]: Implement ADD-IP special case processing for ABORT chunk
by Vlad Yasevich
· 17 years ago
f57d96b
[SCTP]: Change use_as_src into a full address state
by Vlad Yasevich
· 17 years ago
a08de64
[SCTP]: Update ASCONF processing to conform to spec.
by Vlad Yasevich
· 17 years ago
d6de309
[SCTP]: Add the handling of "Set Primary IP Address" parameter to INIT
by Vlad Yasevich
· 17 years ago
42e30bf
[SCTP]: Handle the wildcard ADD-IP Address parameter
by Vlad Yasevich
· 17 years ago
f4ab2f72
[NET] include/net/: Spelling fixes
by Joe Perches
· 17 years ago
8e71a11
[SCTP]: Fix the bind_addr info during migration.
by Vlad Yasevich
· 17 years ago
d970dbf
SCTP: Convert custom hash lists to use hlist.
by Vlad Yasevich
· 17 years ago
73d9c4f
SCTP: Allow ADD_IP to work with AUTH for backward compatibility.
by Vlad Yasevich
· 17 years ago
88799fe
SCTP: Correctly disable ADD-IP when AUTH is not supported.
by Vlad Yasevich
· 17 years ago
0ed90fb
SCTP: Update RCU handling during the ADD-IP case
by Vlad Yasevich
· 17 years ago
b6157d8
SCTP: Fix difference cases of retransmit.
by Vlad Yasevich
· 17 years ago
0639300
[SCTP]: port randomization
by Stephen Hemminger
· 17 years ago
6b2f9cb
[SCTP]: Tie ADD-IP and AUTH functionality as required by spec.
by Vlad Yasevich
· 17 years ago
bbd0d59
[SCTP]: Implement the receive and verification of AUTH chunk
by Vlad Yasevich
· 17 years ago
4cd57c8
[SCTP]: Enable the sending of the AUTH chunk.
by Vlad Yasevich
· 17 years ago
1f48564
[SCTP]: Implement SCTP-AUTH internals
by Vlad Yasevich
· 17 years ago
131a47e
[SCTP]: Implement the Supported Extensions Parameter
by Vlad Yasevich
· 17 years ago
5c94bf8
[SCTP]: Make sctp_addto_param() static.
by Adrian Bunk
· 17 years ago
78bd8fb
fix sctp_del_bind_addr() last argument type
by Al Viro
· 17 years ago
6f4c618
SCTP : Add paramters validity check for ASCONF chunk
by Wei Yongjun
· 17 years ago
559cf71
[SCTP]: Convert bind_addr_list locking to RCU
by Vlad Yasevich
· 17 years ago
2930354
[SCTP]: Add RCU synchronization around sctp_localaddr_list
by Vlad Yasevich
· 17 years ago
00f1c2d
SCTP: Fix to encode PROTOCOL VIOLATION error cause correctly
by Wei Yongjun
· 17 years ago
8a47949
[SCTP] Flag a pmtu change request
by Vlad Yasevich
· 17 years ago
c910b47
[SCTP] Update pmtu handling to be similar to tcp
by Vlad Yasevich
· 17 years ago
07d9396
[SCTP]: Set assoc_id correctly during INIT collision.
by Vlad Yasevich
· 18 years ago
7033157
[SCTP]: Implement SCTP_MAX_BURST socket option.
by Vlad Yasevich
· 18 years ago
d49d91d
[SCTP]: Implement SCTP_PARTIAL_DELIVERY_POINT option.
by Vlad Yasevich
· 18 years ago
b6e1331
[SCTP]: Implement SCTP_FRAGMENT_INTERLEAVE socket option
by Vlad Yasevich
· 18 years ago
749bf92
[SCTP]: Reset some transport and association variables on restart
by Vlad Yasevich
· 18 years ago
0f3fffd
[SCTP]: Fix typo adaption -> adaptation as per the latest API draft.
by Ivan Skytte Jorgensen
· 18 years ago
6ab792f
[SCTP]: Add support for SCTP_CONTEXT socket option.
by Ivan Skytte Jorgensen
· 18 years ago
29c7cf9
[SCTP]: Handle address add/delete events in a more efficient way.
by Sridhar Samudrala
· 18 years ago
4c1ac1b
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6
by David Howells
· 18 years ago
3dbe865
[SCTP]: Annotate ->supported_addrs().
by Al Viro
· 18 years ago
e1857ea
[SCTP]: sctp_association ->peer.i is a host-endian analog of sctp_inthdr.
by Al Viro
· 18 years ago
6fbfa9f
[SCTP]: Annotate ->inaddr_any().
by Al Viro
· 18 years ago
c9c938c
[SCTP]: flip_to_{h,n}() are not needed anymore.
by Al Viro
· 18 years ago
516b20e
[SCTP]: ->a_h is gone now.
by Al Viro
· 18 years ago
74af924
[SCTP]: ->a_h is gone now.
by Al Viro
· 18 years ago
80f15d6
[SCTP]: ->source_h is not used anymore.
by Al Viro
· 18 years ago
a926626
[SCTP]: Switch all remaining users of ->saddr_h to ->saddr.
by Al Viro
· 18 years ago
dd86d13
[SCTP]: Switch ->from_addr_param() to net-endian.
by Al Viro
· 18 years ago
854d43a
[SCTP]: Annotate ->dst_saddr()
by Al Viro
· 18 years ago
2a6fd78
[SCTP] embedded sctp_addr: net-endian mirrors
by Al Viro
· 18 years ago
09ef7fe
[SCTP]: Beginning of conversion to net-endian for embedded sctp_addr.
by Al Viro
· 18 years ago
04afd8b
[SCTP]: Beginning of sin_port fixes.
by Al Viro
· 18 years ago
dbc16db
[SCTP]: Trivial sctp endianness annotations.
by Al Viro
· 18 years ago
b68dbca
[SCTP]: Fix warning
by Vlad Yasevich
· 18 years ago
c402895
WorkStruct: make allyesconfig
by David Howells
· 18 years ago
3fd091e
[SCTP]: Remove multiple levels of msecs to jiffies conversions.
by Vladislav Yasevich
· 18 years ago
1b489e1
[SCTP]: Use HMAC template and hash interface
by Herbert Xu
· 18 years ago
dc022a9
[SCTP]: ADDIP: Don't use an address as source until it is ASCONF-ACKed
by Sridhar Samudrala
· 18 years ago
ad8fec1
[SCTP]: Verify all the paths to a peer via heartbeat before using them.
by Sridhar Samudrala
· 18 years ago
Next »