nfsd: track last inode only in use_wgather case
[safe/jmp/linux-2.6] / include / net / sctp /
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
2007-11-07 Vlad YasevichSCTP: Fix difference cases of retransmit.
2007-10-29 Al ViroSCTP endianness annotations regression
2007-10-26 Adrian Bunk[SCTP] net/sctp/auth.c: make 3 functions static
2007-10-26 Adrian Bunk[SCTP]: #if 0 sctp_update_copy_cksum()
2007-10-11 Stephen Hemminger[SCTP]: port randomization
2007-10-10 Vlad Yasevich[SCTP]: Tie ADD-IP and AUTH functionality as required...
2007-10-10 Vlad Yasevich[SCTP]: API updates to suport SCTP-AUTH extensions.
2007-10-10 Vlad Yasevich[SCTP]: Implement the receive and verification of AUTH...
2007-10-10 Vlad Yasevich[SCTP]: Enable the sending of the AUTH chunk.
2007-10-10 Vlad Yasevich[SCTP]: Implete SCTP-AUTH parameter processing
2007-10-10 Vlad Yasevich[SCTP]: Implement SCTP-AUTH internals
2007-10-10 Vlad Yasevich[SCTP]: Implement the Supported Extensions Parameter
2007-10-10 Adrian Bunk[SCTP]: Make sctp_addto_param() static.
2007-10-10 Neil Horman[SCTP]: Rewrite of sctp buffer management code
2007-09-26 Al Virofix sctp_del_bind_addr() last argument type
2007-09-26 Wei YongjunSCTP : Add paramters validity check for ASCONF chunk
2007-09-26 Vlad YasevichSCTP: Clean up OOTB handling and fix infinite loop...
2007-09-16 Vlad Yasevich[SCTP]: Convert bind_addr_list locking to RCU
2007-09-16 Vlad Yasevich[SCTP]: Add RCU synchronization around sctp_localaddr_list
2007-08-30 Wei YongjunSCTP: Fix to encode PROTOCOL VIOLATION error cause...
2007-08-29 Vlad YasevichSCTP: properly clean up fragment and ordering queues...
2007-08-01 sebastian@breakpoi... sctp: move global declaration to header file.
2007-06-13 Vlad Yasevich[SCTP] Flag a pmtu change request
2007-06-13 Vlad Yasevich[SCTP] Update pmtu handling to be similar to tcp
2007-05-04 Vlad Yasevich[SCTP]: Set assoc_id correctly during INIT collision.
2007-05-04 Sridhar Samudrala[SCTP]: Re-order SCTP initializations to avoid race...
2007-04-26 Vlad Yasevich[SCTP]: Implement SCTP_MAX_BURST socket option.
2007-04-26 Vlad Yasevich[SCTP]: Implement sac_info field in SCTP_ASSOC_CHANGE...
2007-04-26 Vlad Yasevich[SCTP]: Honor flags when setting peer address parameters
2007-04-26 Vlad Yasevich[SCTP]: Implement SCTP_ADDR_CONFIRMED state for ADDR_CH...
2007-04-26 Vlad Yasevich[SCTP]: Implement SCTP_PARTIAL_DELIVERY_POINT option.
2007-04-26 Vlad Yasevich[SCTP]: Implement SCTP_FRAGMENT_INTERLEAVE socket option
2007-03-20 Vlad Yasevich[SCTP]: Reset some transport and association variables...
2007-03-20 Vlad Yasevich[SCTP]: Clean up stale data during association restart
next