aboutsummaryrefslogtreecommitdiff
path: root/net/dccp
AgeCommit message (Expand)AuthorFilesLines
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
2010-11-15dccp ccid-2: Schedule Sync as out-of-band mechanismGravatar Gerrit Renker 2-4/+35
2010-11-15dccp ccid-2: Consolidate Ack-Vector processing within main DCCP moduleGravatar Gerrit Renker 1-22/+9
2010-11-15dccp ccid-2: Update code for the Ack Vector input/registration routineGravatar Gerrit Renker 2-0/+154
2010-11-15dccp ccid-2: Algorithm to update buffer stateGravatar Gerrit Renker 4-6/+93
2010-11-10dccp ccid-2: Implementation of circular Ack Vector buffer with overflow handlingGravatar Gerrit Renker 4-12/+50
2010-11-10dccp ccid-2: Separate internals of Ack Vectors from option-parsing codeGravatar Gerrit Renker 3-83/+79
2010-11-10dccp ccid-2: Ack Vector interface clean-upGravatar Gerrit Renker 5-173/+128
2010-10-28dccp ccid-2: Stop pollingGravatar Gerrit Renker 2-8/+20
2010-10-28dccp: Refine the wait-for-ccid mechanismGravatar Gerrit Renker 4-54/+89
2010-10-28dccp: Extend CCID packet dequeueing interfaceGravatar Gerrit Renker 2-57/+86
2010-10-28dccp: Return-value convention of hc_tx_send_packet()Gravatar Gerrit Renker 2-9/+37
2010-10-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Gravatar Linus Torvalds 21-610/+410
2010-10-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...Gravatar David S. Miller 2-6/+14
2010-10-21tproxy: fix hash locking issue when using port redirection in __inet_inherit_...Gravatar Balazs Scheidler 2-6/+14
2010-10-15llseek: automatically add .llseek fopGravatar Arnd Bergmann 1-0/+1
2010-10-12dccp: cosmetics - warning formatGravatar Gerrit Renker 2-2/+2
2010-10-12dccp: schedule an Ack when receiving timestampsGravatar Gerrit Renker 2-2/+3
2010-10-12dccp: generalise data-loss conditionGravatar Ivo Calado 1-6/+15