percpu: add __percpu sparse annotations to net
[safe/jmp/linux-2.6] / net / dccp / proto.c
2010-02-17 Tejun Heopercpu: add __percpu sparse annotations to net
2010-02-13 Gerrit Renkerdccp: support for passing MSG_TRUNC
2009-10-19 Eric Dumazetinet: rename some inet_sock fields
2009-10-13 Eric Dumazettcp: replace ehash_size by ehash_mask
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-08-13 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2009-08-10 David S. MillerMerge branch 'master' of /home/davem/src/GIT/linux...
2009-08-05 Jan Engelhardtnet: mark read-only arrays as const
2009-08-05 Wei Yongjundccp: missing destroy of percpu counter variable while...
2009-07-30 Mel Gormannet-dccp: suppress warning about large allocations...
2009-07-10 Jiri Olsanet: adding memory barrier to the poll and receive...
2009-01-21 Gerrit Renkerdccp: Implement both feature-local and feature-remote...
2009-01-05 Gerrit Renkerdccp: Lockless integration of CCID congestion-control...
2008-12-30 Herbert Xunet: Fix percpu counters deadlock
2008-12-08 Gerrit Renkerdccp ccid-2: Phase out the use of boolean Ack Vector...
2008-12-08 Gerrit Renkerdccp: Integration of dynamic feature activation - part...
2008-11-26 Eric Dumazetnet: Use a percpu_counter for orphan_count
2008-11-24 Gerrit Renkerdccp: API to query the current TX/RX CCID
2008-11-24 Gerrit Renkerdccp: Set per-connection CCIDs via socket options
2008-11-20 Eric Dumazetnet: listening_hash get a spinlock per bucket
2008-11-17 Gerrit Renkerdccp: Tidy up setsockopt calls
2008-11-17 Gerrit Renkerdccp: Feature negotiation for minimum-checksum-coverage
2008-11-17 Gerrit Renkerdccp: Deprecate old setsockopt framework
2008-11-17 Eric Dumazetnet: Convert TCP & DCCP hash tables to use RCU / hlist_...
2008-11-12 Gerrit Renkerdccp: Resolve dependencies of features on choice of...
2008-11-12 Gerrit Renkerdccp: Query supported CCIDs
2008-11-12 Gerrit Renkerdccp: Registration routines for changing feature values
2008-11-05 Gerrit Renkerdccp: Cleanup routines for feature negotiation
2008-11-05 Gerrit Renkerdccp: Per-socket initialisation of feature negotiation
2008-09-09 Gerrit RenkerThis reverts "Merge branch 'dccp' of git://eden-feed...
2008-09-04 Gerrit Renkerdccp tfrc: Let dccp_tfrc_lib do the sampling work
2008-09-04 Tomasz Grobelnydccp qpolicy: Parameter checking of cmsg qpolicy parameters
2008-09-04 Tomasz Grobelnydccp: Policy-based packet dequeueing infrastructure
2008-09-04 Gerrit Renkerdccp: Refine the wait-for-ccid mechanism
2008-09-04 Gerrit Renkerdccp ccid-2: Use feature-negotiation to report Ack...
2008-09-04 Gerrit Renkerdccp: Implement both feature-local and feature-remote...
2008-09-04 Gerrit Renkerdccp ccid-2: Phase out the use of boolean Ack Vector...
2008-09-04 Gerrit Renkerdccp: Integration of dynamic feature activation - part...
2008-09-04 Gerrit Renkerdccp: API to query the current TX/RX CCID
2008-09-04 Gerrit Renkerdccp: Set per-connection CCIDs via socket options
2008-09-04 Gerrit Renkerdccp: Tidy up setsockopt calls
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-27 Gerrit Renkerdccp: Toggle debug output without module unloading
2008-08-27 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...
next