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