aboutsummaryrefslogtreecommitdiff
path: root/net/dccp
AgeCommit message (Expand)Author
2011-07-04dccp ccid-2: Perform congestion-window validationGerrit Renker
2011-07-04dccp ccid-2: Use existing function to test for data packetsGerrit Renker
2011-07-04dccp ccid-2: move rfc 3390 function into header fileGerrit Renker
2011-07-04dccp: cosmetics of info messageGerrit Renker
2011-07-04dccp: combine the functionality of enqeueing and cloningGerrit Renker
2011-07-04dccp: Clean up slow-path input processingGerrit Renker
2011-05-18ipv4: Make caller provide flowi4 key to inet_csk_route_req().David S. Miller
2011-05-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2011-05-08inet: Pass flowi to ->queue_xmit().David S. Miller
2011-05-08ipv4: Use inet_csk_route_child_sock() in DCCP and TCP.David S. Miller
2011-05-08dccp: Use cork flow in dccp_v4_connect()David S. Miller
2011-05-06dccp: handle invalid feature options lengthDan Rosenberg
2011-05-03dccp: Use flowi4->saddr in dccp_v4_connect()David S. Miller
2011-04-28ipv4: Get route daddr from flow key in dccp_v4_connect().David S. Miller
2011-04-28inet: add RCU protection to inet->optEric Dumazet
2011-04-27ipv4: Sanitize and simplify ip_route_{connect,newports}()David S. Miller
2011-04-22inet: constify ip headers and in6_addrEric Dumazet
2011-03-31Fix common misspellingsLucas De Marchi
2011-03-12net: Put fl6_* macros to struct flowi6 and use them again.David S. Miller
2011-03-12ipv6: Convert to use flowi6 where applicable.David S. Miller
2011-03-12net: Put fl4_* macros to struct flowi4 and use them again.David S. Miller
2011-03-12ipv4: Use flowi4 in public route lookup interfaces.David S. Miller
2011-03-12net: Make flowi ports AF dependent.David S. Miller
2011-03-12net: Put flowi_* prefix on AF independent members of struct flowiDavid S. Miller
2011-03-03Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2011-03-02ipv4: Make output route lookup return rtable directly.David S. Miller
2011-03-01dccp: fix oops on Reset after closeGerrit Renker
2011-03-01ipv4: Kill can_sleep arg to ip_route_output_flow()David S. Miller
2011-03-01ipv4: Make final arg to ip_route_output_flow to be boolean "can_sleep"David S. Miller
2011-03-01ipv4: Can final ip_route_connect() arg to boolean "can_sleep".David S. Miller
2011-03-01ipv6: Consolidate route lookup sequences.David S. Miller
2011-02-25dccp: newdp is declared/assigned but never be usedHagen Paul Pfeifer
2011-02-24ipv4: Rearrange how ip_route_newports() gets port keys.David S. Miller
2011-02-02tcp: Increase the initial congestion window to 10.David S. Miller
2011-01-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds
2011-01-07dccp: make upper bound for seq_window consistent on 32/64 bitGerrit Renker
2011-01-07dccp: fix bug in updating the GSRSamuel Jero
2011-01-07dccp: fix return value for sequence-invalid packetsSamuel Jero
2010-12-22Merge branch 'master' into for-nextJiri Kosina
2010-12-10dccp: remove unused macrosShan Wei
2010-12-08Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-12-07dccp qpolicy: Parameter checking of cmsg qpolicy parametersTomasz Grobelny
2010-12-07dccp: Policy-based packet dequeueing infrastructureTomasz Grobelny
2010-11-28dccp: fix error in updating the GARGerrit Renker
2010-11-18dccp ccid-2: whitespace fix-upGerrit Renker
2010-11-17net: use the macros defined for the members of flowiChangli Gao
2010-11-15Docs/Kconfig: Update: osdl.org -> linuxfoundation.orgMichael Witten
2010-11-15dccp ccid-2: Separate option parsing from CCID processingGerrit Renker
2010-11-15dccp ccid-2: Remove old infrastructureGerrit Renker
2010-11-15dccp ccid-2: Schedule Sync as out-of-band mechanismGerrit Renker