aboutsummaryrefslogtreecommitdiff
path: root/net/dccp
AgeCommit message (Expand)AuthorFilesLines
2011-08-06net: Compute protocol sequence numbers and fragment IDs using MD5.Gravatar David S. Miller 2-7/+3
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
2011-01-07dccp: fix bug in updating the GSRGravatar Samuel Jero 1-1/+2
2011-01-07dccp: fix return value for sequence-invalid packetsGravatar Samuel Jero 1-1/+1
2010-12-22Merge branch 'master' into for-nextGravatar Jiri Kosina 1-1/+2
2010-12-10dccp: remove unused macrosGravatar Shan Wei 1-8/+0
2010-12-08Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...Gravatar David S. Miller 1-1/+2
2010-12-07dccp qpolicy: Parameter checking of cmsg qpolicy parametersGravatar Tomasz Grobelny 3-6/+22
2010-12-07dccp: Policy-based packet dequeueing infrastructureGravatar Tomasz Grobelny 5-9/+207
2010-11-28dccp: fix error in updating the GARGravatar Gerrit Renker 1-1/+2
2010-11-18dccp ccid-2: whitespace fix-upGravatar Gerrit Renker 1-1/+1
2010-11-17net: use the macros defined for the members of flowiGravatar Changli Gao 1-8/+5
2010-11-15Docs/Kconfig: Update: osdl.org -> linuxfoundation.orgGravatar Michael Witten 1-1/+3
2010-11-15dccp ccid-2: Separate option parsing from CCID processingGravatar Gerrit Renker 5-100/+100
2010-11-15dccp ccid-2: Remove old infrastructureGravatar Gerrit Renker 2-265/+0