summaryrefslogtreecommitdiffstats
path: root/include/net/sctp
AgeCommit message (Expand)AuthorLines
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/+4
2010-05-06sctp: Fix a race between ICMP protocol unreachable and connect()Vlad Yasevich-0/+4
2010-05-03Merge branch 'net-next' of git://git.kernel.org/pub/scm/linux/kernel/git/vxy/...David S. Miller-34/+36
2010-05-02Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller-0/+3
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: update transport initializationsVlad Yasevich-1/+1
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-30sctp: discard ABORT chunk with zero verification tag in COOKIE-WAIT stateWei Yongjun-1/+1
2010-04-28sctp: Fix skb_over_panic resulting from multiple invalid parameter errors (CV...Neil Horman-0/+1
2010-04-28sctp: Fix oops when sending queued ASCONF chunksVlad Yasevich-0/+1
2010-04-28sctp: avoid irq lock inversion while call sk->sk_data_ready()Wei Yongjun-0/+1
2010-03-21net: snmp mib cleanupEric Dumazet-1/+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: Turn the enum socket options into definesVlad Yasevich-82/+43
2009-11-23sctp: Remove useless last_time_used variableVlad Yasevich-6/+0
2009-11-23sctp: remove deprecated SCTP_GET_*_OLD stuffsAmerigo Wang-8/+0
2009-11-23sctp: Update SWS avaoidance receiver side algorithmVlad Yasevich-0/+10
2009-11-23sctp: Fix malformed "Invalid Stream Identifier" errorVlad Yasevich-1/+2
2009-11-23sctp: implement the sender side for SACK-IMMEDIATELY extensionWei Yongjun-0/+1
2009-11-17Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller-1/+1
2009-11-13sctp: Set source addresses on the association before adding transportsVlad Yasevich-1/+1
2009-11-04net: cleanup include/netEric Dumazet-2/+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/+17
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-3/+5
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/+4
2009-09-04sctp: Disallow new connection on a closing socketVlad Yasevich-1/+1
2009-09-04sctp: remove unused union (sctp_cmsg_data_t) definitionRami Rosen-6/+0
2009-08-05net: mark read-only arrays as constJan Engelhardt-1/+3
2009-06-23net: Move rx skb_orphan call to where neededHerbert Xu-0/+1
2009-06-03sctp: support non-blocking version of the new sctp_connectx() APIVlad Yasevich-0/+2
2009-06-03sctp: fix to choose alternate destination when retransmit ASCONF chunkWei Yongjun-4/+2
2009-03-21sctp: Clean up TEST_FRAME hacks.Vlad Yasevich-7/+0
2009-03-02sctp: Fix broken RTO-doubling for data retransmitsVlad Yasevich-1/+2
2009-02-16sctp: Inherit all socket options from parent correctly.Vlad Yasevich-0/+2
2009-02-16sctp: Fix the RTO-doubling on idle-link heartbeatsVlad Yasevich-0/+2
2009-02-16sctp: Clean up sctp checksumming codeVlad Yasevich-7/+7
2009-02-16sctp: Allow to disable SCTP checksums via module parameterLucas Nussbaum-0/+5