gss_krb5: add support for triple-des encryption
[safe/jmp/linux-2.6] / net / sctp /
2010-05-06 Vlad Yasevichsctp: Fix a race between ICMP protocol unreachable...
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: fix to calc the INIT/INIT-ACK chunk length correc...
2010-04-28 Vlad Yasevichsctp: per_cpu variables should be in bh_disabled section
2010-04-28 Vlad Yasevichsctp: fix potential reference of a freed pointer
2010-04-28 Wei Yongjunsctp: avoid irq lock inversion while call sk->sk_data_r...
2010-03-30 Tejun Heoinclude cleanup: Update gfp.h and slab.h includes to...
2010-03-13 Linus TorvaldsMerge git://git./linux/kernel/git/davem/net-2.6
2010-03-08 Jiri KosinaMerge branch 'for-next' into for-linus
2010-03-05 Zhu Yinet: backlog functions rename
2010-03-05 Zhu Yisctp: use limited socket backlog
2010-02-17 Alexey Dobriyannet: remove INIT_RCU_HEAD() usage
2010-02-17 Tejun Heopercpu: add __percpu sparse annotations to net
2010-02-09 Daniel Macktree-wide: Assorted spelling fixes
2010-01-23 Alexey Dobriyannet: constify MIB name tables
2010-01-21 Julia Lawallnet/sctp: Eliminate useless code
2010-01-04 Andrew Mortonnet/sctp/socket.c: squish warning
2009-12-10 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2009-12-08 Linus Torvaldssctp: fix compile error due to sysctl mismerge
2009-12-08 Linus TorvaldsMerge git://git./linux/kernel/git/davem/net-next-2.6
2009-12-08 Linus TorvaldsMerge git://git./linux/kernel/git/ebiederm/sysctl-2.6
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-12-04 Thadeu Lima de Sou... tree-wide: fix some typos and punctuation in comments
2009-12-02 Andrei Pelinescu... sctp: fix sctp_setsockopt_autoclose compile warning
2009-11-30 Joe Perchesnet: Move && and || to end of previous line
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: prevent too-fast association id reuse
2009-11-23 Andrei Pelinescu... sctp: fix integer overflow when setting the autoclose...
2009-11-23 Andrei Pelinescu... sctp: limit maximum autoclose setsockopt value
2009-11-23 Neil Hormansctp: Fix mis-ordering of user space data when multihom...
2009-11-23 Vlad Yasevichsctp: Update max.burst implementation
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 Andrei Pelinescu... sctp: allow setting path_maxrxt independent of SPP_PMTU...
2009-11-23 Vlad Yasevichsctp: Update SWS avaoidance receiver side algorithm
2009-11-23 Vlad Yasevichsctp: Select a working primary during sctp_connectx()
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-23 Wei Yongjunsctp: implement the receiver side for SACK-IMMEDIATELY...
2009-11-18 Eric W. Biedermansysctl: Drop & in front of every proc_handler.
2009-11-17 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2009-11-14 Vlad Yasevichsctp: Set socket source address when additing first...
2009-11-14 Vlad Yasevichsctp: Fix regression introduced by new sctp_connectx api
2009-11-14 Vlad Yasevichsctp: Set source addresses on the association before...
2009-11-12 Eric W. Biedermansysctl net: Remove unused binary sysctl code
2009-11-06 Eric Dumazetsctp: ipv6: avoid touching device refcount
2009-11-06 Eric Parisnet: drop capability from protocol definitions
2009-11-04 Eric Dumazetnet: Introduce for_each_netdev_rcu() iterator
2009-10-19 Eric Dumazetinet: rename some inet_sock fields
2009-10-12 Neil Hormannet: Generalize socket rx gap / receive queue overflow...
2009-09-30 David S. Millernet: Make setsockopt() optlen be unsigned.
2009-09-22 Jan Beulichmm: replace various uses of num_physpages by totalram_pages
2009-09-15 Alexey Dobriyannet: constify struct inet6_protocol
2009-09-15 Alexey Dobriyannet: constify struct net_protocol
2009-09-04 Vlad Yasevichsctp: Catch bogus stream sequence numbers
2009-09-04 Wei Yongjunsctp: remove dup code in net/sctp/output.c
2009-09-04 Bhaskar Duttasctp: Sysctl configuration for IPv4 Address Scoping
2009-09-04 Vlad Yasevichsctp: Get rid of an extra routing lookup when adding...
2009-09-04 Vlad Yasevichsctp: Correctly track if AUTH has been bundled.
2009-09-04 Wei Yongjunsctp: fix to reset packet information after packet...
2009-09-04 Vlad Yasevichsctp: Failover transmitted list on transport delete
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: Nagle delay should be based on path mtu
2009-09-04 Vlad Yasevichsctp: Try not to change a_rwnd when faking a SACK from...
2009-09-04 Vlad Yasevichsctp: drop a_rwnd to 0 when receive buffer overflows.
2009-09-04 Vlad Yasevichsctp: Clear fast_recovery on the transport when T3...
2009-09-04 Vlad Yasevichsctp: Fix error count increments that were results...
2009-09-04 Alexey Dobriyansctp: use proc_create()
2009-09-04 Wei Yongjunsctp: fix check the chunk length of received HEARTBEAT...
2009-09-04 Wei Yongjunsctp: drop SHUTDOWN chunk if the TSN is less than the...
2009-09-04 Vlad Yasevichsctp: Send user messages to the lower layer as one
2009-09-04 Vlad Yasevichsctp: Try to encourage SACK bundling with DATA.
2009-09-04 Vlad Yasevichsctp: Generate SACKs when actually sending outbound...
2009-09-04 Vlad Yasevichsctp: Fix data segmentation with small frag_size
2009-09-04 Vlad Yasevichsctp: Disallow new connection on a closing socket
2009-09-04 Doug Grahamsctp: Fix piggybacked ACKs
2009-09-04 Vlad Yasevichsctp: release cached route when the transport goes...
2009-09-04 Wei Yongjunsctp: update the route for non-active transports after...
2009-09-04 Wei Yongjunsctp: check the unrecognized ASCONF parameter before...
2009-09-04 Wei Yongjunsctp: avoid overwrite the return value of sctp_process_...
2009-08-13 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2009-08-10 Rafael Laufersctp: fix missing destroy of percpu counter variable...
2009-08-05 Jan Engelhardtnet: mark read-only arrays as const
2009-07-06 Wei Yongjunsctp: fix warning at inet_sock_destruct() while release...
2009-06-30 Wei Yongjunsctp: xmit sctp packet always return no route error
2009-06-23 Brian Haleyipv6: Use correct data types for ICMPv6 type and code
2009-06-18 Eric Dumazetnet: correct off-by-one write allocations reports
2009-06-10 Jesper Dangaard... sctp: protocol.c call rcu_barrier() on unload.
2009-06-09 David S. Millersctp: Use frag list abstraction interfaces.
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-06-03 Jean-Mickael Guerinsctp: fix sack_timeout sysctl min and max types
2009-06-03 Wei Yongjunsctp: fix panic when T4-rto timer expire on removed...
2009-06-03 Wei Yongjunsctp: fix panic when T2-shutdown timer expire on remove...
2009-06-03 Wei Yongjunsctp: fix to only enable IPv6 address support on PF_INE...
2009-06-03 Wei Yongjunsctp: fix a typo in net/sctp/sm_statetable.c
next