summaryrefslogtreecommitdiffstats
path: root/net/dccp
Commit message (Expand)AuthorAgeFilesLines
* inet_diag: Rename inet_diag_req into inet_diag_req_v2Pavel Emelyanov2012-01-111-2/+2
* module_param: make bool parameters really bool (net & drivers/net)Rusty Russell2011-12-196-7/+7
* net: fix assignment of 0/1 to bool variables.Rusty Russell2011-12-192-9/+9
* sock_diag: Fix module netlink aliasesPavel Emelyanov2011-12-161-1/+1
* net: use IS_ENABLED(CONFIG_IPV6)Eric Dumazet2011-12-112-2/+2
* inet_diag: Generalize inet_diag dump and get_exact callsPavel Emelyanov2011-12-091-1/+14
* inet_diag: Remove indirect sizeof from inet diag handlersPavel Emelyanov2011-12-091-1/+0
* inet_diag: Switch from _GETSOCK to IPPROTO_ numbersPavel Emelyanov2011-12-061-2/+2
* inet_diag: Partly rename inet_ to sock_Pavel Emelyanov2011-12-061-1/+1
* dccp: Fix compile warning in probe code.David S. Miller2011-12-011-2/+12
* dccp: Evaluate ip_hdr() only once in dccp_v4_route_skb().David S. Miller2011-12-011-2/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2011-11-261-0/+1
|\
| * dccp: fix error propagation in dccp_v4_connectRongQing.Li2011-11-211-0/+1
* | net: remove ipv6_addr_copy()Alexey Dobriyan2011-11-222-23/+23
* | net: rename sk_clone to sk_clone_lockEric Dumazet2011-11-081-1/+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