aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/sctp/structs.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-11-29sctp: kill unused macros in head fileShan Wei1-2/+0
2010-09-23net: return operator cleanupEric Dumazet1-1/+1
2010-06-03net: use __packed annotationEric Dumazet1-2/+2
2010-05-26sctp: dubious bitfields in sctp_transportDan Carpenter1-1/+1
2010-05-12Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+3
2010-05-06sctp: Fix a race between ICMP protocol unreachable and connect()Vlad Yasevich1-0/+3
2010-05-03Merge branch 'net-next' of git://git.kernel.org/pub/scm/linux/kernel/git/vxy/lksctp-devDavid S. Miller1-32/+34
2010-04-30sctp: Tag messages that can be Nagle delayed at creation.Vlad Yasevich1-5/+3
2010-04-30sctp: fast recovery algorithm is per association.Vlad Yasevich1-6/+6
2010-04-30sctp: Save some room in the sctp_transport by using bitfieldsVlad Yasevich1-22/+27
2010-04-30sctp: remove 'resent' bit from the chunkVlad Yasevich1-2/+1
2010-04-28sctp: Fix skb_over_panic resulting from multiple invalid parameter errors (CVE-2010-1173) (v4)Neil Horman1-0/+1
2009-12-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2009-12-07Merge branch 'for-next' into for-linusJiri Kosina1-1/+1
2009-12-04tree-wide: fix assorted typos all over the placeAndré Goddard Rosa1-1/+1
2009-11-29Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+0
2009-11-29sctp: on T3_RTX retransmit all the in-flight chunksAndrei Pelinescu-Onciul1-1/+0
2009-11-23sctp: Update max.burst implementationVlad Yasevich1-0/+4
2009-11-23sctp: Remove useless last_time_used variableVlad Yasevich1-6/+0
2009-11-23sctp: Update SWS avaoidance receiver side algorithmVlad Yasevich1-0/+6
2009-11-13sctp: Set source addresses on the association before adding transportsVlad Yasevich1-1/+1
2009-09-30net: Make setsockopt() optlen be unsigned.David S. Miller1-2/+2
2009-09-04sctp: turn flags in 'struct sctp_association' into bit fieldsWei Yongjun1-12/+9
2009-09-04sctp: Sysctl configuration for IPv4 Address ScopingBhaskar Dutta1-0/+10
2009-09-04sctp: Turn flags in 'sctp_packet' into bit fieldsVlad Yasevich1-16/+6
2009-09-04sctp: Fix SCTP_MAXSEG socket option to comply to spec.Vlad Yasevich1-0/+1
2009-09-04sctp: Don't do NAGLE delay on large writes that were fragmented smallVlad Yasevich1-1/+1
2009-09-04sctp: drop a_rwnd to 0 when receive buffer overflows.Vlad Yasevich1-0/+6
2009-09-04sctp: Send user messages to the lower layer as oneVlad Yasevich1-0/+1
2009-06-03sctp: fix to choose alternate destination when retransmit ASCONF chunkWei Yongjun1-4/+2
2009-02-16sctp: Fix the RTO-doubling on idle-link heartbeatsVlad Yasevich1-0/+2
2009-02-16sctp: Allow to disable SCTP checksums via module parameterLucas Nussbaum1-0/+5
2008-10-08sctp: Rework the tsn map to use generic bitmap.Vlad Yasevich1-1/+0
2008-10-01sctp: try harder to figure out address family when checking wildcardsVlad Yasevich1-1/+1
2008-10-01sctp: reduce memory footprint of sctp_chunk structureNeil Horman1-14/+17
2008-08-03sctp: Drop ipfargok in sctp_xmit functionHerbert Xu1-2/+1
2008-07-22sctp: make sctp_outq_flush() staticAdrian Bunk1-1/+0
2008-07-18sctp: Support ipv6only AF_INET6 sockets.Vlad Yasevich1-0/+2
2008-06-19sctp: Follow security requirement of responding with 1 packetVlad Yasevich1-1/+1
2008-06-10Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-3/+14
2008-06-04sctp: Fix ECN markings for IPv6Vlad Yasevich1-0/+1
2008-06-04sctp: Start T3-RTX timer when fast retransmitting lowest TSNVlad Yasevich1-1/+4
2008-06-04sctp: Correctly implement Fast Recovery cwnd manipulations.Vlad Yasevich1-1/+7
2008-06-05[SCTP]: Fix NULL dereference of asoc.YOSHIFUJI Hideaki1-1/+2
2008-05-09sctp: Bring SCTP_DELAYED_ACK socket option into API complianceWei Yongjun1-0/+4
2008-03-23[SCTP]: Remove redundant wrapper functions.Florian Westphal1-2/+0
2008-02-29[SCTP]: extend exported data in /proc/net/sctp/assocNeil Horman1-0/+8
2008-02-05[SCTP]: Stop claiming that this is a "reference implementation"Vlad Yasevich1-4/+4
2008-01-28[SCTP]: Implement ADD-IP special case processing for ABORT chunkVlad Yasevich1-0/+2
2008-01-28[SCTP]: Change use_as_src into a full address stateVlad Yasevich1-2/+8