aboutsummaryrefslogtreecommitdiff
path: root/net/dccp
AgeCommit message (Expand)AuthorFilesLines
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 3-0/+3
2011-11-03net: add missing bh_unlock_sock() callsGravatar Eric Dumazet 1-0/+1
2011-10-31net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesGravatar Paul Gortmaker 2-0/+2
2011-10-31net: add moduleparam.h for users of module_param/MODULE_PARM_DESCGravatar Paul Gortmaker 1-0/+1
2011-10-27ipv6: tcp: fix TCLASS value in ACK messages sent from TIME_WAITGravatar Eric Dumazet 1-2/+2
2011-08-07Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 2-7/+3
2011-08-06net: Compute protocol sequence numbers and fragment IDs using MD5.Gravatar David S. Miller 2-7/+3
2011-08-01dccp ccid-2: check Ack Ratio when reducing cwndGravatar Samuel Jero 1-3/+23
2011-08-01dccp ccid-2: increment cwnd correctlyGravatar Samuel Jero 1-1/+1
2011-08-01dccp ccid-2: prevent cwnd > Sequence WindowGravatar Samuel Jero 2-15/+41
2011-08-01dccp ccid-2: use feature-negotiation to report Ack Ratio changesGravatar Gerrit Renker 2-2/+9
2011-08-01dccp: send Confirm options only onceGravatar Samuel Jero 1-5/+16
2011-08-01dccp: support for exchanging of NN options in established state 2/2Gravatar Gerrit Renker 1-0/+116
2011-08-01dccp: support for the exchange of NN options in established state 1/2Gravatar Gerrit Renker 3-0/+67
2011-07-04dccp ccid-2: Perform congestion-window validationGravatar Gerrit Renker 2-3/+91
2011-07-04dccp ccid-2: Use existing function to test for data packetsGravatar Gerrit Renker 2-11/+11
2011-07-04dccp ccid-2: move rfc 3390 function into header fileGravatar Gerrit Renker 2-9/+9
2011-07-04dccp: cosmetics of info messageGravatar Gerrit Renker 1-2/+2
2011-07-04dccp: combine the functionality of enqeueing and cloningGravatar Gerrit Renker 1-7/+7
2011-07-04dccp: Clean up slow-path input processingGravatar Gerrit Renker 1-31/+30
2011-05-18ipv4: Make caller provide flowi4 key to inet_csk_route_req().Gravatar David S. Miller 1-1/+2
2011-05-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...Gravatar David S. Miller 1-0/+2
2011-05-08inet: Pass flowi to ->queue_xmit().Gravatar David S. Miller 1-2/+2
2011-05-08ipv4: Use inet_csk_route_child_sock() in DCCP and TCP.Gravatar David S. Miller 1-9/+10
2011-05-08dccp: Use cork flow in dccp_v4_connect()Gravatar David S. Miller 1-5/+6
2011-05-06dccp: handle invalid feature options lengthGravatar Dan Rosenberg 1-0/+2
2011-05-03dccp: Use flowi4->saddr in dccp_v4_connect()Gravatar David S. Miller 1-1/+1
2011-04-28ipv4: Get route daddr from flow key in dccp_v4_connect().Gravatar David S. Miller 1-1/+1
2011-04-28inet: add RCU protection to inet->optGravatar Eric Dumazet 2-7/+11
2011-04-27ipv4: Sanitize and simplify ip_route_{connect,newports}()Gravatar David S. Miller 1-5/+5
2011-04-22inet: constify ip headers and in6_addrGravatar Eric Dumazet 1-4/+4
2011-03-31Fix common misspellingsGravatar Lucas De Marchi 1-1/+1
2011-03-12net: Put fl6_* macros to struct flowi6 and use them again.Gravatar David S. Miller 1-10/+10
2011-03-12ipv6: Convert to use flowi6 where applicable.Gravatar David S. Miller 1-66/+66
2011-03-12net: Put fl4_* macros to struct flowi4 and use them again.Gravatar David S. Miller 1-2/+2
2011-03-12ipv4: Use flowi4 in public route lookup interfaces.Gravatar David S. Miller 1-10/+10
2011-03-12net: Make flowi ports AF dependent.Gravatar David S. Miller 2-12/+12
2011-03-12net: Put flowi_* prefix on AF independent members of struct flowiGravatar David S. Miller 2-18/+19
2011-03-03Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...Gravatar David S. Miller 1-4/+3
2011-03-02ipv4: Make output route lookup return rtable directly.Gravatar David S. Miller 1-13/+14
2011-03-01dccp: fix oops on Reset after closeGravatar Gerrit Renker 1-4/+3
2011-03-01ipv4: Kill can_sleep arg to ip_route_output_flow()Gravatar David S. Miller 1-1/+1
2011-03-01ipv4: Make final arg to ip_route_output_flow to be boolean "can_sleep"Gravatar David S. Miller 1-1/+1
2011-03-01ipv4: Can final ip_route_connect() arg to boolean "can_sleep".Gravatar David S. Miller 1-1/+1
2011-03-01ipv6: Consolidate route lookup sequences.Gravatar David S. Miller 1-45/+20
2011-02-25dccp: newdp is declared/assigned but never be usedGravatar Hagen Paul Pfeifer 1-3/+0
2011-02-24ipv4: Rearrange how ip_route_newports() gets port keys.Gravatar David S. Miller 1-3/+7
2011-02-02tcp: Increase the initial congestion window to 10.Gravatar David S. Miller 1-0/+9
2011-01-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Gravatar Linus Torvalds 1-1/+3
2011-01-07dccp: make upper bound for seq_window consistent on 32/64 bitGravatar Gerrit Renker 1-1/+3