V4L/DVB (3693): Fix msp3400c and bttv stereo/mono/bilingual detection/handling
[safe/jmp/linux-2.6] / net / sctp /
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...
2005-06-24 Adrian Bunk[PATCH] make various thing static
2005-06-20 Frank Filz[SCTP] sctp_connectx() API support
2005-06-19 Herbert Xu[SCTP]: Replace spin_lock_irqsave with spin_lock_bh
2005-06-13 Sridhar Samudrala[SCTP] Fix incorrect setting of sk_bound_dev_if when...
2005-06-13 Neil Horman[SCTP] Add support for ip_nonlocal_bind sysctl & IP_FRE...
2005-06-13 Vladislav Yasevich[SCTP] Extend the info exported via /proc/net/sctp...
2005-06-13 Neil Horman[SCTP] Support SO_BINDTODEVICE socket option on incomin...
2005-06-13 Vladislav Yasevich[SCTP]: Fix bug in restart of peeled-off associations.
2005-04-28 Neil Horman[SCTP] Fix SCTP sendbuffer accouting.
2005-04-28 Sridhar Samudrala[SCTP] Replace incorrect use of dev_alloc_skb with...
2005-04-28 Neil Horman[SCTP] Fix bug in sctp_init() error handling code.
2005-04-28 Brian Haley[SCTP] Use ipv6_addr_any() rather than ipv6_addr_type...
2005-04-28 Jerome Forissier[SCTP] Implement Sec 2.41 of SCTP Implementers guide.
2005-04-28 Vladislav Yasevich[SCTP] Fix SCTP_ASSOCINFO getsockopt for 1-1 style
2005-04-16 Linus TorvaldsLinux-2.6.12-rc2 v2.6.12-rc2