[APPLETALK]: Fix potential OOPS in atalk_sendmsg().
[safe/jmp/linux-2.6] / net / sctp /
2006-10-19 Ville Nuorvala[IPV6]: Make sure error handling is done when calling...
2006-10-19 Ville Nuorvala[SCTP]: Fix minor typo
2006-10-12 Vlad Yasevich[SCTP]: Fix the RX queue size shown in /proc/net/sctp...
2006-10-12 Vlad Yasevich[SCTP]: Fix receive buffer accounting.
2006-09-30 Vlad Yasevich[SCTP]: Do not timestamp every SCTP packet.
2006-09-30 Vlad Yasevich[SCTP]: Use correct mask when disabling PMTUD.
2006-09-30 Sridhar Samudrala[SCTP]: Include sk_buff overhead while updating the...
2006-09-30 Sridhar Samudrala[SCTP]: Enable Nagle algorithm by default.
2006-09-22 YOSHIFUJI Hideaki[IPV6] ADDRCONF: Convert addrconf_lock to RCU.
2006-09-22 Adrian Bunk[SCTP]: Cleanups
2006-09-22 Brian Haley[SCTP]: Change globals to __read_mostly
2006-09-22 Dmitry Mishin[NET]: Fix sk->sk_filter field access
2006-09-22 Vladislav Yasevich[SCTP]: Remove multiple levels of msecs to jiffies...
2006-09-22 Sridhar Samudrala[SCTP]: Use the flags value that is passed as an arg...
2006-09-22 Vladislav Yasevich[SCTP]: Fix IPv6 address flag setting when doing peel...
2006-09-22 Vladislav Yasevich[SCTP]: Cleanup nomem handling in the state functions.
2006-09-22 Sridhar Samudrala[SCTP]: Extend /proc/net/sctp/snmp to provide more...
2006-09-21 Herbert Xu[SCTP]: Use HMAC template and hash interface
2006-08-30 Sridhar Samudrala[SCTP]: Fix sctp_primitive_ABORT() call in sctp_close().
2006-08-22 Sridhar SamudralaFix sctp privilege elevation (CVE-2006-3745)
2006-07-21 Sridhar Samudrala[SCTP]: ADDIP: Don't use an address as source until...
2006-07-21 Sridhar Samudrala[SCTP]: Set chunk->data_accepted only if we are going...
2006-07-21 Sridhar Samudrala[SCTP]: Verify all the paths to a peer via heartbeat...
2006-07-21 Vlad Yasevich[SCTP]: Unhash the endpoint in sctp_endpoint_free().
2006-07-21 Sridhar Samudrala[SCTP]: Check for NULL arg to sctp_bucket_destroy().
2006-06-30 Jörn EngelRemove obsolete #include <linux/config.h>
2006-06-20 Al Viro[SCTP]: sctp_unpack_cookie() fix
2006-06-18 Neil Horman[SCTP]: Fix persistent slowdown in sctp when a gap...
2006-06-18 Tsutomu Fujii[SCTP]: Send only 1 window update SACK per message.
2006-06-18 Sridhar Samudrala[SCTP]: Don't do CRC32C checksum over loopback.
2006-06-18 Vlad Yasevich[SCTP] Reset rtt_in_progress for the chunk when process...
2006-06-18 Vlad Yasevich[SCTP]: Reject sctp packets with broadcast addresses.
2006-06-18 Vlad Yasevich[SCTP]: Limit association max_retrans setting in setsoc...
2006-05-19 Vladislav Yasevich[SCTP]: Allow linger to abort 1-N style sockets.
2006-05-19 Vladislav Yasevich[SCTP]: Validate the parameter length in HB-ACK chunk.
2006-05-19 Vladislav Yasevich[SCTP]: A better solution to fix the race between sctp_...
2006-05-19 Sridhar Samudrala[SCTP]: Set sk_err so that poll wakes up after a non...
2006-05-06 Sridhar Samudrala[SCTP]: Fix state table entries for chunks received...
2006-05-06 Sridhar Samudrala[SCTP]: Fix panic's when receiving fragmented SCTP...
2006-05-06 Vladislav Yasevich[SCTP]: Prevent possible infinite recursion with multip...
2006-05-06 Neil Horman[SCTP]: Allow spillover of receive buffer to avoid...
2006-04-11 KAMEZAWA Hiroyuki[PATCH] for_each_possible_cpu: network codes
2006-03-25 Linus TorvaldsMerge /pub/scm/linux/kernel/git/davem/net-2.6
2006-03-25 Davide Libenzi[PATCH] POLLRDHUP/EPOLLRDHUP handling for half-closed...
2006-03-25 Herbert Xu[SCTP]: Fix up sctp_rcv return value
2006-03-21 Arnaldo Carvalho... [NET]: Identation & other cleanups related to compat_...
2006-03-21 Dmitry Mishin[NET]: {get|set}sockopt compatibility layer
2006-02-03 Vlad Yasevich[SCTP]: Fix 'fast retransmit' to send a TSN only once.
2006-01-31 Vlad Yasevich[SCTP]: heartbeats exceed maximum retransmssion limit
2006-01-30 Vlad Yasevich[SCTP]: correct the number of INIT retransmissions
2006-01-17 Tsutomu Fujii[SCTP]: Fix sctp_rcv_ootb() to handle the last chunk...
2006-01-17 Sridhar Samudrala[SCTP]: Fix couple of races between sctp_peeloff()...
2006-01-17 Vlad Yasevich[SCTP]: Fix machine check/connection hang on IA64.
2006-01-17 Vlad Yasevich[SCTP]: Fix bad sysctl formatting of SCTP timeout value...
2006-01-17 Vlad Yasevich[SCTP]: Fix sctp_assoc_seq_show() panics on big-endian...
2006-01-17 Vlad Yasevich[SCTP]: sctp doesn't show all associations/endpoints...
2006-01-17 Vlad Yasevich[SCTP]: Fix sctp_cookie alignment in the packet.
2006-01-17 Sridhar Samudrala[SCTP]: Fix potential race condition between sctp_close...
2006-01-13 Joe Perches[NET]: Use NIP6_FMT in kernel.h
2006-01-12 Randy Dunlap[PATCH] capable/capability.h (net/)
2006-01-12 Kris Katterjohn[NET]: Remove more unneeded typecasts on *malloc()
2006-01-09 Kris Katterjohn[NET]: Change some "if (x) BUG();" to "BUG_ON(x);"
2006-01-07 Patrick McHardy[NETFILTER]: Keep conntrack reference until IPsec polic...
2006-01-07 Patrick McHardy[IPV6]: Move nextheader offset to the IP6CB
2006-01-03 Arnaldo Carvalho... [INET_SOCK]: Move struct inet_sock & helper functions...
2006-01-03 Eric Dumazet[NET]: move struct proto_ops to const
2006-01-03 Frank Filz[SCTP]: Add support for SCTP_DELAYED_ACK_TIME socket...
2006-01-03 Frank Filz[SCTP]: Update SCTP_PEER_ADDR_PARAMS socket option...
2005-12-19 Neil Horman[SCTP]: Fix sctp to not return erroneous POLLOUT events.
2005-12-15 Al Viro[PATCH] Address of void __user * is void __user * ...
2005-12-03 Neil Horman[SCTP]: Fix getsockname for sctp when an ipv6 socket...
2005-12-03 Neil Horman[SCTP]: Return socket errors only if the receive queue...
2005-11-12 Neil Horman[SCTP]: Include ulpevents in socket receive buffer...
2005-11-12 Vladislav Yasevich[SCTP]: Remove timeouts[] array from sctp_endpoint.
2005-11-12 Vladislav Yasevich[SCTP]: Fix potential NULL pointer dereference in sctp_...
2005-11-08 Jesper Juhl[NET]: kfree cleanup
2005-10-29 Arnaldo Carvalho... Merge /pub/scm/linux/kernel/git/sridhar/lksctp-2.6
2005-10-28 Ivan Skytte Jorgensen[SCTP] Do not allow unprivileged programs initiating...
2005-10-28 Ivan Skytte Jorgensen[SCTP] Allow SCTP_MAXSEG to revert to default frag...
2005-10-28 Ivan Skytte Jorgensen[SCTP] Fix SCTP_SETADAPTION sockopt to use the correct...
2005-10-28 Ivan Skytte Jorgensen[SCTP] Rename SCTP specific control message flags.
2005-10-26 John Hawkes[NET]: Wider use of for_each_*cpu()
2005-10-08 Al Viro[PATCH] gfp flags annotations - part 1
2005-10-07 Ivan Skytte Jørgensen[SCTP] Fix sctp_get{pl}addrs() API to work with 32...
2005-10-03 Herbert Xu[IPV4]: Replace __in_dev_get with __in_dev_get_rcu...
2005-09-23 Sridhar Samudrala[SCTP]: Fix SCTP_SHUTDOWN notifications.
2005-09-06 Adrian Bunk[SCTP]: net/sctp/sysctl.c should #include <net/sctp...
2005-09-02 Jesper Juhl[CRYPTO]: crypto_free_tfm() callers no longer need...
2005-08-29 Eric Dumazet[NET]: use __read_mostly on kmem_cache_t , DEFINE_SNMP_...
2005-08-29 Patrick McHardy[NET]: Store skb->timestamp as offset to a base timestamp
2005-08-29 Arnaldo Carvalho... [INET]: Make inet_create try to load protocol modules
2005-08-29 Arnaldo Carvalho... [TCP]: Move the tcp sock states to net/tcp_states.h
2005-08-29 Arnaldo Carvalho... [NET]: Cleanup INET_REFCNT_DEBUG code
2005-08-29 David S. Miller[NET]: Kill skb->list
2005-08-23 Vlad Yasevich[SCTP]: Add SENTINEL to SCTP MIB stats
2005-07-18 Sridhar Samudrala[SCTP]: Fix potential null pointer dereference while...
2005-07-18 Christophe Lucas[SCTP]: Audit return code of create_proc_*
2005-07-12 Alexey Dobriyan[SCTP]: __nocast annotations
2005-07-09 David S. Miller[SCTP]: Use struct list_head for chunk lists, not sk_bu...
2005-06-28 Vlad Yasevich[SCTP] Make init & delayed sack timeouts configurable...
next