aboutsummaryrefslogtreecommitdiffstats
path: root/net/dccp
Commit message (Expand)AuthorAgeFilesLines
* inet: Fix kmemleak in tcp_v4/6_syn_recv_sock and dccp_v4/6_request_recv_sockChristoph Paasch2013-01-162-3/+4
* dccp: fix info leak via getsockopt(DCCP_SOCKOPT_CCID_TX_INFO)Mathias Krause2012-09-191-0/+1
* dccp: check ccid before dereferencingMathias Krause2012-09-121-2/+2
* dccp: fix error propagation in dccp_v4_connectRongQing.Li2011-11-211-0/+1
* Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-11-063-0/+3
|\
| * net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesPaul Gortmaker2011-10-312-0/+2
| * net: add moduleparam.h for users of module_param/MODULE_PARM_DESCPaul Gortmaker2011-10-311-0/+1
* | net: add missing bh_unlock_sock() callsEric Dumazet2011-11-031-0/+1
* | ipv6: tcp: fix TCLASS value in ACK messages sent from TIME_WAITEric Dumazet2011-10-271-2/+2
|/
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2011-08-072-7/+3
|\
| * net: Compute protocol sequence numbers and fragment IDs using MD5.David S. Miller2011-08-062-7/+3
* | dccp ccid-2: check Ack Ratio when reducing cwndSamuel Jero2011-08-011-3/+23
* | dccp ccid-2: increment cwnd correctlySamuel Jero2011-08-011-1/+1
* | dccp ccid-2: prevent cwnd > Sequence WindowSamuel Jero2011-08-012-15/+41
* | dccp ccid-2: use feature-negotiation to report Ack Ratio changesGerrit Renker2011-08-012-2/+9
* | dccp: send Confirm options only onceSamuel Jero2011-08-011-5/+16
* | dccp: support for exchanging of NN options in established state 2/2Gerrit Renker2011-08-011-0/+116
* | dccp: support for the exchange of NN options in established state 1/2Gerrit Renker2011-08-013-0/+67
|/
* dccp ccid-2: Perform congestion-window validationGerrit Renker2011-07-042-3/+91
* dccp ccid-2: Use existing function to test for data packetsGerrit Renker2011-07-042-11/+11
* dccp ccid-2: move rfc 3390 function into header fileGerrit Renker2011-07-042-9/+9
* dccp: cosmetics of info messageGerrit Renker2011-07-041-2/+2
* dccp: combine the functionality of enqeueing and cloningGerrit Renker2011-07-041-7/+7
* dccp: Clean up slow-path input processingGerrit Renker2011-07-041-31/+30
* ipv4: Make caller provide flowi4 key to inet_csk_route_req().David S. Miller2011-05-181-1/+2
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-05-111-0/+2
|\
| * dccp: handle invalid feature options lengthDan Rosenberg2011-05-061-0/+2
* | inet: Pass flowi to ->queue_xmit().David S. Miller2011-05-081-2/+2
* | ipv4: Use inet_csk_route_child_sock() in DCCP and TCP.David S. Miller2011-05-081-9/+10
* | dccp: Use cork flow in dccp_v4_connect()David S. Miller2011-05-081-5/+6
* | dccp: Use flowi4->saddr in dccp_v4_connect()David S. Miller2011-05-031-1/+1
* | ipv4: Get route daddr from flow key in dccp_v4_connect().David S. Miller2011-04-281-1/+1
* | inet: add RCU protection to inet->optEric Dumazet2011-04-282-7/+11
* | ipv4: Sanitize and simplify ip_route_{connect,newports}()David S. Miller2011-04-271-5/+5
* | inet: constify ip headers and in6_addrEric Dumazet2011-04-221-4/+4
|/
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* net: Put fl6_* macros to struct flowi6 and use them again.David S. Miller2011-03-121-10/+10
* ipv6: Convert to use flowi6 where applicable.David S. Miller2011-03-121-66/+66
* net: Put fl4_* macros to struct flowi4 and use them again.David S. Miller2011-03-121-2/+2
* ipv4: Use flowi4 in public route lookup interfaces.David S. Miller2011-03-121-10/+10
* net: Make flowi ports AF dependent.David S. Miller2011-03-122-12/+12
* net: Put flowi_* prefix on AF independent members of struct flowiDavid S. Miller2011-03-122-18/+19
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-03-031-4/+3
|\
| * dccp: fix oops on Reset after closeGerrit Renker2011-03-011-4/+3
* | ipv4: Make output route lookup return rtable directly.David S. Miller2011-03-021-13/+14
* | ipv4: Kill can_sleep arg to ip_route_output_flow()David S. Miller2011-03-011-1/+1
* | ipv4: Make final arg to ip_route_output_flow to be boolean "can_sleep"David S. Miller2011-03-011-1/+1
* | ipv4: Can final ip_route_connect() arg to boolean "can_sleep".David S. Miller2011-03-011-1/+1
* | ipv6: Consolidate route lookup sequences.David S. Miller2011-03-011-45/+20
* | dccp: newdp is declared/assigned but never be usedHagen Paul Pfeifer2011-02-251-3/+0