Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
[safe/jmp/linux-2.6] / include / net / sctp /
2010-05-03 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2010-04-28 Neil Hormansctp: Fix skb_over_panic resulting from multiple invali...
2010-04-28 Vlad Yasevichsctp: Fix oops when sending queued ASCONF chunks
2010-04-28 Wei Yongjunsctp: avoid irq lock inversion while call sk->sk_data_r...
2010-03-22 Eric Dumazetnet: snmp mib cleanup
2009-12-10 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2009-12-07 Jiri KosinaMerge branch 'for-next' into for-linus
2009-12-04 André Goddard Rosatree-wide: fix assorted typos all over the place
2009-11-29 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2009-11-29 Andrei Pelinescu... sctp: on T3_RTX retransmit all the in-flight chunks
2009-11-23 Vlad Yasevichsctp: Update max.burst implementation
2009-11-23 Vlad Yasevichsctp: Turn the enum socket options into defines
2009-11-23 Vlad Yasevichsctp: Remove useless last_time_used variable
2009-11-23 Amerigo Wangsctp: remove deprecated SCTP_GET_*_OLD stuffs
2009-11-23 Vlad Yasevichsctp: Update SWS avaoidance receiver side algorithm
2009-11-23 Vlad Yasevichsctp: Fix malformed "Invalid Stream Identifier" error
2009-11-23 Wei Yongjunsctp: implement the sender side for SACK-IMMEDIATELY...
2009-11-17 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2009-11-14 Vlad Yasevichsctp: Set source addresses on the association before...
2009-11-04 Eric Dumazetnet: cleanup include/net
2009-09-30 David S. Millernet: Make setsockopt() optlen be unsigned.
2009-09-04 Wei Yongjunsctp: turn flags in 'struct sctp_association' into...
2009-09-04 Bhaskar Duttasctp: Sysctl configuration for IPv4 Address Scoping
2009-09-04 Vlad Yasevichsctp: Turn flags in 'sctp_packet' into bit fields
2009-09-04 Vlad Yasevichsctp: Fix SCTP_MAXSEG socket option to comply to spec.
2009-09-04 Vlad Yasevichsctp: Don't do NAGLE delay on large writes that were...
2009-09-04 Vlad Yasevichsctp: drop a_rwnd to 0 when receive buffer overflows.
2009-09-04 Vlad Yasevichsctp: Send user messages to the lower layer as one
2009-09-04 Vlad Yasevichsctp: Disallow new connection on a closing socket
2009-09-04 Rami Rosensctp: remove unused union (sctp_cmsg_data_t) definition
2009-08-05 Jan Engelhardtnet: mark read-only arrays as const
2009-06-23 Herbert Xunet: Move rx skb_orphan call to where needed
2009-06-03 Vlad Yasevichsctp: support non-blocking version of the new sctp_conn...
2009-06-03 Wei Yongjunsctp: fix to choose alternate destination when retransm...
2009-03-21 Vlad Yasevichsctp: Clean up TEST_FRAME hacks.
2009-03-03 Vlad Yasevichsctp: Fix broken RTO-doubling for data retransmits
2009-02-16 Vlad Yasevichsctp: Inherit all socket options from parent correctly.
2009-02-16 Vlad Yasevichsctp: Fix the RTO-doubling on idle-link heartbeats
2009-02-16 Vlad Yasevichsctp: Clean up sctp checksumming code
2009-02-16 Lucas Nussbaumsctp: Allow to disable SCTP checksums via module parameter
2009-01-22 Vlad Yasevichsctp: Fix crc32c calculations on big-endian arhes.
2008-12-26 Wei Yongjunsctp: Implement socket option SCTP_GET_ASSOC_NUMBER
2008-11-26 Eric Dumazetnet: Use a percpu_counter for sockets_allocated
2008-10-31 Harvey Harrisonmisc: replace NIPQUAD()
2008-10-29 Harvey Harrisonnet: replace %p6 with %pI6
2008-10-29 Harvey Harrisonnet: replace uses of NIP6_FMT with %p6
2008-10-23 Wei Yongjunsctp: Fix to handle SHUTDOWN in SHUTDOWN_RECEIVED state
2008-10-16 Harvey Harrisoninclude: replace __FUNCTION__ with __func__
2008-10-08 Vlad Yasevichsctp: shrink sctp_tsnmap some more by removing gabs...
2008-10-08 Vlad Yasevichsctp: Rework the tsn map to use generic bitmap.
2008-10-01 Vlad Yasevichsctp: try harder to figure out address family when...
2008-10-01 Neil Hormansctp: reduce memory footprint of sctp_chunk structure
2008-10-01 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2008-09-30 Wei Yongjunsctp: Fix kernel panic while process protocol violation...
2008-09-23 David S. Millersctp: Use skb_queue_walk_safe() and skb_queue_split_tai...
2008-08-04 Herbert Xusctp: Drop ipfargok in sctp_xmit function
2008-07-22 Adrian Bunksctp: make sctp_outq_flush() static
2008-07-19 Harvey Harrisonsctp: remove unnecessary byteshifting, calculate direct...
2008-07-19 Vlad Yasevichsctp: Support ipv6only AF_INET6 sockets.
2008-06-19 Vlad Yasevichsctp: Follow security requirement of responding with...
2008-06-17 David S. Millersctp: Kill SCTP_SOCK_SLEEP_{PRE,POST}, unused.
2008-06-10 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2008-06-04 Vlad Yasevichsctp: Fix ECN markings for IPv6
2008-06-04 Vlad Yasevichsctp: Start T3-RTX timer when fast retransmitting lowes...
2008-06-04 Vlad Yasevichsctp: Correctly implement Fast Recovery cwnd manipulations.
2008-06-04 YOSHIFUJI Hideaki[SCTP]: Fix NULL dereference of asoc.
2008-05-09 Neil Hormansctp: add sctp/remaddr table to complete RFC remote...
2008-05-09 Vlad Yasevichsctp: Support the new specification of sctp_connectx()
2008-05-09 Wei Yongjunsctp: Bring SCTP_DELAYED_ACK socket option into API...
2008-04-14 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2008-04-13 Vlad Yasevich[SCTP]: Fix compiler warning about const qualifiers
2008-04-13 Gui Jianfeng[SCTP]: Fix protocol violation when receiving an error...
2008-03-28 Ilpo Järvinen[SCTP]: Remove sctp_add_cmd_sf wrapper bloat
2008-03-24 David S. MillerMerge branch 'master' of ../net-2.6/
2008-03-24 Florian Westphal[SCTP]: Remove redundant wrapper functions.
2008-03-21 David S. Miller[SCTP]: Fix build warnings with IPV6 disabled.
2008-03-21 David S. MillerMerge branch 'master' of git://git./linux/kernel/git...
2008-03-20 Vlad Yasevich[SCTP]: Fix a race between module load and protosw...
2008-02-29 Ilpo Järvinen[SCTP]: Kill unused static inline sctp_sysctl_jiffies_ms
2008-02-29 Neil Horman[SCTP]: extend exported data in /proc/net/sctp/assoc
2008-02-28 Vlad Yasevich[SCTP]: Update AUTH structures to match declarations...
2008-02-05 Vlad Yasevich[SCTP]: Stop claiming that this is a "reference impleme...
2008-01-28 Hideo Aoki[NET] CORE: Introducing new memory accounting interface.
2008-01-28 Vlad Yasevich[SCTP]: Implement ADD-IP special case processing for...
2008-01-28 Vlad Yasevich[SCTP]: Change use_as_src into a full address state
2008-01-28 Vlad Yasevich[SCTP]: Update ASCONF processing to conform to spec.
2008-01-28 Vlad Yasevich[SCTP]: Add the handling of "Set Primary IP Address...
2008-01-28 Vlad Yasevich[SCTP]: Handle the wildcard ADD-IP Address parameter
2008-01-28 Vlad Yasevich[SCTP]: Use crc32c library for checksum calculations.
2008-01-28 Joe Perches[IPV4] sctp: Use ipv4_is_<type>
2008-01-09 Vlad Yasevich[SCTP]: Fix the name of the authentication event.
2007-12-20 Joe Perches[NET] include/net/: Spelling fixes
2007-12-07 Vlad Yasevich[SCTP]: Fix the bind_addr info during migration.
2007-11-29 Vlad YasevichSCTP: Fix build issues with SCTP AUTH.
2007-11-09 Vlad YasevichSCTP: Clean-up some defines for regressions tests.
2007-11-09 Vlad YasevichSCTP: Make sctp_verify_param return multiple indications.
2007-11-09 Vlad YasevichSCTP: Convert custom hash lists to use hlist.
2007-11-07 Vlad YasevichSCTP: Allow ADD_IP to work with AUTH for backward compa...
2007-11-07 Vlad YasevichSCTP: Correctly disable ADD-IP when AUTH is not supported.
2007-11-07 Vlad YasevichSCTP: Update RCU handling during the ADD-IP case
next