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