aboutsummaryrefslogtreecommitdiffstats
path: root/net/dccp
Commit message (Expand)AuthorAge
* net: include/net/sock.h cleanupEric Dumazet2012-05-17
* net: Convert all sysctl registrations to register_net_sysctlEric W. Biederman2012-04-20
* net: Move all of the network sysctls without a namespace into init_net.Eric W. Biederman2012-04-20
* ipv6: dccp: dont drop packet but consume itEric Dumazet2012-04-19
* net: cleanup unsigned to unsigned intEric Dumazet2012-04-15
* inet: makes syn_ack_timeout mandatoryEric Dumazet2012-04-14
* dccp: fix bug in sequence number validation during connection setupSamuel Jero2012-03-03
* dccp ccid-3: replace incorrect BUG_ONGerrit Renker2012-03-03
* inet_diag: Rename inet_diag_req into inet_diag_req_v2Pavel Emelyanov2012-01-11
* module_param: make bool parameters really bool (net & drivers/net)Rusty Russell2011-12-19
* net: fix assignment of 0/1 to bool variables.Rusty Russell2011-12-19
* sock_diag: Fix module netlink aliasesPavel Emelyanov2011-12-16
* net: use IS_ENABLED(CONFIG_IPV6)Eric Dumazet2011-12-11
* inet_diag: Generalize inet_diag dump and get_exact callsPavel Emelyanov2011-12-09
* inet_diag: Remove indirect sizeof from inet diag handlersPavel Emelyanov2011-12-09
* inet_diag: Switch from _GETSOCK to IPPROTO_ numbersPavel Emelyanov2011-12-06
* inet_diag: Partly rename inet_ to sock_Pavel Emelyanov2011-12-06
* dccp: Fix compile warning in probe code.David S. Miller2011-12-01
* dccp: Evaluate ip_hdr() only once in dccp_v4_route_skb().David S. Miller2011-12-01
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2011-11-26
|\
| * dccp: fix error propagation in dccp_v4_connectRongQing.Li2011-11-21
* | net: remove ipv6_addr_copy()Alexey Dobriyan2011-11-22
* | net: rename sk_clone to sk_clone_lockEric Dumazet2011-11-08
|/
* Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-11-06
|\
| * net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesPaul Gortmaker2011-10-31
| * net: add moduleparam.h for users of module_param/MODULE_PARM_DESCPaul Gortmaker2011-10-31
* | net: add missing bh_unlock_sock() callsEric Dumazet2011-11-03
* | ipv6: tcp: fix TCLASS value in ACK messages sent from TIME_WAITEric Dumazet2011-10-27
|/
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2011-08-08
|\
| * net: Compute protocol sequence numbers and fragment IDs using MD5.David S. Miller2011-08-06
* | dccp ccid-2: check Ack Ratio when reducing cwndSamuel Jero2011-08-01
* | dccp ccid-2: increment cwnd correctlySamuel Jero2011-08-01
* | dccp ccid-2: prevent cwnd > Sequence WindowSamuel Jero2011-08-01
* | dccp ccid-2: use feature-negotiation to report Ack Ratio changesGerrit Renker2011-08-01
* | dccp: send Confirm options only onceSamuel Jero2011-08-01
* | dccp: support for exchanging of NN options in established state 2/2Gerrit Renker2011-08-01
* | dccp: support for the exchange of NN options in established state 1/2Gerrit Renker2011-08-01
|/
* dccp ccid-2: Perform congestion-window validationGerrit Renker2011-07-04
* dccp ccid-2: Use existing function to test for data packetsGerrit Renker2011-07-04
* dccp ccid-2: move rfc 3390 function into header fileGerrit Renker2011-07-04
* dccp: cosmetics of info messageGerrit Renker2011-07-04
* dccp: combine the functionality of enqeueing and cloningGerrit Renker2011-07-04
* dccp: Clean up slow-path input processingGerrit Renker2011-07-04
* ipv4: Make caller provide flowi4 key to inet_csk_route_req().David S. Miller2011-05-18
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-05-11
|\
| * dccp: handle invalid feature options lengthDan Rosenberg2011-05-06
* | inet: Pass flowi to ->queue_xmit().David S. Miller2011-05-08
* | ipv4: Use inet_csk_route_child_sock() in DCCP and TCP.David S. Miller2011-05-08
* | dccp: Use cork flow in dccp_v4_connect()David S. Miller2011-05-08
* | dccp: Use flowi4->saddr in dccp_v4_connect()David S. Miller2011-05-03