aboutsummaryrefslogtreecommitdiffstats
path: root/net/dccp (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-08-07Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-7/+3
2011-08-06net: Compute protocol sequence numbers and fragment IDs using MD5.David S. Miller2-7/+3
2011-08-01dccp ccid-2: check Ack Ratio when reducing cwndSamuel Jero1-3/+23
2011-08-01dccp ccid-2: increment cwnd correctlySamuel Jero1-1/+1
2011-08-01dccp ccid-2: prevent cwnd > Sequence WindowSamuel Jero2-15/+41
2011-08-01dccp ccid-2: use feature-negotiation to report Ack Ratio changesGerrit Renker2-2/+9
2011-08-01dccp: send Confirm options only onceSamuel Jero1-5/+16
2011-08-01dccp: support for exchanging of NN options in established state 2/2Gerrit Renker1-0/+116
2011-08-01dccp: support for the exchange of NN options in established state 1/2Gerrit Renker3-0/+67
2011-07-04dccp ccid-2: Perform congestion-window validationGerrit Renker2-3/+91
2011-07-04dccp ccid-2: Use existing function to test for data packetsGerrit Renker2-11/+11
2011-07-04dccp ccid-2: move rfc 3390 function into header fileGerrit Renker2-9/+9
2011-07-04dccp: cosmetics of info messageGerrit Renker1-2/+2
2011-07-04dccp: combine the functionality of enqeueing and cloningGerrit Renker1-7/+7
2011-07-04dccp: Clean up slow-path input processingGerrit Renker1-31/+30
2011-05-18ipv4: Make caller provide flowi4 key to inet_csk_route_req().David S. Miller1-1/+2
2011-05-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-3.6David S. Miller1-0/+2
2011-05-08inet: Pass flowi to ->queue_xmit().David S. Miller1-2/+2
2011-05-08ipv4: Use inet_csk_route_child_sock() in DCCP and TCP.David S. Miller1-9/+10
2011-05-08dccp: Use cork flow in dccp_v4_connect()David S. Miller1-5/+6
2011-05-06dccp: handle invalid feature options lengthDan Rosenberg1-0/+2
2011-05-03dccp: Use flowi4->saddr in dccp_v4_connect()David S. Miller1-1/+1
2011-04-28ipv4: Get route daddr from flow key in dccp_v4_connect().David S. Miller1-1/+1
2011-04-28inet: add RCU protection to inet->optEric Dumazet2-7/+11
2011-04-27ipv4: Sanitize and simplify ip_route_{connect,newports}()David S. Miller1-5/+5
2011-04-22inet: constify ip headers and in6_addrEric Dumazet1-4/+4
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-03-12net: Put fl6_* macros to struct flowi6 and use them again.David S. Miller1-10/+10
2011-03-12ipv6: Convert to use flowi6 where applicable.David S. Miller1-66/+66
2011-03-12net: Put fl4_* macros to struct flowi4 and use them again.David S. Miller1-2/+2
2011-03-12ipv4: Use flowi4 in public route lookup interfaces.David S. Miller1-10/+10
2011-03-12net: Make flowi ports AF dependent.David S. Miller2-12/+12
2011-03-12net: Put flowi_* prefix on AF independent members of struct flowiDavid S. Miller2-18/+19
2011-03-03Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-4/+3
2011-03-02ipv4: Make output route lookup return rtable directly.David S. Miller1-13/+14
2011-03-01dccp: fix oops on Reset after closeGerrit Renker1-4/+3
2011-03-01ipv4: Kill can_sleep arg to ip_route_output_flow()David S. Miller1-1/+1
2011-03-01ipv4: Make final arg to ip_route_output_flow to be boolean "can_sleep"David S. Miller1-1/+1
2011-03-01ipv4: Can final ip_route_connect() arg to boolean "can_sleep".David S. Miller1-1/+1
2011-03-01ipv6: Consolidate route lookup sequences.David S. Miller1-45/+20
2011-02-25dccp: newdp is declared/assigned but never be usedHagen Paul Pfeifer1-3/+0
2011-02-24ipv4: Rearrange how ip_route_newports() gets port keys.David S. Miller1-3/+7
2011-02-02tcp: Increase the initial congestion window to 10.David S. Miller1-0/+9
2011-01-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+3
2011-01-07dccp: make upper bound for seq_window consistent on 32/64 bitGerrit Renker1-1/+3
2011-01-07dccp: fix bug in updating the GSRSamuel Jero1-1/+2
2011-01-07dccp: fix return value for sequence-invalid packetsSamuel Jero1-1/+1
2010-12-22Merge branch 'master' into for-nextJiri Kosina1-1/+2
2010-12-10dccp: remove unused macrosShan Wei1-8/+0
2010-12-08Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+2