summaryrefslogtreecommitdiff
path: root/include/net/sctp/structs.h
AgeCommit message (Expand)Author
2012-01-11sctp: fix incorrect overflow check on autocloseXi Wang
2011-07-26atomic: use <linux/atomic.h>Arun Sharma
2011-06-02sctp: Add ASCONF operation on the single-homed hostMichio Honda
2011-06-02sctp: Add Auto-ASCONF support (core).Michio Honda
2011-05-31sctp: stop pending timers and purge queues when peer restart asocWei Yongjun
2011-05-08sctp: Store a flowi in transports to provide persistent keying.David S. Miller
2011-04-27sctp: clean up route lookup callsVlad Yasevich
2011-04-27sctp: remove useless arguments from get_saddr() callVlad Yasevich
2011-04-27sctp: cache the ipv6 source after route lookupVlad Yasevich
2011-04-20sctp: fix to check the source address of COOKIE-ECHO chunkWei Yongjun
2011-04-01sctp: fix auth_hmacs field's length of struct sctp_cookieWei Yongjun
2010-11-29sctp: kill unused macros in head fileShan Wei
2010-09-23net: return operator cleanupEric Dumazet
2010-06-03net: use __packed annotationEric Dumazet
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