summaryrefslogtreecommitdiffstats
path: root/include/net/sctp/structs.h
AgeCommit message (Expand)AuthorLines
2012-04-15net: cleanup unsigned to unsigned intEric Dumazet-4/+4
2011-12-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-0/+4
2011-12-19module_param: make bool parameters really bool (net & drivers/net)Rusty Russell-1/+1
2011-12-19sctp: fix incorrect overflow check on autocloseXi Wang-0/+4
2011-12-11net: use IS_ENABLED(CONFIG_IPV6)Eric Dumazet-1/+1
2011-11-08sctp: fasthandoff with ASCONF at mobile-nodeMichio Honda-0/+1
2011-08-24sctp: Bundle HEAERTBEAT into ASCONF_ACKMichio Honda-0/+1
2011-07-26atomic: use <linux/atomic.h>Arun Sharma-1/+1
2011-06-02sctp: Add ASCONF operation on the single-homed hostMichio Honda-0/+2
2011-06-02sctp: Add Auto-ASCONF support (core).Michio Honda-0/+15
2011-05-31sctp: stop pending timers and purge queues when peer restart asocWei Yongjun-1/+1
2011-05-08sctp: Store a flowi in transports to provide persistent keying.David S. Miller-0/+1
2011-04-27sctp: clean up route lookup callsVlad Yasevich-2/+1
2011-04-27sctp: remove useless arguments from get_saddr() callVlad Yasevich-1/+0
2011-04-27sctp: cache the ipv6 source after route lookupVlad Yasevich-8/+6
2011-04-20sctp: fix to check the source address of COOKIE-ECHO chunkWei Yongjun-1/+1
2011-04-01sctp: fix auth_hmacs field's length of struct sctp_cookieWei Yongjun-1/+1
2010-11-29sctp: kill unused macros in head fileShan Wei-2/+0
2010-09-23net: return operator cleanupEric Dumazet-1/+1
2010-06-03net: use __packed annotationEric Dumazet-2/+2
2010-05-26sctp: dubious bitfields in sctp_transportDan Carpenter-1/+1
2010-05-12Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller-0/+3
2010-05-06sctp: Fix a race between ICMP protocol unreachable and connect()Vlad Yasevich-0/+3
2010-05-03Merge branch 'net-next' of git://git.kernel.org/pub/scm/linux/kernel/git/vxy/...David S. Miller-32/+34
2010-04-30sctp: Tag messages that can be Nagle delayed at creation.Vlad Yasevich-5/+3
2010-04-30sctp: fast recovery algorithm is per association.Vlad Yasevich-6/+6
2010-04-30sctp: Save some room in the sctp_transport by using bitfieldsVlad Yasevich-22/+27
2010-04-30sctp: remove 'resent' bit from the chunkVlad Yasevich-2/+1
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