summaryrefslogtreecommitdiff
path: root/include/net/sctp/structs.h
AgeCommit message (Expand)Author
2010-05-26sctp: dubious bitfields in sctp_transportDan Carpenter
2010-05-12Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-05-06sctp: Fix a race between ICMP protocol unreachable and connect()Vlad Yasevich
2010-05-03Merge branch 'net-next' of git://git.kernel.org/pub/scm/linux/kernel/git/vxy/...David S. Miller
2010-04-30sctp: Tag messages that can be Nagle delayed at creation.Vlad Yasevich
2010-04-30sctp: fast recovery algorithm is per association.Vlad Yasevich
2010-04-30sctp: Save some room in the sctp_transport by using bitfieldsVlad Yasevich
2010-04-30sctp: remove 'resent' bit from the chunkVlad Yasevich
2010-04-28sctp: Fix skb_over_panic resulting from multiple invalid parameter errors (CV...Neil Horman
2009-12-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2009-12-07Merge branch 'for-next' into for-linusJiri Kosina
2009-12-04tree-wide: fix assorted typos all over the placeAndré Goddard Rosa
2009-11-29Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2009-11-29sctp: on T3_RTX retransmit all the in-flight chunksAndrei Pelinescu-Onciul
2009-11-23sctp: Update max.burst implementationVlad Yasevich
2009-11-23sctp: Remove useless last_time_used variableVlad Yasevich
2009-11-23sctp: Update SWS avaoidance receiver side algorithmVlad Yasevich
2009-11-13sctp: Set source addresses on the association before adding transportsVlad Yasevich
2009-09-30net: Make setsockopt() optlen be unsigned.David S. Miller
2009-09-04sctp: turn flags in 'struct sctp_association' into bit fieldsWei Yongjun
2009-09-04sctp: Sysctl configuration for IPv4 Address ScopingBhaskar Dutta
2009-09-04sctp: Turn flags in 'sctp_packet' into bit fieldsVlad Yasevich
2009-09-04sctp: Fix SCTP_MAXSEG socket option to comply to spec.Vlad Yasevich
2009-09-04sctp: Don't do NAGLE delay on large writes that were fragmented smallVlad Yasevich
2009-09-04sctp: drop a_rwnd to 0 when receive buffer overflows.Vlad Yasevich
2009-09-04sctp: Send user messages to the lower layer as oneVlad Yasevich
2009-06-03sctp: fix to choose alternate destination when retransmit ASCONF chunkWei Yongjun
2009-02-16sctp: Fix the RTO-doubling on idle-link heartbeatsVlad Yasevich
2009-02-16sctp: Allow to disable SCTP checksums via module parameterLucas Nussbaum
2008-10-08sctp: Rework the tsn map to use generic bitmap.Vlad Yasevich
2008-10-01sctp: try harder to figure out address family when checking wildcardsVlad Yasevich
2008-10-01sctp: reduce memory footprint of sctp_chunk structureNeil Horman
2008-08-03sctp: Drop ipfargok in sctp_xmit functionHerbert Xu
2008-07-22sctp: make sctp_outq_flush() staticAdrian Bunk
2008-07-18sctp: Support ipv6only AF_INET6 sockets.Vlad Yasevich
2008-06-19sctp: Follow security requirement of responding with 1 packetVlad Yasevich
2008-06-10Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2008-06-04sctp: Fix ECN markings for IPv6Vlad Yasevich
2008-06-04sctp: Start T3-RTX timer when fast retransmitting lowest TSNVlad Yasevich
2008-06-04sctp: Correctly implement Fast Recovery cwnd manipulations.Vlad Yasevich
2008-06-05[SCTP]: Fix NULL dereference of asoc.YOSHIFUJI Hideaki
2008-05-09sctp: Bring SCTP_DELAYED_ACK socket option into API complianceWei Yongjun
2008-03-23[SCTP]: Remove redundant wrapper functions.Florian Westphal
2008-02-29[SCTP]: extend exported data in /proc/net/sctp/assocNeil Horman
2008-02-05[SCTP]: Stop claiming that this is a "reference implementation"Vlad Yasevich
2008-01-28[SCTP]: Implement ADD-IP special case processing for ABORT chunkVlad Yasevich
2008-01-28[SCTP]: Change use_as_src into a full address stateVlad Yasevich
2008-01-28[SCTP]: Update ASCONF processing to conform to spec.Vlad Yasevich
2008-01-28[SCTP]: Add the handling of "Set Primary IP Address" parameter to INITVlad Yasevich
2008-01-28[SCTP]: Handle the wildcard ADD-IP Address parameterVlad Yasevich