sh: convert /proc/cpu/aligmnent, /proc/cpu/kernel_alignment to seq_file
[safe/jmp/linux-2.6] / net / sctp /
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-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
2009-06-03 Wei Yongjunsctp: fix the error code when ASCONF is received with...
2009-06-03 Wei Yongjunsctp: fix report unrecognized parameter in ACSONF-ACK
2009-06-03 Eric Dumazetnet: skb->dst accessors
2009-06-03 Eric Dumazetnet: skb->rtable accessor
2009-04-28 Jesse Brandeburgsctp: add feature bit for SCTP offload in hardware
2009-03-30 Alexey Dobriyanproc 2/2: remove struct proc_dir_entry::owner
2009-03-21 Vlad Yasevichsctp: Clean up TEST_FRAME hacks.
2009-03-20 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2009-03-19 Al Vironet: fix sctp breakage
2009-03-13 malcsctp: add Adaptation Layer Indication parameter only...
2009-03-13 Wei Yongjunsctp: fix to send FORWARD-TSN chunk only if peer has...
2009-03-13 Wei Yongjunsctp: fix to indicate ASCONF support in INIT-ACK only...
2009-03-13 Vlad Yasevichsctp: simplify sctp listening code
2009-03-05 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2009-03-04 Brian HaleySCTP: change sctp_ctl_sock_init() to try IPv4 if IPv6...
2009-03-03 Vlad Yasevichsctp: Fix broken RTO-doubling for data retransmits
2009-03-03 Wei Yongjunsctp: use time_before or time_after for comparing jiffies
2009-03-03 Wei Yongjunsctp: fix the length check in sctp_getsockopt_maxburst()
2009-03-03 Wei Yongjunsctp: remove dup code in net/sctp/socket.c
2009-03-03 Wei Yongjunsctp: Add some missing types for debug message
2009-03-03 Wei Yongjunsctp: fix kernel panic with ERROR chunk containing...
2009-03-03 Vlad Yasevichsctp: fix crash during module unload
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-02-01 Harvey Harrisonnet: replace uses of __constant_{endian}
2009-01-27 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2009-01-22 Vlad Yasevichsctp: Fix another socket race during accept/peeloff
2009-01-22 Vlad Yasevichsctp: Properly timestamp outgoing data chunks for rtx...
2009-01-22 Vlad Yasevichsctp: Correctly start rtx timer on new packet transmiss...
2009-01-22 Joe Perchessctp/ipv6.c: use ipv6_addr_copy
2009-01-08 Coly Lifix similar typos to successfull
2009-01-06 Frederik Schwarzertrivial: fix then -> than typos in comments and documen...
2008-12-26 Wei Yongjunsctp: Add validity check for SCTP_PARTIAL_DELIVERY_POIN...
2008-12-26 Wei Yongjunsctp: Avoid memory overflow while FWD-TSN chunk is...
2008-12-26 Wei Yongjunsctp: Implement socket option SCTP_GET_ASSOC_NUMBER
2008-12-26 Wei Yongjunsctp: Fix a typo in socket.c
2008-12-26 Wei Yongjunsctp: Bring SCTP_MAXSEG socket option into ietf API...
2008-11-27 Randy Dunlapsctp: fix missing label when PROC_FS=n
2008-11-26 Eric Dumazetnet: Use a percpu_counter for sockets_allocated
2008-11-25 Eric Dumazetnet: Make sure BHs are disabled in sock_prot_inuse_add()
2008-11-24 David S. Millernet: Make sure BHs are disabled in sock_prot_inuse_add()
2008-11-17 Eric Dumazetnet: sctp should update its inuse counter
2008-11-04 Alexey Dobriyannet: '&' redux
2008-10-31 Harvey Harrisonnet: replace NIPQUAD() in net/*/
2008-10-29 Harvey Harrisonnet: replace %p6 with %pI6
2008-10-29 Harvey Harrisonnet, misc: replace uses of NIP6_FMT with %p6
2008-10-23 Wei Yongjunsctp: Fix to handle SHUTDOWN in SHUTDOWN_RECEIVED state
2008-10-23 Wei Yongjunsctp: Fix to handle SHUTDOWN in SHUTDOWN-PENDING state
next