aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/sctp (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-04-25[SCTP]: Implement SCTP_MAX_BURST socket option.Vlad Yasevich3-1/+4
2007-04-25[SCTP]: Implement sac_info field in SCTP_ASSOC_CHANGE notification.Vlad Yasevich2-0/+2
2007-04-25[SCTP]: Honor flags when setting peer address parametersVlad Yasevich1-7/+8
2007-04-25[SCTP]: Implement SCTP_ADDR_CONFIRMED state for ADDR_CHNAGE eventVlad Yasevich1-0/+1
2007-04-25[SCTP]: Implement SCTP_PARTIAL_DELIVERY_POINT option.Vlad Yasevich2-0/+3
2007-04-25[SCTP]: Implement SCTP_FRAGMENT_INTERLEAVE socket optionVlad Yasevich3-3/+6
2007-03-20[SCTP]: Reset some transport and association variables on restartVlad Yasevich1-0/+1
2007-03-20[SCTP]: Clean up stale data during association restartVlad Yasevich1-0/+1
2007-01-23[SCTP]: Correctly handle unexpected INIT-ACK chunk.Vlad Yasevich1-0/+1
2006-12-22[SCTP]: make 2 functions staticAdrian Bunk1-2/+0
2006-12-22[SCTP]: Fix typo adaption -> adaptation as per the latest API draft.Ivan Skytte Jorgensen3-19/+19
2006-12-13[SCTP]: Add support for SCTP_CONTEXT socket option.Ivan Skytte Jorgensen2-0/+6
2006-12-13[SCTP]: Handle address add/delete events in a more efficient way.Sridhar Samudrala1-4/+2
2006-12-10[PATCH] sysctl: remove unused "context" paramAlexey Dobriyan1-1/+1
2006-12-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6David Howells6-14/+25
2006-12-02[SCTP]: SCTP_CMD_PROCESS_CTSN annotations.Al Viro1-0/+2
2006-12-02[SCTP]: Annotate ->supported_addrs().Al Viro1-1/+1
2006-12-02[SCTP]: sctp_association ->peer.i is a host-endian analog of sctp_inthdr.Al Viro1-1/+8
2006-12-02[SCTP]: Annotate ->inaddr_any().Al Viro1-1/+1
2006-12-02[SCTP]: flip_to_{h,n}() are not needed anymore.Al Viro1-22/+0
2006-12-02[SCTP]: ->a_h is gone now.Al Viro1-1/+0
2006-12-02[SCTP]: ->a_h is gone now.Al Viro1-1/+0
2006-12-02[SCTP]: ->source_h is not used anymore.Al Viro1-1/+0
2006-12-02[SCTP]: Switch all remaining users of ->saddr_h to ->saddr.Al Viro1-1/+0
2006-12-02[SCTP]: Switch ->from_addr_param() to net-endian.Al Viro1-1/+1
2006-12-02[SCTP]: Annotate ->dst_saddr()Al Viro1-1/+1
2006-12-02[SCTP] embedded sctp_addr: net-endian mirrorsAl Viro1-0/+4
2006-12-02[SCTP]: Beginning of conversion to net-endian for embedded sctp_addr.Al Viro1-4/+4
2006-12-02[SCTP]: Beginning of sin_port fixes.Al Viro1-0/+22
2006-12-02[SCTP]: Trivial sctp endianness annotations.Al Viro4-4/+4
2006-12-02[SCTP]: Annotate tsn_dups.Al Viro1-2/+2
2006-12-02[SCTP]: SCTP_CMD_INIT_FAILED annotations.Al Viro1-0/+2
2006-12-02[SCTP]: sctp_make_op_error() annotations.Al Viro1-1/+1
2006-12-02[SCTP]: Annotate sctp_init_cause().Al Viro1-1/+1
2006-12-02[SCTP]: Fix warningVlad Yasevich1-1/+1
2006-11-22WorkStruct: make allyesconfigDavid Howells1-1/+1
2006-10-11[SCTP]: Fix receive buffer accounting.Vlad Yasevich2-0/+15
2006-09-22[SCTP]: CleanupsAdrian Bunk1-0/+13
2006-09-22[SCTP]: Remove multiple levels of msecs to jiffies conversions.Vladislav Yasevich2-13/+12
2006-09-22[SCTP]: Extend /proc/net/sctp/snmp to provide more statistics.Sridhar Samudrala1-0/+44
2006-09-21[SCTP]: Use HMAC template and hash interfaceHerbert Xu3-14/+4
2006-08-22Fix sctp privilege elevation (CVE-2006-3745)Sridhar Samudrala2-15/+1
2006-07-21[SCTP]: ADDIP: Don't use an address as source until it is ASCONF-ACKedSridhar Samudrala1-5/+2
2006-07-21[SCTP]: Verify all the paths to a peer via heartbeat before using them.Sridhar Samudrala2-0/+13
2006-06-20Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-1/+1
2006-06-20Merge git://git.infradead.org/hdrcleanup-2.6Linus Torvalds1-1/+0
2006-06-20[SCTP]: Fix unintentional change to SCTP_ASSERT when !SCTP_DEBUGDavid S. Miller1-1/+1
2006-06-17[SCTP] Reset rtt_in_progress for the chunk when processing its sack.Vlad Yasevich1-1/+1
2006-06-17[SCTP]: Reject sctp packets with broadcast addresses.Vlad Yasevich1-1/+2
2006-05-24Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6David Woodhouse2-3/+4