dccp: Feature negotiation for minimum-checksum-coverage
[safe/jmp/linux-2.6] / net / dccp / proto.c
2008-09-04 Gerrit Renkerdccp: Feature negotiation for minimum-checksum-coverage
2008-09-04 Gerrit Renkerdccp: Deprecate old setsockopt framework
2008-09-04 Gerrit Renkerdccp: Resolve dependencies of features on choice of...
2008-09-04 Gerrit Renkerdccp: Query supported CCIDs
2008-09-04 Gerrit Renkerdccp: Registration routines for changing feature values
2008-09-04 Gerrit Renkerdccp: Cleanup routines for feature negotiation
2008-09-04 Gerrit Renkerdccp: Per-socket initialisation of feature negotiation
2008-09-04 Gerrit Renkerdccp: Toggle debug output without module unloading
2008-09-04 Gerrit Renkerdccp: Empty the write queue when disconnecting
2008-08-13 Arnaldo Carvalho... dccp: change L/R must have at least one byte in the...
2008-07-26 Ilpo Järvinennet: convert BUG_TRAP to generic WARN_ON
2008-06-15 Brian Haleynet: change proto destroy method to return void
2008-04-19 Matthew Wilcoxnet: Remove unnecessary inclusions of asm/semaphore.h
2008-04-14 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2008-04-13 Patrick McHardy[DCCP]: Fix skb->cb conflicts with IP
2008-04-10 YOSHIFUJI Hideaki[DCCP]: Use snmp_mib_{init,free}().
2008-02-03 Arnaldo Carvalho... [SOCK] proto: Add hashinfo member to struct proto
2008-01-28 Gerrit Renker[DCCP]: Collapse repeated `len' statements into one
2008-01-28 Gerrit Renker[DCCP]: Support for server holding timewait state
2008-01-28 Gerrit Renker[DCCP]: Shift the retransmit timer for active-close...
2008-01-28 Gerrit Renker[DCCP]: Integrate state transitions for passive-close
2008-01-28 Gerrit Renker[DCCP]: Dedicated auxiliary states to support passive...
2008-01-28 Gerrit Renker[DCCP]: Add support for abortive release
2008-01-28 Gerrit Renker[DCCP]: Check for unread data on close
2008-01-28 Arnaldo Carvalho... [DCCP]: Initialize dccp_sock before calling the ccid...
2008-01-28 Gerrit Renker[DCCP]: Honour and make use of shutdown option set...
2007-11-07 Eric Dumazet[INET]: Remove per bucket rwlock in tcp/dccp ehash...
2007-10-24 Arnaldo Carvalho... [DCCP]: Implement SIOCINQ/FIONREAD
2007-10-10 Gerrit Renker[DCCP]: Make all `debug' parameters bool
2007-10-10 Gerrit Renker[DCCP]: Add socket option to query the current MPS
2007-10-10 Gerrit Renker[DCCP]: Reduce the number of writable states
2007-10-10 Gerrit Renker[DCCP]: Rate-limit DCCP-Syncs
2007-10-10 Gerrit Renker[DCCP]: Provide 10s of microsecond timesource
2007-10-10 Arnaldo Carvalho... [DCCP]: Nuke dccp_timestamp and dccps_epoch, not used...
2007-07-20 Paul Mundtmm: Remove slab destructors from kmem_cache_create().
2007-03-28 Arnaldo Carvalho... [DCCP] getsockopt: Fix DCCP_SOCKOPT_[SEND,RECV]_CSCOV
2007-02-11 YOSHIFUJI Hideaki[NET] DCCP: Fix whitespace errors.
2007-02-08 Eric Dumazet[NET]: change layout of ehash table
2006-12-11 Arnaldo Carvalho... [DCCP]: Whitespace cleanups
2006-12-03 Arnaldo Carvalho... [DCCP]: Make {set,get}sockopt(DCCP_SOCKOPT_PACKET_SIZE...
2006-12-03 Gerrit Renker[DCCP]: Tidy up unused structures
2006-12-03 Gerrit Renker[DCCP]: Simplified conditions due to use of enum:8...
2006-12-03 Ian McDonald[DCCP]: Set TX Queue Length Bounds via Sysctl
2006-12-03 Gerrit Renker[DCCP]: Miscellaneous code tidy-ups
2006-12-03 Gerrit Renker[DCCP]: Add sysctls to control retransmission behaviour
2006-12-03 Gerrit Renker[DCCP]: Support for partial checksums (RFC 4340, sec...
2006-12-03 Eric Dumazet[NET]: Size listen hash tables using backlog hint
2006-09-24 Gerrit Renker[DCCP]: Allow default/fallback service code.
2006-09-22 Ian McDonald[DCCP]: Introduce tx buffering
2006-07-10 Alan Cox[DCCP]: Fix sparse warnings.
2006-06-30 Jörn EngelRemove obsolete #include <linux/config.h>
2006-06-18 Chris Leech[I/OAT]: Make sk_eat_skb I/OAT aware.
2006-05-06 Herbert Xu[DCCP]: Fix sock_orphan dead lock
2006-03-25 Davide Libenzi[PATCH] POLLRDHUP/EPOLLRDHUP handling for half-closed...
2006-03-21 Arnaldo Carvalho... [DCCP] feat: Pass dccp_minisock ptr where only the...
2006-03-21 Arnaldo Carvalho... [DCCP] minisock: Rename struct dccp_options to struct...
2006-03-21 Arnaldo Carvalho... [NET]: Identation & other cleanups related to compat_...
2006-03-21 Arnaldo Carvalho... [ICSK] compat: Introduce inet_csk_compat_[gs]etsockopt
2006-03-21 Dmitry Mishin[NET]: {get|set}sockopt compatibility layer
2006-03-21 Arnaldo Carvalho... [DCCP] ipv6: Add missing ipv6 control socket
2006-03-21 Arnaldo Carvalho... [DCCP]: Uninline some functions
2006-03-21 Arnaldo Carvalho... [DCCP]: Move the IPv4 specific bits from proto.c to...
2006-03-21 Arnaldo Carvalho... [DCCP]: Rename init_dccp_v4_mibs to dccp_mib_init
2006-03-21 Arnaldo Carvalho... [DCCP]: Move dccp_hashinfo from ipv4.c to the core
2006-03-21 Arnaldo Carvalho... [DCCP]: Move dccp_[un]hash from ipv4.c to the core
2006-03-21 Arnaldo Carvalho... [DCCP]: Move dccp_v4_{init,destroy}_sock to the core
2006-03-21 Arnaldo Carvalho... [DCCP] feat: Introduce sysctls for the default features
2006-03-21 Andrea Bittau[DCCP]: sparse endianness annotations
2006-03-21 Andrea Bittau[DCCP]: Initial feature negotiation implementation
2006-03-21 Arnaldo Carvalho... [DCCP] ackvec: Introduce dccp_ackvec_slab
2006-03-21 Arnaldo Carvalho... [DCCP]: Fix error handling in dccp_init
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 Arnaldo Carvalho... [IP_SOCKGLUE]: Remove most of the tcp specific calls
2006-01-03 Arnaldo Carvalho... [DCCP]: Prepare the AF agnostic core for the introducti...
2006-01-03 Arnaldo Carvalho... [DCCP]: Just rename dccp_v4_prot to dccp_prot
2006-01-03 Arnaldo Carvalho... [DCCP]: Introduce dccp_ipv4_af_ops
2005-11-21 Patrick McHardy[DCCP]: Add missing no_policy flag to struct net_protocol
2005-11-08 Jesper Juhl[NET]: kfree cleanup
2005-10-20 Herbert Xu[DCCP]: Make dccp_write_xmit always free the packet
2005-09-18 Arnaldo Carvalho... [DCCP]: Introduce CCID getsockopt for the CCIDs
2005-09-16 Arnaldo Carvalho... [DCCP]: Introduce DCCP_SOCKOPT_SERVICE
2005-08-29 Arnaldo Carvalho... [DCCP]: Introduce DCCP_SOCKOPT_PACKET_SIZE
2005-08-29 Arnaldo Carvalho... [DCCP]: Introduce dccp_wait_for_ccid and use it in...
2005-08-29 Eric Dumazet[NET]: use __read_mostly on kmem_cache_t , DEFINE_SNMP_...
2005-08-29 Arnaldo Carvalho... [DCCP]: Initial dccp_poll implementation
2005-08-29 Arnaldo Carvalho... [DCCP]: Fix skb leak in dccp_sendmsg
2005-08-29 Arnaldo Carvalho... [DCCP]: Implement the CLOSING timer
2005-08-29 Arnaldo Carvalho... [DCCP]: Set dccp_ctl_socket to NULL in dccp_ctl_sock_exit
2005-08-29 Arnaldo Carvalho... [DCCP]: Fix sparse warnings
2005-08-29 Arnaldo Carvalho... [DCCP]: Introduce the DCCP Kernel hacking menu
2005-08-29 Arnaldo Carvalho... [DCCP]: Rewrite dccp_sendmsg to be more like UDP
2005-08-29 Arnaldo Carvalho... [DCCP]: Just reflow the source code to fit in 80 columns
2005-08-29 Arnaldo Carvalho... [DCCP]: Introduce dccp_write_xmit from code in dccp_sendmsg
2005-08-29 Arnaldo Carvalho... [INET]: Make inet_create try to load protocol modules
2005-08-29 Arnaldo Carvalho... [DCCP]: Initial implementation