aboutsummaryrefslogtreecommitdiff
path: root/net/dccp
AgeCommit message (Expand)Author
2009-12-22kfifo: rename kfifo_put... into kfifo_in... and kfifo_get... into kfifo_out...Stefani Seibold
2009-12-22kfifo: cleanup namespaceStefani Seibold
2009-12-22kfifo: move out spinlockStefani Seibold
2009-12-22kfifo: move struct kfifo in placeStefani Seibold
2009-12-08tcp: Fix a connect() race with timewait socketsEric Dumazet
2009-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds
2009-12-02TCPCT part 1a: add request_values parameter for sending SYNACKWilliam Allen Simpson
2009-11-12sysctl net: Remove unused binary sysctl codeEric W. Biederman
2009-11-05net: drop capability from protocol definitionsEric Paris
2009-10-20net: Fix for dst_negative_adviceKrishna Kumar
2009-10-18inet: rename some inet_sock fieldsEric Dumazet
2009-10-13tcp: replace ehash_size by ehash_maskEric Dumazet
2009-10-07IPv6: use ipv6_addr_set_v4mapped()Brian Haley
2009-10-07dccp ccid-3: Remove CCID naming redundancy 2/2Gerrit Renker
2009-10-07dccp ccid-2: Remove CCID naming redundancy 1/2Gerrit Renker
2009-10-07dccp ccid-3: Overhaul CCID naming convention 2/2Gerrit Renker
2009-10-07dccp ccid-2: Overhaul CCID naming convention 1/2Gerrit Renker
2009-09-30net: Make setsockopt() optlen be unsigned.David S. Miller
2009-09-22mm: replace various uses of num_physpages by totalram_pagesJan Beulich
2009-09-14net: constify remaining proto_opsAlexey Dobriyan
2009-09-14net: constify struct inet6_protocolAlexey Dobriyan
2009-09-14net: constify struct net_protocolAlexey Dobriyan
2009-09-14net-next-2.6 [PATCH 1/1] dccp: ccids whitespace-cleanup / CodingStyleGerrit Renker
2009-09-02inet: inet_connection_sock_af_ops constStephen Hemminger
2009-08-12Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2009-08-09Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller
2009-08-05net: mark read-only arrays as constJan Engelhardt
2009-08-05dccp: missing destroy of percpu counter variable while unload moduleWei Yongjun
2009-07-29net-dccp: suppress warning about large allocations from DCCPMel Gorman
2009-07-09net: adding memory barrier to the poll and receive callbacksJiri Olsa
2009-06-23ipv6: Use correct data types for ICMPv6 type and codeBrian Haley
2009-06-03net: skb->dst accessorsEric Dumazet
2009-06-03net: skb->rtable accessorEric Dumazet
2009-03-02dccp: Do not let initial option overhead shrink the MPSGerrit Renker
2009-03-02dccp: Minimise header option overhead in setting the MPSGerrit Renker
2009-01-21dccp: Debugging functions for feature negotiationGerrit Renker
2009-01-21dccp: Initialisation and type-checking of feature sysctlsGerrit Renker
2009-01-21dccp: Implement both feature-local and feature-remote Sequence Window featureGerrit Renker
2009-01-21dccp: Initialisation framework for feature negotiationGerrit Renker
2009-01-11dccp ccid-3: Fix RFC referenceGerrit Renker
2009-01-11net: fix section mismatch warnings in dccp/ccids/lib/tfrc.cLeonardo Potenza
2009-01-04dccp: Integrate the TFRC library with DCCPGerrit Renker
2009-01-04dccp: Clean up ccid.c after integration of CCID pluginsGerrit Renker
2009-01-04dccp: Lockless integration of CCID congestion-control pluginsGerrit Renker
2008-12-29net: Fix percpu counters deadlockHerbert Xu
2008-12-17dccp_diag: LISTEN sockets don't have CCIDsArnaldo Carvalho de Melo
2008-12-08dccp ccid-2: Phase out the use of boolean Ack Vector sysctlGerrit Renker
2008-12-08dccp: Remove manual influence on NDP Count featureGerrit Renker
2008-12-08dccp: Remove obsolete parts of the old CCID interfaceGerrit Renker
2008-12-08dccp: Clean up old feature-negotiation infrastructureGerrit Renker